diff --git a/amenity-points.mss b/amenity-points.mss index a5533d89a8..588a1f4049 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -987,8 +987,9 @@ } [feature = 'natural_cave_entrance'][zoom >= 15] { - point-file: url('symbols/poi_cave.p.16.png'); - point-placement: interior; + marker-file: url('symbols/cave.14.svg'); + marker-placement: interior; + marker-clip: false; } [feature = 'natural_spring'][zoom >= 14] { diff --git a/symbols/cave.14.svg b/symbols/cave.14.svg new file mode 100644 index 0000000000..d4eabc142d --- /dev/null +++ b/symbols/cave.14.svg @@ -0,0 +1,31 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/symbols/poi_cave.p.16.png b/symbols/poi_cave.p.16.png deleted file mode 100644 index aafddbb94b..0000000000 Binary files a/symbols/poi_cave.p.16.png and /dev/null differ