Skip to content

Commit 1635c00

Browse files
committed
needs discussion: moving public squares and pedestrian areas above man made bridges; causes problems for mapping pedestrian areas or public squares that might have water
1 parent 36bc117 commit 1635c00

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

historical/historical.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -616,35 +616,6 @@
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-
},
648619
{
649620
"id": "amenity_areas",
650621
"type": "fill",
@@ -1086,7 +1057,36 @@
10861057
["==", ["get", "class"], "man_made"],
10871058
["==", ["get", "type"], "bridge"]
10881059
],
1089-
"paint": {"fill-color": "rgba(255, 255, 255, 1)"}
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+
}
10901090
},
10911091
{
10921092
"id": "pier",

0 commit comments

Comments
 (0)