Move road area pattern below roads
This commit is contained in:
parent
ff7d5ee041
commit
051a0a7b38
42
style.json
42
style.json
@ -1175,6 +1175,27 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "road_area_pattern",
|
||||
"metadata": {},
|
||||
"paint": {
|
||||
"fill-pattern": "pedestrian_polygon"
|
||||
},
|
||||
"type": "fill",
|
||||
"source": "openmaptiles",
|
||||
"source-layer": "transportation",
|
||||
"filter": [
|
||||
"all",
|
||||
[
|
||||
"==",
|
||||
"$type",
|
||||
"Polygon"
|
||||
]
|
||||
],
|
||||
"layout": {
|
||||
"visibility": "visible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "road_motorway_link_casing",
|
||||
"type": "line",
|
||||
@ -1781,27 +1802,6 @@
|
||||
"visibility": "visible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "road_area_pattern",
|
||||
"metadata": {},
|
||||
"paint": {
|
||||
"fill-pattern": "pedestrian_polygon"
|
||||
},
|
||||
"type": "fill",
|
||||
"source": "openmaptiles",
|
||||
"source-layer": "transportation",
|
||||
"filter": [
|
||||
"all",
|
||||
[
|
||||
"==",
|
||||
"$type",
|
||||
"Polygon"
|
||||
]
|
||||
],
|
||||
"layout": {
|
||||
"visibility": "visible"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "road_secondary_tertiary",
|
||||
"metadata": {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user