OpenDroneMap-WebODM/app/static/app/js/classes/Basemaps.js

28 wiersze
814 B
JavaScript

export default [
{
attribution: "Map data: © Google Maps",
subdomains: ["mt0", "mt1", "mt2", "mt3"],
maxZoom: 21,
minZoom: 0,
label: "Google Maps Hybrid",
url: "//{s}.google.com/vt/lyrs=s,h&x={x}&y={y}&z={z}"
},
{
attribution:
"Tiles © Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community",
maxZoom: 21,
minZoom: 0,
label: "ESRI Satellite",
url:
"//server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"
},
{
attribution:
'&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',
maxZoom: 21,
minZoom: 0,
label: "OSM Mapnik",
url: "//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
}
];