From 4565aed86972b40bcd65e55453bb16afc628db55 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 29 Oct 2021 04:20:34 +0200 Subject: [PATCH] add arcgis world imagery --- js/map.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/map.js b/js/map.js index ac50370..cddd395 100644 --- a/js/map.js +++ b/js/map.js @@ -44,6 +44,10 @@ var gMapStyles = { url: "https://tilecache[1-4].kairo.at/mapqsat/{z}/{x}/{y}.png", // route through CORS+SSL tilecache @ kairo.at //url: "http://otile[1-4].mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg", copyright: 'Tiles Courtesy of MapQuest, portions Courtesy NASA/JPL-Caltech and U.S. Depart. of Agriculture, Farm Service Agency.'}, + arcgis_world_imagery: + {name: "ArcGIS World Imagery", // see https://server.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer + url: "https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}", + copyright: 'Source: Esri, Maxar, GeoEye, Earthstar Geographics, CNES/Airbus DS, USDA, USGS, AeroGRID, IGN, and the GIS User Community.'}, osm_hot: {name: "OSM HOT style", url: "https://tilecache[1-4].kairo.at/osmhot/{z}/{x}/{y}.png", // route through CORS+SSL tilecache @ kairo.at -- 2.35.3