Merge pull request #44 from maputnik/move-building-layers

Move building layers
pull/46/head
pathmapper 6 years ago committed by GitHub
commit 4fbb8b6cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save