diff --git a/amenity-points.mss b/amenity-points.mss index 9613fc8419..7ba7e931ed 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -414,8 +414,10 @@ } [feature = 'historic_archaeological_site'][zoom >= 16] { - point-file: url('symbols/tourist_archaeological2.glow.24.png'); - point-placement: interior; + marker-file: url('symbols/archaeological_site.16.svg'); + marker-fill: @amenity-brown; + marker-placement: interior; + marker-clip: false; } [feature = 'shop_other'][zoom >= 17] { @@ -953,8 +955,7 @@ text-name: "[name]"; text-size: 9; text-fill: @amenity-brown; - text-dy: 15; - [feature = 'historic_memorial'] { text-dy: 11; } + text-dy: 11; text-face-name: @book-fonts; text-halo-radius: 1; text-halo-fill: rgba(255,255,255,0.6); diff --git a/symbols/archaeological_site.16.svg b/symbols/archaeological_site.16.svg new file mode 100644 index 0000000000..3431811b8c --- /dev/null +++ b/symbols/archaeological_site.16.svg @@ -0,0 +1,14 @@ + + + + + image/svg+xml + + + + + + + + + diff --git a/symbols/tourist_archaeological2.glow.24.png b/symbols/tourist_archaeological2.glow.24.png deleted file mode 100644 index 90c61c3ba4..0000000000 Binary files a/symbols/tourist_archaeological2.glow.24.png and /dev/null differ