Last active
January 28, 2024 23:32
-
-
Save timlinux/6b61e713c4daf11bc437764e2fba3a6f to your computer and use it in GitHub Desktop.
TileMaker OpenMapTiles Bright Style
This file contains 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
{ | |
"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