@geospatial-sdk/openlayers 0.0.5-dev.40 → 0.0.5-dev.41
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.
|
@@ -158,7 +158,7 @@ describe("MapContextService", () => {
|
|
|
158
158
|
const urls = source.getUrls() || [];
|
|
159
159
|
expect(urls.length).toBe(1);
|
|
160
160
|
expect(urls[0]).toBe(
|
|
161
|
-
"https://www.
|
|
161
|
+
"https://www.datagrandest.fr/geoserver/region-grand-est/ows",
|
|
162
162
|
);
|
|
163
163
|
});
|
|
164
164
|
it("set WMS gutter of 20px", () => {
|
|
@@ -211,7 +211,7 @@ describe("MapContextService", () => {
|
|
|
211
211
|
const source = layer.getSource() as VectorSource;
|
|
212
212
|
const urlLoader = source.getUrl() as Function;
|
|
213
213
|
expect(urlLoader([10, 20, 30, 40])).toBe(
|
|
214
|
-
"https://www.
|
|
214
|
+
"https://www.datagrandest.fr/geoserver/region-grand-est/ows?service=WFS&version=1.1.0&request=GetFeature&outputFormat=application%2Fjson&typename=ms%3Acommune_actuelle_3857&srsname=EPSG%3A3857&bbox=10%2C20%2C30%2C40%2CEPSG%3A3857&maxFeatures=10000",
|
|
215
215
|
);
|
|
216
216
|
});
|
|
217
217
|
it("should NOT call handleEndpointError", () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geospatial-sdk/openlayers",
|
|
3
|
-
"version": "0.0.5-dev.
|
|
3
|
+
"version": "0.0.5-dev.41+dba0603",
|
|
4
4
|
"description": "OpenLayers-related utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ol",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"ol": ">6.x"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@geospatial-sdk/core": "^0.0.5-dev.
|
|
40
|
+
"@geospatial-sdk/core": "^0.0.5-dev.41+dba0603",
|
|
41
41
|
"chroma-js": "^2.4.2",
|
|
42
42
|
"lodash.throttle": "^4.1.1",
|
|
43
43
|
"ol-mapbox-style": "12.4.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "dba060374167251ca486946c95e8a885c121ccd5"
|
|
46
46
|
}
|