rd13_tile_server/config/styles/europa-detail.json

90 lines
1.6 KiB
JSON

{
"version": 8,
"name": "Europa Detail",
"sources": {
"openmaptiles": {
"type": "vector",
"url": "mbtiles://{osm-europe}"
}
},
"glyphs": "/fonts/{fontstack}/{range}.pbf",
"layers": [
{
"id": "background",
"type": "background",
"paint": {
"background-color": "#f7f5ee"
}
},
{
"id": "water",
"type": "fill",
"source": "openmaptiles",
"source-layer": "water",
"paint": {
"fill-color": "#9ec9ff"
}
},
{
"id": "landuse",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landuse",
"paint": {
"fill-color": "#d8e7cc",
"fill-opacity": 0.7
}
},
{
"id": "roads-major",
"type": "line",
"source": "openmaptiles",
"source-layer": "transportation",
"filter": [
"in",
"class",
"motorway",
"trunk",
"primary"
],
"paint": {
"line-color": "#f7b267",
"line-width": [
"interpolate",
[
"linear"
],
[
"zoom"
],
5,
0.5,
16,
3.5
]
}
},
{
"id": "roads-minor",
"type": "line",
"source": "openmaptiles",
"source-layer": "transportation",
"paint": {
"line-color": "#ffffff",
"line-width": [
"interpolate",
[
"linear"
],
[
"zoom"
],
8,
0.2,
16,
2.0
]
}
}
]
}