Skip to content

Commit

Permalink
remove: Esri.DeLorme layer is retired
Browse files Browse the repository at this point in the history
Fix: #548
  • Loading branch information
brunob committed Jul 3, 2024
1 parent 8afa73a commit a5ef4d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
'Jawg Dark': L.tileLayer.provider('Jawg.Dark'),
'Jawg Light': L.tileLayer.provider('Jawg.Light'),
'Esri WorldStreetMap': L.tileLayer.provider('Esri.WorldStreetMap'),
'Esri DeLorme': L.tileLayer.provider('Esri.DeLorme'),
'Esri WorldTopoMap': L.tileLayer.provider('Esri.WorldTopoMap'),
'Esri WorldImagery': L.tileLayer.provider('Esri.WorldImagery'),
'Esri WorldTerrain': L.tileLayer.provider('Esri.WorldTerrain'),
Expand Down
8 changes: 0 additions & 8 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,14 +488,6 @@
'Source: Esri, DeLorme, NAVTEQ, USGS, Intermap, iPC, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), TomTom, 2012'
}
},
DeLorme: {
options: {
variant: 'Specialty/DeLorme_World_Base_Map',
minZoom: 1,
maxZoom: 11,
attribution: '{attribution.Esri} — Copyright: ©2012 DeLorme'
}
},
WorldTopoMap: {
options: {
variant: 'World_Topo_Map',
Expand Down

0 comments on commit a5ef4d3

Please sign in to comment.