rd13_tile_server/config/styles/world.json

60 lines
No EOL
1.4 KiB
JSON

{
"version": 8,
"name": "World",
"sources": {
"openmaptiles": {
"type": "vector",
"url": "mbtiles://{osm}"
}
},
"glyphs": "/fonts/{fontstack}/{range}.pbf",
"layers": [
{
"id": "background",
"type": "background",
"paint": {
"background-color": "#e7f0ff"
}
},
{
"id": "water",
"type": "fill",
"source": "openmaptiles",
"source-layer": "water",
"paint": {
"fill-color": "#2f7ed8"
}
},
{
"id": "landcover",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landcover",
"paint": {
"fill-color": "#f6f1d3"
}
},
{
"id": "roads",
"type": "line",
"source": "openmaptiles",
"source-layer": "transportation",
"paint": {
"line-color": "#8c6d31",
"line-width": [
"interpolate",
[
"linear"
],
[
"zoom"
],
5,
0.3,
14,
2.0
]
}
}
]
}