|
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", |
|
1076 | 1047 | ] |
1077 | 1048 | } |
1078 | 1049 | }, |
| 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 | + }, |
1079 | 1091 | { |
1080 | 1092 | "id": "pier", |
1081 | 1093 | "type": "fill", |
|
1274 | 1286 | "line-width": ["interpolate", ["exponential", 1.8], ["zoom"], 12, 1.5, 14, 15] |
1275 | 1287 | } |
1276 | 1288 | }, |
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(254, 255, 255, 1)"} |
1288 | | - }, |
1289 | 1289 | { |
1290 | 1290 | "id": "man_made_bridge_line", |
1291 | 1291 | "type": "line", |
|
0 commit comments