Adam Laža f446b50d0c
Update style (#1728)
Update style snippets with the latest changes.
2025-07-29 12:10:20 +02:00

43 lines
775 B
JSON

{
"layers": [
{
"id": "Building",
"type": "fill",
"source": "openmaptiles",
"source-layer": "building",
"minzoom": 13,
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": {
"stops": [
[
13,
"hsl(24, 19%, 84%)"
],
[
16,
"hsl(26, 17%, 82%)"
]
]
},
"fill-outline-color": {
"base": 1,
"stops": [
[
13,
"hsl(26, 7%, 57%)"
],
[
16,
"hsl(26, 8%, 62%)"
]
]
}
},
"metadata": {},
"order": 62
}
]
}