Files
strikemaps_android/app/src/main/assets/bundled/style/satelite.style.json

26 lines
513 B
JSON

{
"version": 8,
"name": "Satelite",
"icon": "assets://satelite.bmp",
"sources": {
"satelite": {
"type": "raster",
"schema" : "raster",
"tiles": [
"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"
],
"minzoom": 0,
"maxzoom": 18,
"scheme": "xyz",
"tileSize": 512
}
},
"layers": [
{
"id": "satelite",
"type": "raster",
"source": "satelite"
}
],
"id": "satellite"
}