Last active
March 8, 2018 19:04
-
-
Save mrcnc/984f4ea7792528fd45b720848b3edfd5 to your computer and use it in GitHub Desktop.
test raster tile mb style doc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"layers": [ | |
{ | |
"id": "simple-tiles", | |
"maxzoom": 22, | |
"minzoom": 0, | |
"source": "simple-tiles", | |
"type": "raster" | |
} | |
], | |
"sources": { | |
"simple-tiles": { | |
"tileSize": 256, | |
"tiles": [ | |
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png", | |
"https://b.tile.openstreetmap.org/{z}/{x}/{y}.png" | |
], | |
"type": "raster" | |
} | |
}, | |
"version": 8 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment