Skip to content

Commit

Permalink
fix: new URLs for GeoJSON layers
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoMarnat authored and mathieuLivebardon committed Feb 1, 2024
1 parent e2f4a50 commit 88e35c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/assets/config/layer/geoJSONs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"id": "bus-lines",
"url": "https://download.data.grandlyon.com/wfs/rdata?SERVICE=WFS&VERSION=2.0.0&request=GetFeature&typename=tcl_sytral.tcllignebus_2_0_0&outputFormat=application/json; subtype=geojson&SRSNAME=EPSG:3946",
"url": "https://data.grandlyon.com/geoserver/sytral/ows?SERVICE=WFS&VERSION=2.0.0&request=GetFeature&typename=sytral:tcl_sytral.tcllignebus_2_0_0&outputFormat=application/json&SRSNAME=EPSG:3946&startIndex=0&sortBy=gid",
"style": {
"fill": {
"color": "white",
Expand All @@ -14,7 +14,7 @@
},
{
"id": "Zones-Humides",
"url": "https://download.data.grandlyon.com/wfs/grandlyon?SERVICE=WFS&VERSION=2.0.0&request=GetFeature&typename=evg_esp_veg.evgmarezonehumide&outputFormat=application/json; subtype=geojson&SRSNAME=EPSG:3946",
"url": "https://data.grandlyon.com/geoserver/metropole-de-lyon/ows?SERVICE=WFS&VERSION=2.0.0&request=GetFeature&typename=metropole-de-lyon:evg_esp_veg.evgmarezonehumide&outputFormat=application/json&SRSNAME=EPSG:3946&startIndex=0&sortBy=gid",
"style": {
"fill": {
"color": "blue",
Expand All @@ -27,7 +27,7 @@
},
{
"id": "velo-v",
"url": "https://download.data.grandlyon.com/wfs/grandlyon?SERVICE=WFS&VERSION=2.0.0&request=GetFeature&typename=pvo_patrimoine_voirie.pvostationvelov&outputFormat=application/json; subtype=geojson&SRSNAME=EPSG:3946",
"url": "https://data.grandlyon.com/geoserver/metropole-de-lyon/ows?SERVICE=WFS&VERSION=2.0.0&request=GetFeature&typename=metropole-de-lyon:pvo_patrimoine_voirie.pvostationvelov&outputFormat=application/json&SRSNAME=EPSG:3946&startIndex=0&sortBy=gid",
"style": {
"point": {
"color": "white",
Expand Down

0 comments on commit 88e35c5

Please sign in to comment.