@geogirafe/lib-geoportal 1.1.0-dev.2361375621 → 1.1.0-dev.2366375188
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.1.0-dev.
|
|
1
|
+
{"version":"1.1.0-dev.2366375188", "build":"2366375188", "date":"05/03/2026"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import ServerOgc from '../../models/serverogc.js';
|
|
3
3
|
export const DEMO_LAYERS = {
|
|
4
4
|
GEORAMA: {
|
|
5
|
-
url: 'https://demo.georama.io/features',
|
|
5
|
+
url: 'https://demo.georama.io/features/api',
|
|
6
6
|
displayName: 'Georama Rivers',
|
|
7
7
|
// To allow for changing collectionIds (uuids) while developing georama,
|
|
8
8
|
// we use an interim solution and identify the collection by title.
|
|
@@ -11,11 +11,11 @@ export const DEMO_LAYERS = {
|
|
|
11
11
|
geometryType: 'MultiLineString',
|
|
12
12
|
serverType: 'georama',
|
|
13
13
|
server: new ServerOgc('GEORAMA', {
|
|
14
|
-
url: 'https://demo.georama.io/features',
|
|
14
|
+
url: 'https://demo.georama.io/features/api',
|
|
15
15
|
wfsSupport: false,
|
|
16
16
|
urlWfs: '',
|
|
17
17
|
oapifSupport: true,
|
|
18
|
-
urlOapif: 'https://demo.georama.io/features',
|
|
18
|
+
urlOapif: 'https://demo.georama.io/features/api',
|
|
19
19
|
type: 'georama',
|
|
20
20
|
imageType: ''
|
|
21
21
|
})
|
|
@@ -33,7 +33,9 @@ export const DEMO_LAYERS = {
|
|
|
33
33
|
urlWfs: '',
|
|
34
34
|
oapifSupport: true,
|
|
35
35
|
urlOapif: 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy/QGIS_Server/wfs3',
|
|
36
|
-
type
|
|
36
|
+
// @ts-expect-error Defining a new type of server here to be able to catch some miss-configuration
|
|
37
|
+
// of the GMF demo server, see ogcapifeaturesclientgmf.ts
|
|
38
|
+
type: 'gmf',
|
|
37
39
|
imageType: ''
|
|
38
40
|
})
|
|
39
41
|
}
|