Skip to content

Commit

Permalink
Added Esri_WorldImagery as a new Leaflet layer.
Browse files Browse the repository at this point in the history
I used the layer fount here: https://leaflet-extras.github.io/leaflet-providers/preview/ (Tipped by @mkgrgis in this issue comment: simon04#57 (comment))
  • Loading branch information
daanvr committed Jan 16, 2023
1 parent 318f5c4 commit 0775652
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/components/ltMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ export class LtMapController implements ng.IComponentController {
attribution:
'<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia</a>'
}),
['Esri World Imagery']: L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}', {
...maxZoomOptions,
maxNativeZoom: 19,
attribution:
'Tiles &copy; Esri &mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community'
}),
[`basemap.at 🇦🇹 ${external}`]: L.tileLayer(
`//maps.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{z}/{y}/{x}.jpeg`,
{
Expand Down

0 comments on commit 0775652

Please sign in to comment.