diff --git a/amenity-points.mss b/amenity-points.mss index e02247a1c5..6b32f30b7b 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -544,7 +544,14 @@ } [feature = 'historic_memorial'][zoom >= 17] { - marker-file: url('symbols/memorial.svg'); + marker-file: url('symbols/memorial.svg'); + marker-fill: @amenity-brown; + marker-placement: interior; + marker-clip: false; + } + + [feature = 'historic_memorial_plaque'][zoom >= 19] { + marker-file: url('symbols/plaque.svg'); marker-fill: @amenity-brown; marker-placement: interior; marker-clip: false; @@ -1245,6 +1252,7 @@ [feature = 'tourism_artwork'][zoom >= 17], [feature = 'historic_memorial'][zoom >= 17], + [feature = 'historic_memorial_plaque'][zoom >= 19], [feature = 'man_made_obelisk'][zoom >= 16], [feature = 'historic_monument'][zoom >= 16], [feature = 'historic_archaeological_site'][zoom >= 17] { diff --git a/project.mml b/project.mml index ad3305274b..1969f1e7b2 100644 --- a/project.mml +++ b/project.mml @@ -1571,7 +1571,7 @@ Layer: 'leisure_' || CASE WHEN leisure IN ('water_park', 'playground', 'miniature_golf', 'golf_course', 'picnic_table') THEN leisure ELSE NULL END, 'man_made_' || CASE WHEN man_made IN ('mast', 'water_tower', 'lighthouse', 'windmill', 'obelisk') THEN man_made ELSE NULL END, 'natural_' || CASE WHEN "natural" IN ('spring') THEN "natural" ELSE NULL END, - 'historic_' || CASE WHEN historic IN ('memorial', 'monument', 'archaeological_site') THEN historic ELSE NULL END, + 'historic_' || CASE WHEN historic IN ('memorial', 'monument', 'archaeological_site') THEN historic ELSE NULL END || CASE WHEN tags->'memorial' IN ('plaque') THEN '_plaque' ELSE '' END, 'highway_'|| CASE WHEN highway IN ('bus_stop', 'elevator', 'traffic_signals') THEN highway ELSE NULL END, 'power_' || CASE WHEN power IN ('generator') THEN power ELSE NULL END, 'tourism_' || CASE WHEN tourism IN ('viewpoint') THEN tourism ELSE NULL END @@ -1643,7 +1643,7 @@ Layer: 'dog_park') THEN leisure ELSE NULL END, 'man_made_' || CASE WHEN man_made IN ('mast', 'water_tower', 'lighthouse', 'windmill', 'obelisk') THEN man_made ELSE NULL END, 'natural_' || CASE WHEN "natural" IN ('peak', 'volcano', 'saddle', 'spring', 'cave_entrance') THEN "natural" ELSE NULL END, - 'historic_' || CASE WHEN historic IN ('memorial', 'monument', 'archaeological_site') THEN historic ELSE NULL END, + 'historic_' || CASE WHEN historic IN ('memorial', 'monument', 'archaeological_site') THEN historic ELSE NULL END || CASE WHEN tags->'memorial' IN ('plaque') THEN '_plaque' ELSE '' END, 'highway_'|| CASE WHEN highway IN ('bus_stop', 'elevator', 'traffic_signals', 'ford') THEN highway ELSE NULL END, 'power_' || CASE WHEN power IN ('generator') THEN power ELSE NULL END, 'tourism_' || CASE WHEN tourism IN ('viewpoint') THEN tourism ELSE NULL END, @@ -2033,7 +2033,7 @@ Layer: 'grassland', 'scrub', 'beach', 'shoal', 'reef', 'glacier') THEN "natural" ELSE NULL END, 'place_' || CASE WHEN place IN ('island', 'islet') THEN place ELSE NULL END, 'military_' || CASE WHEN military IN ('danger_area') THEN military ELSE NULL END, - 'historic_' || CASE WHEN historic IN ('memorial', 'monument', 'archaeological_site') THEN historic ELSE NULL END, + 'historic_' || CASE WHEN historic IN ('memorial', 'monument', 'archaeological_site') THEN historic ELSE NULL END || CASE WHEN tags->'memorial' IN ('plaque') THEN '_plaque' ELSE '' END, 'highway_' || CASE WHEN highway IN ('services', 'rest_area', 'bus_stop', 'elevator', 'ford') THEN highway ELSE NULL END, 'boundary_' || CASE WHEN boundary IN ('national_park') THEN boundary ELSE NULL END, 'waterway_' || CASE WHEN waterway IN ('dam') THEN waterway ELSE NULL END, @@ -2163,7 +2163,7 @@ Layer: THEN "natural" ELSE NULL END, 'place_' || CASE WHEN place IN ('island', 'islet') THEN place ELSE NULL END, 'military_' || CASE WHEN military IN ('danger_area') THEN military ELSE NULL END, - 'historic_' || CASE WHEN historic IN ('memorial', 'monument', 'archaeological_site') THEN historic ELSE NULL END, + 'historic_' || CASE WHEN historic IN ('memorial', 'monument', 'archaeological_site') THEN historic ELSE NULL END || CASE WHEN tags->'memorial' IN ('plaque') THEN '_plaque' ELSE '' END, 'highway_' || CASE WHEN highway IN ('services', 'rest_area', 'bus_stop', 'elevator', 'ford') THEN highway ELSE NULL END, 'boundary_' || CASE WHEN boundary IN ('national_park') THEN boundary ELSE NULL END, 'waterway_' || CASE WHEN waterway IN ('dam', 'weir') THEN waterway ELSE NULL END, diff --git a/symbols/plaque.svg b/symbols/plaque.svg new file mode 100644 index 0000000000..cf0e4660a2 --- /dev/null +++ b/symbols/plaque.svg @@ -0,0 +1,40 @@ + + + + + + + + image/svg+xml + + + + + + + + +