Skip to content

Commit

Permalink
fix(examples): Update Lyon bus source options
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis authored and jailln committed Jul 26, 2023
1 parent 7490590 commit 0881b2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/source_stream_wfs_25d.html
Expand Up @@ -132,19 +132,19 @@
}

lyonTclBusSource = new itowns.WFSSource({
url: 'https://download.data.grandlyon.com/wfs/rdata?',
url: "https://data.grandlyon.com/geoserver/sytral/ows?",
protocol: 'wfs',
version: '2.0.0',
id: 'tcl_bus',
typeName: 'tcl_sytral.tcllignebus',
typeName: "tcl_sytral.tcllignebus_2_0_0",
crs: 'EPSG:3946',
extent: {
west: 1822174.60,
east: 1868247.07,
south: 5138876.75,
north: 5205890.19,
},
format: 'geojson',
format: 'application/json',
});

var lyonTclBusLayer = new itowns.FeatureGeometryLayer('lyon_tcl_bus', {
Expand Down

0 comments on commit 0881b2d

Please sign in to comment.