Skip to content

Instantly share code, notes, and snippets.

@timlinux
Last active January 28, 2024 23:32
Show Gist options
  • Save timlinux/6b61e713c4daf11bc437764e2fba3a6f to your computer and use it in GitHub Desktop.
Save timlinux/6b61e713c4daf11bc437764e2fba3a6f to your computer and use it in GitHub Desktop.
TileMaker OpenMapTiles Bright Style
{
"version": 8,
"name": "Empty Style",
"metadata": {"maputnik:renderer": "mbgljs"},
"sources": {
"planet": {"type": "vector", "url": "http://localhost:8000/services/planet"}
},
"sprite": "",
"glyphs": "https://orangemug.github.io/font-glyphs/glyphs/{fontstack}/{range}.pbf",
"layers": [
{
"id": "water",
"type": "fill",
"source": "planet",
"source-layer": "water",
"paint": {"fill-color": "rgba(184, 245, 255, 1)"}
},
{
"id": "boundary",
"type": "line",
"source": "planet",
"source-layer": "boundary"
},
{
"id": "transport",
"type": "line",
"source": "planet",
"source-layer": "transportation"
}
],
"id": "qo31emrk6"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment