2026-06-15 17:37:17 +00:00
|
|
|
{
|
2026-06-15 19:01:42 +00:00
|
|
|
"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"
|
|
|
|
|
}
|
2026-06-15 17:37:17 +00:00
|
|
|
},
|
2026-06-15 19:01:42 +00:00
|
|
|
{
|
|
|
|
|
"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
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|