@geogirafe/lib-geoportal 1.2.0-dev.2760364452 → 1.2.0-dev.2763713312
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.2.0-dev.
|
|
1
|
+
{"version":"1.2.0-dev.2763713312", "build":"2763713312", "date":"16/08/2026"}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
// POC demo variables
|
|
3
3
|
import ServerOgc from '../../models/serverogc.js';
|
|
4
4
|
const SITN_SERVER = new ServerOgc('gmf', {
|
|
5
|
-
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/
|
|
5
|
+
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/ogcapi',
|
|
6
6
|
wfsSupport: false,
|
|
7
7
|
urlWfs: '',
|
|
8
8
|
oapifSupport: true,
|
|
9
|
-
urlOapif: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/
|
|
9
|
+
urlOapif: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/ogcapi',
|
|
10
10
|
// @ts-expect-error Defining a new type of server here to be able to catch some miss-configuration
|
|
11
11
|
// of the GMF demo server, see ogcapifeaturesclientgmf.ts
|
|
12
12
|
type: 'gmf',
|
|
@@ -52,7 +52,7 @@ export const DEMO_LAYERS = {
|
|
|
52
52
|
})
|
|
53
53
|
},
|
|
54
54
|
SITN_Point: {
|
|
55
|
-
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/
|
|
55
|
+
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/ogcapi',
|
|
56
56
|
displayName: 'SITN point',
|
|
57
57
|
collectionId: 'demo01_edit_point',
|
|
58
58
|
collectionTitle: null,
|
|
@@ -61,7 +61,7 @@ export const DEMO_LAYERS = {
|
|
|
61
61
|
server: SITN_SERVER
|
|
62
62
|
},
|
|
63
63
|
SITN_LineString: {
|
|
64
|
-
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/
|
|
64
|
+
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/ogcapi',
|
|
65
65
|
displayName: 'SITN line',
|
|
66
66
|
collectionId: 'demo02_edit_line',
|
|
67
67
|
collectionTitle: null,
|
|
@@ -70,7 +70,7 @@ export const DEMO_LAYERS = {
|
|
|
70
70
|
server: SITN_SERVER
|
|
71
71
|
},
|
|
72
72
|
SITN_Polygon: {
|
|
73
|
-
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/
|
|
73
|
+
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/ogcapi',
|
|
74
74
|
displayName: 'SITN polygon',
|
|
75
75
|
collectionId: 'demo03_edit_polygon',
|
|
76
76
|
collectionTitle: null,
|
|
@@ -79,7 +79,7 @@ export const DEMO_LAYERS = {
|
|
|
79
79
|
server: SITN_SERVER
|
|
80
80
|
},
|
|
81
81
|
SITN_MultiLineString: {
|
|
82
|
-
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/
|
|
82
|
+
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/ogcapi',
|
|
83
83
|
displayName: 'SITN multiline',
|
|
84
84
|
collectionId: 'demo04_edit_multiline',
|
|
85
85
|
collectionTitle: null,
|
|
@@ -88,7 +88,7 @@ export const DEMO_LAYERS = {
|
|
|
88
88
|
server: SITN_SERVER
|
|
89
89
|
},
|
|
90
90
|
SITN_MultiPolygon: {
|
|
91
|
-
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/
|
|
91
|
+
url: 'https://sitn.ne.ch/mapserv_proxy/qgisserver/ogcapi',
|
|
92
92
|
displayName: 'SITN multipolygon',
|
|
93
93
|
collectionId: 'demo05_edit_multipolygon',
|
|
94
94
|
collectionTitle: null,
|