|
616 | 616 | "fill-outline-color": "rgba(226, 223, 215, 1)" |
617 | 617 | } |
618 | 618 | }, |
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 | | - }, |
648 | 619 | { |
649 | 620 | "id": "amenity_areas", |
650 | 621 | "type": "fill", |
|
1086 | 1057 | ["==", ["get", "class"], "man_made"], |
1087 | 1058 | ["==", ["get", "type"], "bridge"] |
1088 | 1059 | ], |
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 | + } |
1090 | 1090 | }, |
1091 | 1091 | { |
1092 | 1092 | "id": "pier", |
|
0 commit comments