Skip to content

Commit

Permalink
context(*): change url to wms
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed May 15, 2017
1 parent d51479a commit 2a4f928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/contexts/embacle.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"title": "Fond de carte du Québec",
"type": "xyz",
"source": {
"url": "https://geoegl.msp.gouv.qc.ca/cgi-wms/mapcache.fcgi/tms/1.0.0/carte_gouv_qc_ro@EPSG_3857/{z}/{x}/{-y}.png"
"url": "https://geoegl.msp.gouv.qc.ca/cgi-wms/mapcache.fcgi/tms/1.0.0/carte_gouv_qc_public@EPSG_3857/{z}/{x}/{-y}.png"
}
},
{
Expand All @@ -34,7 +34,7 @@
"title": "Bassin (WFS)",
"type" : "wfs",
"source":{
"url" : "/cgi-wms/adnInternetV2.fcgi?service=WFS&version=1.1.0&request=GetFeature&typename=adn_bassin_n1_simplify_500&srsname=EPSG:3857"
"url" : "/ws/adnInternetV2.fcgi?service=WFS&version=1.1.0&request=GetFeature&typename=adn_bassin_n1_simplify_500&srsname=EPSG:3857"
},
"style" : {
"Stroke" : {
Expand All @@ -48,7 +48,7 @@
"title": "Embâcle",
"type": "wms",
"source": {
"url": "http://geoegl.msp.gouv.qc.ca/cgi-wms/igo_gouvouvert.fcgi",
"url": "/ws/igo_gouvouvert.fcgi",
"params": {
"layers": "vg_observation_v_inondation_embacle_wmst",
"version": "1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions src/contexts/qc911.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"title": "MSP DESSERTE MUN 911",
"type": "wms",
"source": {
"url": "/cgi-wms/igo_gouvouvert.fcgi",
"url": "/ws/igo_gouvouvert.fcgi",
"params": {
"layers": "MSP_DESSERTE_MUN_911",
"version": "1.3.0"
Expand All @@ -34,7 +34,7 @@
"title": "MSP Tel. Urgence",
"type": "wms",
"source": {
"url": "/cgi-wms/igo_gouvouvert.fcgi",
"url": "/ws/igo_gouvouvert.fcgi",
"params": {
"layers": "telephone_urg",
"version": "1.3.0"
Expand Down

0 comments on commit 2a4f928

Please sign in to comment.