* OpenMapTiles style * Rename style snippets from layer_name.json to defaultstyle.json * Add README to icons dir. * Add README to icons dir. * Rename snippets to style.json * Fix spritezero - move icons to svg subdir * Move icons from style/icons/svg directly to style/icons Co-authored-by: Tomas Pohanka <TomPohys@gmail.com>
44 lines
788 B
JSON
44 lines
788 B
JSON
{
|
|
"layers": [
|
|
{
|
|
"id": "building",
|
|
"type": "fill",
|
|
"source": "openmaptiles",
|
|
"source-layer": "building",
|
|
"minzoom": 12,
|
|
"maxzoom": 24,
|
|
"layout": {
|
|
"visibility": "visible"
|
|
},
|
|
"paint": {
|
|
"fill-color": {
|
|
"stops": [
|
|
[
|
|
13,
|
|
"rgba(222, 213, 207, 1)"
|
|
],
|
|
[
|
|
16,
|
|
"#d9d0c9"
|
|
]
|
|
]
|
|
},
|
|
"fill-outline-color": {
|
|
"base": 1,
|
|
"stops": [
|
|
[
|
|
13,
|
|
"#9A918A"
|
|
],
|
|
[
|
|
16,
|
|
"rgba(166, 157, 150, 1)"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"metadata": {},
|
|
"order": 19
|
|
}
|
|
]
|
|
} |