Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed Nov 29, 2024
1 parent 1095aca commit de62730
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/contexts/_contexts.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"title": "Divers styles à titre d'exemple"
},
{
"uri": "variousStyles2",
"uri": "geostyler",
"title": "Geostyler styles"
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/contexts/geostyler.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "wfs",
"url": "https://ws.mapserver.transports.gouv.qc.ca/swtq",
"queryable": true,
"queryTitle": "desclocal",
"queryTitle": "num_rts",
"params": {
"featureTypes": "bgr_v_sous_route_res_sup_act",
"fieldNameGeometry": "geometry",
Expand Down Expand Up @@ -265,7 +265,7 @@
"maxResolution": 1500,
"sourceOptions": {
"queryable": true,
"queryTitle": "nom_unite_",
"queryTitle": "num_rts",
"featureClass": "feature",
"type": "mvt",
"url": "https://ws.mapserver.transports.gouv.qc.ca/swtq?mode=tile&tilemode=gmap&tile={x}+{y}+{z}&layers=bgr_v_sous_route_res_sup_act&map.imagetype=mvt"
Expand Down
4 changes: 2 additions & 2 deletions src/contexts/variousFormats.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"visible": true,
"sourceOptions": {
"queryable": true,
"queryTitle": "identificationDesTravaux",
"url": "https://ws.mapserver.transports.gouv.qc.ca/swtq?service=WFS&request=GetFeature&version=1.1.0&typename=chantiers_mtmdet&outputFormat=geojson",
"queryTitle": "affichkm",
"url": "https://ws.mapserver.transports.gouv.qc.ca/swtq?service=WFS&request=GetFeature&version=1.1.0&typename=repere_km&outputFormat=geojson",
"type": "cluster",
"distance": 50
}
Expand Down
4 changes: 2 additions & 2 deletions src/contexts/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
"visible": false,
"sourceOptions": {
"queryable": true,
"queryTitle": "identificationDesTravaux",
"url": "https://ws.mapserver.transports.gouv.qc.ca/swtq?service=WFS&request=GetFeature&version=1.1.0&typename=chantiers_mtmdet&outputFormat=geojson",
"queryTitle": "affichkm",
"url": "https://ws.mapserver.transports.gouv.qc.ca/swtq?service=WFS&request=GetFeature&version=1.1.0&typename=repere_km&outputFormat=geojson",
"type": "cluster",
"distance": 50
}
Expand Down

0 comments on commit de62730

Please sign in to comment.