Merge pull request #44 from maputnik/move-building-layers
Move building layers
This commit is contained in:
commit
4fbb8b6cb2
102
style.json
102
style.json
@ -2259,57 +2259,6 @@
|
||||
"line-join": "round"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "building",
|
||||
"type": "fill",
|
||||
"metadata": {},
|
||||
"source": "openmaptiles",
|
||||
"source-layer": "building",
|
||||
"minzoom": 13,
|
||||
"maxzoom": 14,
|
||||
"paint": {
|
||||
"fill-color": "hsl(35, 8%, 85%)",
|
||||
"fill-outline-color": {
|
||||
"base": 1,
|
||||
"stops": [
|
||||
[
|
||||
13,
|
||||
"hsla(35, 6%, 79%, 0.32)"
|
||||
],
|
||||
[
|
||||
14,
|
||||
"hsl(35, 6%, 79%)"
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"visibility": "visible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "building-3d",
|
||||
"type": "fill-extrusion",
|
||||
"metadata": {},
|
||||
"source": "openmaptiles",
|
||||
"source-layer": "building",
|
||||
"minzoom": 14,
|
||||
"paint": {
|
||||
"fill-extrusion-color": "hsl(35, 8%, 85%)",
|
||||
"fill-extrusion-height": {
|
||||
"property": "render_height",
|
||||
"type": "identity"
|
||||
},
|
||||
"fill-extrusion-base": {
|
||||
"property": "render_min_height",
|
||||
"type": "identity"
|
||||
},
|
||||
"fill-extrusion-opacity": 0.8
|
||||
},
|
||||
"layout": {
|
||||
"visibility": "visible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "bridge_motorway_link_casing",
|
||||
"type": "line",
|
||||
@ -3233,6 +3182,57 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "building",
|
||||
"type": "fill",
|
||||
"metadata": {},
|
||||
"source": "openmaptiles",
|
||||
"source-layer": "building",
|
||||
"minzoom": 13,
|
||||
"maxzoom": 14,
|
||||
"paint": {
|
||||
"fill-color": "hsl(35, 8%, 85%)",
|
||||
"fill-outline-color": {
|
||||
"base": 1,
|
||||
"stops": [
|
||||
[
|
||||
13,
|
||||
"hsla(35, 6%, 79%, 0.32)"
|
||||
],
|
||||
[
|
||||
14,
|
||||
"hsl(35, 6%, 79%)"
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"visibility": "visible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "building-3d",
|
||||
"type": "fill-extrusion",
|
||||
"metadata": {},
|
||||
"source": "openmaptiles",
|
||||
"source-layer": "building",
|
||||
"minzoom": 14,
|
||||
"paint": {
|
||||
"fill-extrusion-color": "hsl(35, 8%, 85%)",
|
||||
"fill-extrusion-height": {
|
||||
"property": "render_height",
|
||||
"type": "identity"
|
||||
},
|
||||
"fill-extrusion-base": {
|
||||
"property": "render_min_height",
|
||||
"type": "identity"
|
||||
},
|
||||
"fill-extrusion-opacity": 0.8
|
||||
},
|
||||
"layout": {
|
||||
"visibility": "visible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "boundary_3",
|
||||
"type": "line",
|
||||
|
Loading…
x
Reference in New Issue
Block a user