diff --git a/api/dist/apihelp/apihelp.html b/api/dist/apihelp/apihelp.html index c7ec457aadcc..5e0e15d7d57c 100644 --- a/api/dist/apihelp/apihelp.html +++ b/api/dist/apihelp/apihelp.html @@ -54,8 +54,8 @@

Simple API Help

Basis

To use the API you should add the following HTML:


-<link href="https://geomapfish-demo-2-8.camptocamp.com/api.css" rel="stylesheet">
-<script src="https://geomapfish-demo-2-8.camptocamp.com/api.js?version=2"></script>
+<link href="https://geomapfish-demo-2-9.camptocamp.com/api.css" rel="stylesheet">
+<script src="https://geomapfish-demo-2-9.camptocamp.com/api.js?version=2"></script>
 <script>
 window.onload = function() {
     // add the code here
diff --git a/api/dist/apihelp/data.txt b/api/dist/apihelp/data.txt
index 48b710aff419..7a84e747838b 100644
--- a/api/dist/apihelp/data.txt
+++ b/api/dist/apihelp/data.txt
@@ -1,6 +1,6 @@
 id	point	title	description	icon	iconSize	iconOffset
-1	1216300,2553000	Information	Office de l'information
Tél: 032 000 00 00
Email: info@example.com
Internet: Cliquer ici https://geomapfish-demo-2-8.camptocamp.com/static/0/img/markers/marker.png 21,25 -10.5,-25 -2 1215600,2554250 Ma première station Diesel pas cher https://geomapfish-demo-2-8.camptocamp.com/static/0/img/markers/marker-blue.png 21,25 -10.5,-25 -3 1215864,2552556 Mon parking C'est celui-là le meilleur. https://geomapfish-demo-2-8.camptocamp.com/static/0/img/markers/marker-gold.png 21,25 -10.5,-25 -4 1217126,2554489 Mon parking Ce parking est
le meillleur. https://geomapfish-demo-2-8.camptocamp.com/static/0/img/markers/marker-gold.png 21,25 -10.5,-25 -5 1217326,2554089 Ma deuxième station Sans-plomb pas cher. https://geomapfish-demo-2-8.camptocamp.com/static/0/img/markers/marker-blue.png 21,25 -10.5,-25 +1 1216300,2553000 Information Office de l'information
Tél: 032 000 00 00
Email: info@example.com
Internet: Cliquer ici https://geomapfish-demo-2-9.camptocamp.com/static/0/img/markers/marker.png 21,25 -10.5,-25 +2 1215600,2554250 Ma première station Diesel pas cher https://geomapfish-demo-2-9.camptocamp.com/static/0/img/markers/marker-blue.png 21,25 -10.5,-25 +3 1215864,2552556 Mon parking C'est celui-là le meilleur. https://geomapfish-demo-2-9.camptocamp.com/static/0/img/markers/marker-gold.png 21,25 -10.5,-25 +4 1217126,2554489 Mon parking Ce parking est
le meillleur. https://geomapfish-demo-2-9.camptocamp.com/static/0/img/markers/marker-gold.png 21,25 -10.5,-25 +5 1217326,2554089 Ma deuxième station Sans-plomb pas cher. https://geomapfish-demo-2-9.camptocamp.com/static/0/img/markers/marker-blue.png 21,25 -10.5,-25 diff --git a/api/index.js b/api/index.js index 4df26ea2d2db..ec2f353e4ad5 100644 --- a/api/index.js +++ b/api/index.js @@ -1,7 +1,7 @@ import {dynamicUrl} from './src/constants'; import Map from './src/Map'; -dynamicUrl.dynamicUrl = 'https://geomapfish-demo-2-8.camptocamp.com/dynamic.json?interface=api'; +dynamicUrl.dynamicUrl = 'https://geomapfish-demo-2-9.camptocamp.com/dynamic.json?interface=api'; const lib = { Map, diff --git a/buildtools/check-example.js b/buildtools/check-example.js index 99fa878f21af..396d54eec03d 100644 --- a/buildtools/check-example.js +++ b/buildtools/check-example.js @@ -159,7 +159,7 @@ function loaded(page, browser) { return; } if (url.startsWith('http://localhost:8080/')) { - url = url.replace('http://localhost:8080/', 'https://geomapfish-demo-2-8.camptocamp.com/'); + url = url.replace('http://localhost:8080/', 'https://geomapfish-demo-2-9.camptocamp.com/'); } if (url == 'https://ows.asitvd.ch/wmts/1.0.0/WMTSCapabilities.xml') { request.respond(ASITVDCapabilities); diff --git a/contribs/gmf/apps/desktop/index.html.ejs b/contribs/gmf/apps/desktop/index.html.ejs index c2902072090e..6cb865c50ee4 100644 --- a/contribs/gmf/apps/desktop/index.html.ejs +++ b/contribs/gmf/apps/desktop/index.html.ejs @@ -4,7 +4,7 @@ GeoMapFish - + " crossorigin="anonymous" /> <% for (var css in htmlWebpackPlugin.files.css) { %> diff --git a/contribs/gmf/apps/desktop_alt/index.html.ejs b/contribs/gmf/apps/desktop_alt/index.html.ejs index 161a39a8da6f..44156416446d 100644 --- a/contribs/gmf/apps/desktop_alt/index.html.ejs +++ b/contribs/gmf/apps/desktop_alt/index.html.ejs @@ -4,7 +4,7 @@ Alternative Desktop Application - + " crossorigin="anonymous" /> <% for (var css in htmlWebpackPlugin.files.css) { %> diff --git a/contribs/gmf/apps/iframe_api/index.html.ejs b/contribs/gmf/apps/iframe_api/index.html.ejs index 8098cb2ed8b8..af3bfe772d16 100644 --- a/contribs/gmf/apps/iframe_api/index.html.ejs +++ b/contribs/gmf/apps/iframe_api/index.html.ejs @@ -4,7 +4,7 @@ GeoMapFish - + " crossorigin="anonymous" /> <% for (var css in htmlWebpackPlugin.files.css) { %> diff --git a/contribs/gmf/apps/mobile/index.html.ejs b/contribs/gmf/apps/mobile/index.html.ejs index 1c7000788dea..682651af76a3 100644 --- a/contribs/gmf/apps/mobile/index.html.ejs +++ b/contribs/gmf/apps/mobile/index.html.ejs @@ -6,7 +6,7 @@ - + " crossorigin="anonymous" /> <% for (var css in htmlWebpackPlugin.files.css) { %> diff --git a/contribs/gmf/apps/mobile_alt/index.html.ejs b/contribs/gmf/apps/mobile_alt/index.html.ejs index 21913bd42bcf..c7700138069a 100644 --- a/contribs/gmf/apps/mobile_alt/index.html.ejs +++ b/contribs/gmf/apps/mobile_alt/index.html.ejs @@ -6,7 +6,7 @@ - + " crossorigin="anonymous" /> <% for (var css in htmlWebpackPlugin.files.css) { %> diff --git a/contribs/gmf/apps/oeedit/index.html.ejs b/contribs/gmf/apps/oeedit/index.html.ejs index 644a0db1b89b..f2bd99bd3e4e 100644 --- a/contribs/gmf/apps/oeedit/index.html.ejs +++ b/contribs/gmf/apps/oeedit/index.html.ejs @@ -4,7 +4,7 @@ GeoMapFish - + " crossorigin="anonymous" /> <% for (var css in htmlWebpackPlugin.files.css) { %> diff --git a/contribs/gmf/examples/options.js b/contribs/gmf/examples/options.js index beecbb739ed6..ef380cda9eb7 100644 --- a/contribs/gmf/examples/options.js +++ b/contribs/gmf/examples/options.js @@ -26,7 +26,7 @@ import './vars.scss'; * * @type {string} */ -const GMF_DEMO = 'https://geomapfish-demo-2-8.camptocamp.com/'; +const GMF_DEMO = 'https://geomapfish-demo-2-9.camptocamp.com/'; /** * Base url for the GeoMapFish demo server. diff --git a/contribs/gmf/test/spec/classes/legendmapfishprintv3.spec.js b/contribs/gmf/test/spec/classes/legendmapfishprintv3.spec.js index b3d61c3602da..06e83c4ebbdb 100644 --- a/contribs/gmf/test/spec/classes/legendmapfishprintv3.spec.js +++ b/contribs/gmf/test/spec/classes/legendmapfishprintv3.spec.js @@ -120,13 +120,13 @@ describe('gmf.print.LegendMapFishPrintV3', () => { { 'name': 'police_stations', 'icons': [ - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', ], }, { 'name': 'post_office', 'icons': [ - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=post_office&SCALE=25000', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=post_office&SCALE=25000', ], }, ], @@ -153,13 +153,13 @@ describe('gmf.print.LegendMapFishPrintV3', () => { { 'name': 'police_stations', 'icons': [ - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', ], }, { 'name': 'post_office', 'icons': [ - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=post_office&SCALE=25000', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=post_office&SCALE=25000', ], }, ], @@ -186,14 +186,14 @@ describe('gmf.print.LegendMapFishPrintV3', () => { { 'name': 'points', 'icons': [ - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=QGIS+server&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=points&DPI=254&BBOX=0%2C0&SRS=EPSG%3A3857&SRCWIDTH=NaN&SRCHEIGHT=NaN&ITEMFONTFAMILY=DejaVu%20Sans&ITEMFONTSIZE=8&LAYERFONTFAMILY=DejaVu%20Sans&LAYERFONTSIZE=10', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=QGIS+server&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=points&DPI=254&BBOX=0%2C0&SRS=EPSG%3A3857&SRCWIDTH=NaN&SRCHEIGHT=NaN&ITEMFONTFAMILY=DejaVu%20Sans&ITEMFONTSIZE=8&LAYERFONTFAMILY=DejaVu%20Sans&LAYERFONTSIZE=10', ], 'dpi': 254, }, { 'name': 'railways', 'icons': [ - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', ], }, ], @@ -222,13 +222,13 @@ describe('gmf.print.LegendMapFishPrintV3', () => { { 'name': 'sustenance', 'icons': [ - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=sustenance&SCALE=25000', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=sustenance&SCALE=25000', ], }, { 'name': 'entertainment', 'icons': [ - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=entertainment&SCALE=25000', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=entertainment&SCALE=25000', ], }, ], @@ -251,7 +251,7 @@ describe('gmf.print.LegendMapFishPrintV3', () => { { 'name': 'fuel', 'icons': [ - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=fuel&SCALE=25000', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin&FORMAT=image%2Fpng&TRANSPARENT=true&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=fuel&SCALE=25000', ], }, ], @@ -274,7 +274,7 @@ describe('gmf.print.LegendMapFishPrintV3', () => { { 'name': 'ch.astra.hauptstrassennetz', 'icons': [ - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', ], }, ], diff --git a/contribs/gmf/test/spec/data/themes.js b/contribs/gmf/test/spec/data/themes.js index 0833eef3da6c..726058f6e58e 100644 --- a/contribs/gmf/test/spec/data/themes.js +++ b/contribs/gmf/test/spec/data/themes.js @@ -35,12 +35,12 @@ export default { "\u00a9 Les contributeurs d\u2019OpenStreetMap", 'ogcServer': 'Main PNG', 'thumbnail': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', 'wmsLayers': 'buildings_query', }, 'name': 'OSM map', 'type': 'WMTS', - 'url': 'https://geomapfish-demo-2-8.camptocamp.com/tiles/1.0.0/WMTSCapabilities.xml', + 'url': 'https://geomapfish-demo-2-9.camptocamp.com/tiles/1.0.0/WMTSCapabilities.xml', }, { 'dimensions': { @@ -53,7 +53,7 @@ export default { 'matrixSet': '2056', 'metadata': { 'thumbnail': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', }, 'name': 'asitvd.fond_couleur', 'type': 'WMTS', @@ -70,7 +70,7 @@ export default { 'matrixSet': '2056', 'metadata': { 'thumbnail': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', }, 'name': 'asitvd.fond_gris', 'type': 'WMTS', @@ -87,9 +87,9 @@ export default { 'namespace': null, 'type': 'arcgis', 'url': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=ArcGIS+VD+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=ArcGIS+VD+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'urlWfs': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=ArcGIS+VD+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=ArcGIS+VD+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'wfsSupport': true, }, 'ArcGIS VD noWFS 2': { @@ -100,9 +100,9 @@ export default { 'namespace': null, 'type': 'arcgis', 'url': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=ArcGIS+VD+noWFS+2&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=ArcGIS+VD+noWFS+2&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'urlWfs': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=ArcGIS+VD+noWFS+2&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=ArcGIS+VD+noWFS+2&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'wfsSupport': false, }, 'Main Jpeg': { @@ -4195,9 +4195,9 @@ export default { 'namespace': 'http://mapserver.gis.umn.edu/mapserver', 'type': 'mapserver', 'url': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+Jpeg&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+Jpeg&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'urlWfs': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+Jpeg&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+Jpeg&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'wfsSupport': true, }, 'Main PNG': { @@ -6784,9 +6784,9 @@ export default { 'namespace': 'http://mapserver.gis.umn.edu/mapserver', 'type': 'mapserver', 'url': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'urlWfs': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+PNG&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'wfsSupport': true, }, 'Main no WFS': { @@ -6797,9 +6797,9 @@ export default { 'namespace': null, 'type': 'mapserver', 'url': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+no+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+no+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'urlWfs': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=Main+no+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=Main+no+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'wfsSupport': false, }, 'QGIS server': { @@ -7503,9 +7503,9 @@ export default { 'namespace': 'http://www.qgis.org/gml', 'type': 'qgisserver', 'url': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=QGIS+server&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=QGIS+server&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'urlWfs': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=QGIS+server&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=QGIS+server&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'wfsSupport': true, }, 'QGIS server no WFS': { @@ -7516,9 +7516,9 @@ export default { 'namespace': null, 'type': 'qgisserver', 'url': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=QGIS+server+no+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=QGIS+server+no+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'urlWfs': - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy?ogcserver=QGIS+server+no+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy?ogcserver=QGIS+server+no+WFS&cache_version=cf85fcea5f7a4f6c866fd76a6da3da11&username=admin', 'wfsSupport': false, }, 'WMS CH topo fr': { @@ -7588,7 +7588,7 @@ export default { 'Donn\u00e9es publiques de l\'infrastructure f\u00e9d\u00e9rale de donn\u00e9es g\u00e9ographiques (IFDG)', 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'opacity': 0.8, 'queryLayers': 'ch.astra.ausnahmetransportrouten', }, @@ -7718,7 +7718,7 @@ export default { 'default_basemap': ['blank'], }, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', 'id': 29, 'metadata': {}, 'name': 'Cadastre', @@ -7819,7 +7819,7 @@ export default { 'identifierAttributeField': 'name', 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'timeAttribute': 'timestamp', }, 'minResolutionHint': 0.0, @@ -7919,7 +7919,7 @@ export default { 'identifierAttributeField': 'name', 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'legendRule': 'Dans les temps', 'queryLayers': '5', 'timeAttribute': 'timestamp', @@ -8251,7 +8251,7 @@ export default { 'identifierAttributeField': 'name', 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'legendRule': 'Dans les temps', 'queryLayers': '5', 'timeAttribute': 'timestamp', @@ -8306,7 +8306,7 @@ export default { 'Donn\u00e9es publiques de l\'infrastructure f\u00e9d\u00e9rale de donn\u00e9es g\u00e9ographiques (IFDG)', 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'opacity': 0.8, 'queryLayers': 'ch.astra.ausnahmetransportrouten', }, @@ -8387,7 +8387,7 @@ export default { 'isChecked': true, 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'queryIconPosition': ['5'], }, 'minResolutionHint': 0.0, @@ -8420,7 +8420,7 @@ export default { 'isChecked': true, 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'legendRule': 'Poste de police', }, 'minResolutionHint': 0.0, @@ -8470,7 +8470,7 @@ export default { 'identifierAttributeField': 'name', 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'legendRule': 'Dans les temps', 'queryLayers': '5', 'timeAttribute': 'timestamp', @@ -8600,7 +8600,7 @@ export default { 'identifierAttributeField': 'display_name', 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'queryIconPosition': ['5'], }, 'minResolutionHint': 0.0, @@ -8626,7 +8626,7 @@ export default { 'identifierAttributeField': 'display_name', 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'legendRule': 'Poste de police', }, 'minResolutionHint': 0.0, @@ -8676,7 +8676,7 @@ export default { 'identifierAttributeField': 'name', 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'legendRule': 'Dans les temps', 'queryLayers': '5', 'timeAttribute': 'timestamp', @@ -8898,7 +8898,7 @@ export default { 'identifierAttributeField': 'name', 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'legendRule': 'Dans les temps', 'queryLayers': '5', 'timeAttribute': 'timestamp', @@ -9370,12 +9370,12 @@ export default { "\u00a9 Les contributeurs d\u2019OpenStreetMap", 'ogcServer': 'Main PNG', 'thumbnail': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', 'wmsLayers': 'buildings_query', }, 'name': 'OSM map', 'type': 'WMTS', - 'url': 'https://geomapfish-demo-2-8.camptocamp.com/tiles/1.0.0/WMTSCapabilities.xml', + 'url': 'https://geomapfish-demo-2-9.camptocamp.com/tiles/1.0.0/WMTSCapabilities.xml', }, { 'childLayers': [ @@ -9592,7 +9592,7 @@ export default { 'default_basemap': ['OSM map'], }, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/osm.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/osm.png', 'id': 64, 'metadata': {}, 'name': 'Demo', @@ -10074,7 +10074,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/edit.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/edit.png', 'id': 73, 'metadata': { 'disclaimer': 'Editing theme', @@ -10122,7 +10122,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/administration.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/administration.jpeg', 'id': 5, 'metadata': { 'timeAttribute': 'cvb', @@ -10168,7 +10168,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/enseignement2.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/enseignement2.jpeg', 'id': 92, 'metadata': {}, 'name': 'Enseignement', @@ -10240,7 +10240,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/enseignement.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/enseignement.jpeg', 'id': 38, 'metadata': {}, 'name': 'Enseignement 2', @@ -10310,12 +10310,12 @@ export default { "\u00a9 Les contributeurs d\u2019OpenStreetMap", 'ogcServer': 'Main PNG', 'thumbnail': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/cadastre.jpeg', 'wmsLayers': 'buildings_query', }, 'name': 'OSM map', 'type': 'WMTS', - 'url': 'https://geomapfish-demo-2-8.camptocamp.com/tiles/1.0.0/WMTSCapabilities.xml', + 'url': 'https://geomapfish-demo-2-9.camptocamp.com/tiles/1.0.0/WMTSCapabilities.xml', }, { 'childLayers': [ @@ -10427,7 +10427,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/filters.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/filters.png', 'id': 176, 'metadata': {}, 'name': 'Filters', @@ -10474,7 +10474,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/gestion_eaux.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/gestion_eaux.jpeg', 'id': 3, 'metadata': {}, 'name': 'Gestion des eaux', @@ -10776,7 +10776,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/edit.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/edit.png', 'id': 168, 'metadata': {}, 'name': 'ObjectEditing', @@ -10848,7 +10848,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/patrimoine.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/patrimoine.jpeg', 'id': 4, 'metadata': {}, 'name': 'Patrimoine', @@ -10919,7 +10919,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/paysage.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/paysage.jpeg', 'id': 598, 'metadata': { 'disclaimer': 'This is a test disclaimer, to test metadata addition.', @@ -10995,7 +10995,7 @@ export default { 'location': ['"Lausanne": [535436, 155243, 539476, 150443]'], }, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/osm.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/osm.png', 'id': 185, 'metadata': {}, 'name': 'Testsearchtheme', @@ -11091,7 +11091,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/transports.jpeg', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/transports.jpeg', 'id': 37, 'metadata': {}, 'name': 'Transport', @@ -11138,7 +11138,7 @@ export default { 'metadata': { 'legend': true, 'legendImage': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/images/railways.png', 'legendRule': 'railways', 'snappingConfig': {}, }, @@ -11807,7 +11807,7 @@ export default { ], 'functionalities': {}, 'icon': - 'https://geomapfish-demo-2-8.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/QGIS_logo_2017.png', + 'https://geomapfish-demo-2-9.camptocamp.com/static/cf85fcea5f7a4f6c866fd76a6da3da11/img/QGIS_logo_2017.png', 'id': 221, 'metadata': {}, 'name': 'QGIS server', diff --git a/contribs/gmf/test/spec/services/syncLayertreeMap.spec.js b/contribs/gmf/test/spec/services/syncLayertreeMap.spec.js index fb4647097a31..45b35e5c64c9 100644 --- a/contribs/gmf/test/spec/services/syncLayertreeMap.spec.js +++ b/contribs/gmf/test/spec/services/syncLayertreeMap.spec.js @@ -71,7 +71,7 @@ export const setupSyncLayertreeMap = () => { .when('GET', 'https://wmts.geo.admin.ch/EPSG/2056/1.0.0/WMTSCapabilities.xml?lang=fr') .respond(gmfTestDataThemescapabilities.swisstopo); $httpBackend - .when('GET', 'https://geomapfish-demo-2-8.camptocamp.com/tiles/1.0.0/WMTSCapabilities.xml') + .when('GET', 'https://geomapfish-demo-2-9.camptocamp.com/tiles/1.0.0/WMTSCapabilities.xml') .respond(gmfTestDataThemescapabilities.demo); $httpBackend .when('GET', 'https://ows.asitvd.ch/wmts/1.0.0/WMTSCapabilities.xml') diff --git a/cypress.config.ts b/cypress.config.ts index 0b66969c0229..9674225dcd23 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -40,6 +40,6 @@ export default defineConfig({ login: 'demo', password: 'democ2c', }, - serverUrl: 'https://geomapfish-demo-2-8.camptocamp.com', + serverUrl: 'https://geomapfish-demo-2-9.camptocamp.com', }, }); diff --git a/examples/options.js b/examples/options.js index beecbb739ed6..ef380cda9eb7 100644 --- a/examples/options.js +++ b/examples/options.js @@ -26,7 +26,7 @@ import './vars.scss'; * * @type {string} */ -const GMF_DEMO = 'https://geomapfish-demo-2-8.camptocamp.com/'; +const GMF_DEMO = 'https://geomapfish-demo-2-9.camptocamp.com/'; /** * Base url for the GeoMapFish demo server. diff --git a/examples/url.js b/examples/url.js index bf469c58a430..edd8c348b10c 100644 --- a/examples/url.js +++ b/examples/url.js @@ -3,7 +3,7 @@ * @type {string} * @hidden */ -export const GMF_DEMO = 'https://geomapfish-demo-2-8.camptocamp.com/'; +export const GMF_DEMO = 'https://geomapfish-demo-2-9.camptocamp.com/'; /** * WFS feature namespace for MapServer diff --git a/src/auth/component.spec.ts b/src/auth/component.spec.ts index a0eb0b8f288a..d9f607cf5076 100644 --- a/src/auth/component.spec.ts +++ b/src/auth/component.spec.ts @@ -58,7 +58,7 @@ describe('Auth component', () => { context('service', () => { beforeEach(() => { configuration.setConfig({ - authenticationBaseUrl: 'https://geomapfish-demo-2-8.camptocamp.com/', + authenticationBaseUrl: 'https://geomapfish-demo-2-9.camptocamp.com/', } as Configuration); }); diff --git a/test/spec/data/msGMLOutputBusStopWfs.js b/test/spec/data/msGMLOutputBusStopWfs.js index 6cd001b90a76..5ef00391d503 100644 --- a/test/spec/data/msGMLOutputBusStopWfs.js +++ b/test/spec/data/msGMLOutputBusStopWfs.js @@ -28,7 +28,7 @@ export default '' + ' xmlns:wfs="http://www.opengis.net/wfs"' + ' xmlns:ogc="http://www.opengis.net/ogc"' + ' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' + - ' xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver https://geomapfish-demo-2-8.camptocamp.com/mapserv?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=feature:information,feature:bus_stop&OUTPUTFORMAT=SFE_XMLSCHEMA http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">' + + ' xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver https://geomapfish-demo-2-9.camptocamp.com/mapserv?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=feature:information,feature:bus_stop&OUTPUTFORMAT=SFE_XMLSCHEMA http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">' + ' ' + ' ' + ' 537432.522982 152683.118738' + diff --git a/test/spec/data/msGMLOutputFuel.js b/test/spec/data/msGMLOutputFuel.js index 715d4a94475b..14491f01ff3d 100644 --- a/test/spec/data/msGMLOutputFuel.js +++ b/test/spec/data/msGMLOutputFuel.js @@ -28,7 +28,7 @@ export default '' + ' xmlns:wfs="http://www.opengis.net/wfs"' + ' xmlns:ogc="http://www.opengis.net/ogc"' + ' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' + - ' xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver https://geomapfish-demo-2-8.camptocamp.com/mapserv?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=feature:fuel&OUTPUTFORMAT=SFE_XMLSCHEMA http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">' + + ' xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver https://geomapfish-demo-2-9.camptocamp.com/mapserv?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=feature:fuel&OUTPUTFORMAT=SFE_XMLSCHEMA http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">' + ' ' + ' ' + ' 545277.898290 148729.093947' + diff --git a/test/spec/data/msGMLOutputInformationHitsWfs.js b/test/spec/data/msGMLOutputInformationHitsWfs.js index 6828c7922916..5c855db17f79 100644 --- a/test/spec/data/msGMLOutputInformationHitsWfs.js +++ b/test/spec/data/msGMLOutputInformationHitsWfs.js @@ -28,6 +28,6 @@ export default '' + ' xmlns:wfs="http://www.opengis.net/wfs"' + ' xmlns:ogc="http://www.opengis.net/ogc"' + ' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' + - ' xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver https://geomapfish-demo-2-8.camptocamp.com/mapserv?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=feature:information,feature:bus_stop&OUTPUTFORMAT=SFE_XMLSCHEMA http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"' + + ' xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver https://geomapfish-demo-2-9.camptocamp.com/mapserv?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=feature:information,feature:bus_stop&OUTPUTFORMAT=SFE_XMLSCHEMA http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"' + ' numberOfFeatures="3">' + ''; diff --git a/test/spec/data/msGMLOutputInformationWfs.js b/test/spec/data/msGMLOutputInformationWfs.js index e2652fc5cdce..f98127a351df 100644 --- a/test/spec/data/msGMLOutputInformationWfs.js +++ b/test/spec/data/msGMLOutputInformationWfs.js @@ -28,7 +28,7 @@ export default '' + ' xmlns:wfs="http://www.opengis.net/wfs"' + ' xmlns:ogc="http://www.opengis.net/ogc"' + ' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' + - ' xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver https://geomapfish-demo-2-8.camptocamp.com/mapserv?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=feature:information,feature:bus_stop&OUTPUTFORMAT=SFE_XMLSCHEMA http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">' + + ' xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver https://geomapfish-demo-2-9.camptocamp.com/mapserv?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=feature:information,feature:bus_stop&OUTPUTFORMAT=SFE_XMLSCHEMA http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">' + ' ' + ' ' + ' 537432.522982 152683.118738' + diff --git a/test/spec/services/wfspermalink.spec.js b/test/spec/services/wfspermalink.spec.js index d1d65876ca76..9255316414c8 100644 --- a/test/spec/services/wfspermalink.spec.js +++ b/test/spec/services/wfspermalink.spec.js @@ -44,7 +44,7 @@ describe('ngeo.statemanager.WfsPermalink', () => { ($provide) => { $provide.value( 'ngeoPermalinkOgcserverUrl', - 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy', + 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy', ); $provide.value('ngeoWfsPermalinkOptions', { wfsTypes: [{featureType: 'fuel'}, {featureType: 'highway'}], @@ -72,7 +72,7 @@ describe('ngeo.statemanager.WfsPermalink', () => { let map; beforeEach(() => { - const url = 'https://geomapfish-demo-2-8.camptocamp.com/mapserv_proxy'; + const url = 'https://geomapfish-demo-2-9.camptocamp.com/mapserv_proxy'; angular.mock.inject((_$httpBackend_) => { $httpBackend = _$httpBackend_; $httpBackend.when('POST', url).respond(ngeoTestDataMsGMLOutputFuel);