Skip to content

Commit

Permalink
fix(examples): Replace Lyon's deprecated MNT sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis authored and jailln committed Jul 26, 2023
1 parent 8dbb3d6 commit 7490590
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/3dtiles_25d.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
// Add a WMS elevation source
var wmsElevationSource = new itowns.WMSSource({
extent: extent,
url: 'https://download.data.grandlyon.com/wms/grandlyon',
name: 'MNT2012_Altitude_10m_CC46',
url: 'https://imagerie.data.grandlyon.com/wms/grandlyon',
name: 'MNT2018_Altitude_2m',
crs: 'EPSG:3946',
width: 256,
format: 'image/jpeg',
Expand Down
4 changes: 2 additions & 2 deletions examples/source_stream_wfs_25d.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
// Add a WMS elevation source
var wmsElevationSource = new itowns.WMSSource({
extent: extent,
url: 'https://download.data.grandlyon.com/wms/grandlyon',
name: 'MNT2012_Altitude_10m_CC46',
url: 'https://imagerie.data.grandlyon.com/wms/grandlyon',
name: 'MNT2018_Altitude_2m',
crs: 'EPSG:3946',
width: 256,
format: 'image/jpeg',
Expand Down
4 changes: 2 additions & 2 deletions examples/view_25d_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
// Add a WMS elevation source
var wmsElevationSource = new itowns.WMSSource({
extent: extent,
url: 'https://download.data.grandlyon.com/wms/grandlyon',
name: 'MNT2012_Altitude_10m_CC46',
url: 'https://imagerie.data.grandlyon.com/wms/grandlyon',
name: 'MNT2018_Altitude_2m',
crs: 'EPSG:3946',
width: 256,
format: 'image/jpeg',
Expand Down
4 changes: 2 additions & 2 deletions examples/view_multi_25d.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@
var elevationSource = new itowns.WMSSource({
extent,
version: '1.3.0',
name: 'MNT2012_Altitude_10m_CC46',
name: 'MNT2018_Altitude_2m',
crs: 'EPSG:3946',
width: 256,
format: 'image/jpeg',
url: 'https://download.data.grandlyon.com/wms/grandlyon',
url: 'https://imagerie.data.grandlyon.com/wms/grandlyon',
});

for (index = 0; index < wmsSources.length; index++) {
Expand Down
4 changes: 2 additions & 2 deletions examples/widgets_3dtiles_style.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
// Add a WMS elevation source
const wmsElevationSource = new itowns.WMSSource({
extent: extent,
url: 'https://download.data.grandlyon.com/wms/grandlyon',
name: 'MNT2012_Altitude_10m_CC46',
url: 'https://imagerie.data.grandlyon.com/wms/grandlyon',
name: 'MNT2018_Altitude_2m',
crs: 'EPSG:3946',
width: 256,
format: 'image/jpeg',
Expand Down

0 comments on commit 7490590

Please sign in to comment.