Skip to content

Commit 36bc117

Browse files
committed
moving man-made bridges below things that could be on top of man-made bridges, including flat buildings and above water
1 parent f8487b2 commit 36bc117

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

historical/historical.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,18 @@
10761076
]
10771077
}
10781078
},
1079+
{
1080+
"id": "man_made_bridge_area",
1081+
"type": "fill",
1082+
"source": "osm",
1083+
"source-layer": "other_areas",
1084+
"filter": [
1085+
"all",
1086+
["==", ["get", "class"], "man_made"],
1087+
["==", ["get", "type"], "bridge"]
1088+
],
1089+
"paint": {"fill-color": "rgba(255, 255, 255, 1)"}
1090+
},
10791091
{
10801092
"id": "pier",
10811093
"type": "fill",
@@ -1274,18 +1286,6 @@
12741286
"line-width": ["interpolate", ["exponential", 1.8], ["zoom"], 12, 1.5, 14, 15]
12751287
}
12761288
},
1277-
{
1278-
"id": "man_made_bridge_area",
1279-
"type": "fill",
1280-
"source": "osm",
1281-
"source-layer": "other_areas",
1282-
"filter": [
1283-
"all",
1284-
["==", ["get", "class"], "man_made"],
1285-
["==", ["get", "type"], "bridge"]
1286-
],
1287-
"paint": {"fill-color": "rgba(255, 255, 255, 1)"}
1288-
},
12891289
{
12901290
"id": "man_made_bridge_line",
12911291
"type": "line",

0 commit comments

Comments
 (0)