Skip to content

Instantly share code, notes, and snippets.

@mrcnc
Last active March 8, 2018 19:04
Show Gist options
  • Save mrcnc/984f4ea7792528fd45b720848b3edfd5 to your computer and use it in GitHub Desktop.
Save mrcnc/984f4ea7792528fd45b720848b3edfd5 to your computer and use it in GitHub Desktop.
test raster tile mb style doc
{
"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