Skip to content

Instantly share code, notes, and snippets.

@exrhizo
Created May 3, 2024 18:38
Show Gist options
  • Save exrhizo/0c6250cb76ae92558a8a37f8caad9c2a to your computer and use it in GitHub Desktop.
Save exrhizo/0c6250cb76ae92558a8a37f8caad9c2a to your computer and use it in GitHub Desktop.
{
"version": 8,
"name": "Open Street Map Public",
"sources": {
"openmaptiles": {
"type": "raster",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
"https://b.tile.openstreetmap.org/{z}/{x}/{y}.png",
"https://c.tile.openstreetmap.org/{z}/{x}/{y}.png"
],
"tileSize": 256,
"attribution": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"
}
},
"layers": [
{
"id": "simple-tiles",
"type": "raster",
"source": "openmaptiles",
"minzoom": 0,
"maxzoom": 19
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment