Skip to content

Commit 8a41fbe

Browse files
committed
Update historical.json
1 parent 1635c00 commit 8a41fbe

1 file changed

Lines changed: 41 additions & 41 deletions

File tree

historical/historical.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,35 @@
616616
"fill-outline-color": "rgba(226, 223, 215, 1)"
617617
}
618618
},
619+
{
620+
"id": "place_areas_square",
621+
"type": "fill",
622+
"source": "osm",
623+
"source-layer": "place_areas",
624+
"filter": ["==", ["get", "type"], "square"],
625+
"layout": {"visibility": "visible"},
626+
"paint": {
627+
"fill-color": "rgba(238, 236, 230, 1)",
628+
"fill-outline-color": "rgba(226, 223, 215, 1)"
629+
}
630+
},
631+
{
632+
"id": "pedestrian_area",
633+
"type": "fill",
634+
"source": "osm",
635+
"source-layer": "transport_areas",
636+
"minzoom": 14,
637+
"maxzoom": 24,
638+
"filter": [
639+
"all",
640+
["in", ["get", "type"], ["literal", ["footway", "pedestrian"]]]
641+
],
642+
"layout": {"visibility": "visible"},
643+
"paint": {
644+
"fill-color": "rgba(246, 246, 246, 1)",
645+
"fill-outline-color": "rgba(230,230,230, 1)"
646+
}
647+
},
619648
{
620649
"id": "amenity_areas",
621650
"type": "fill",
@@ -1047,47 +1076,6 @@
10471076
]
10481077
}
10491078
},
1050-
{
1051-
"id": "man_made_bridge_area",
1052-
"type": "fill",
1053-
"source": "osm",
1054-
"source-layer": "other_areas",
1055-
"filter": [
1056-
"all",
1057-
["==", ["get", "class"], "man_made"],
1058-
["==", ["get", "type"], "bridge"]
1059-
],
1060-
"paint": {
1061-
"fill-color": "rgba(255, 255, 255, 1)"}
1062-
},
1063-
{
1064-
"id": "place_areas_square",
1065-
"type": "fill",
1066-
"source": "osm",
1067-
"source-layer": "place_areas",
1068-
"filter": ["==", ["get", "type"], "square"],
1069-
"layout": {"visibility": "visible"},
1070-
"paint": {
1071-
"fill-color": "rgba(238, 236, 230, 1)",
1072-
"fill-outline-color": "rgba(226, 223, 215, 1)"
1073-
}
1074-
},
1075-
{
1076-
"id": "pedestrian_area",
1077-
"type": "fill",
1078-
"source": "osm",
1079-
"source-layer": "transport_areas",
1080-
"minzoom": 14,
1081-
"maxzoom": 24,
1082-
"filter": [
1083-
"all",
1084-
["in", ["get", "type"], ["literal", ["footway", "pedestrian"]]]
1085-
],
1086-
"layout": {"visibility": "visible"},
1087-
"paint": {
1088-
"fill-color": "rgba(246, 246, 246, 1)"
1089-
}
1090-
},
10911079
{
10921080
"id": "pier",
10931081
"type": "fill",
@@ -1286,6 +1274,18 @@
12861274
"line-width": ["interpolate", ["exponential", 1.8], ["zoom"], 12, 1.5, 14, 15]
12871275
}
12881276
},
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)