diff --git a/amenity-points.mss b/amenity-points.mss
index c7b0c7e119..81c52ce261 100644
--- a/amenity-points.mss
+++ b/amenity-points.mss
@@ -44,8 +44,10 @@
}
[feature = 'amenity_bar'][zoom >= 17] {
- point-file: url('symbols/bar.p.20.png');
- point-placement: interior;
+ marker-file: url('symbols/bar.16.svg');
+ marker-fill: #734a08;
+ marker-placement: interior;
+ marker-clip: false;
}
[feature = 'amenity_bicycle_rental'][zoom >= 17] {
@@ -78,8 +80,10 @@
}
[feature = 'amenity_cafe'][zoom >= 17] {
- point-file: url('symbols/cafe.p.16.png');
- point-placement: interior;
+ marker-file: url('symbols/cafe.16.svg');
+ marker-fill: #734a08;
+ marker-placement: interior;
+ marker-clip: false;
}
[feature = 'tourism_camp_site'][zoom >= 16] {
@@ -258,13 +262,17 @@
}
[feature = 'amenity_pub'][zoom >= 17] {
- point-file: url('symbols/pub.p.16.png');
- point-placement: interior;
+ marker-file: url('symbols/pub.16.svg');
+ marker-fill: #734a08;
+ marker-placement: interior;
+ marker-clip: false;
}
[feature = 'amenity_biergarten'][zoom >= 17] {
- point-file: url('symbols/biergarten.p.16.png');
- point-placement: interior;
+ marker-file: url('symbols/biergarten.16.svg');
+ marker-fill: #734a08;
+ marker-placement: interior;
+ marker-clip: false;
}
[feature = 'amenity_recycling'][zoom >= 16] {
@@ -275,13 +283,17 @@
}
[feature = 'amenity_restaurant'][zoom >= 17] {
- point-file: url('symbols/restaurant.p.16.png');
- point-placement: interior;
+ marker-file: url('symbols/restaurant.16.svg');
+ marker-fill: #734a08;
+ marker-placement: interior;
+ marker-clip: false;
}
[feature = 'amenity_fast_food'][zoom >= 17] {
- point-file: url('symbols/fast_food.png');
- point-placement: interior;
+ marker-file: url('symbols/fast_food.16.svg');
+ marker-fill: #734a08;
+ marker-placement: interior;
+ marker-clip: false;
}
[feature = 'amenity_telephone'][zoom >= 17] {
diff --git a/symbols/bar.16.svg b/symbols/bar.16.svg
new file mode 100644
index 0000000000..0b361ab557
--- /dev/null
+++ b/symbols/bar.16.svg
@@ -0,0 +1,12 @@
+
+
+
+
diff --git a/symbols/bar.p.20.png b/symbols/bar.p.20.png
deleted file mode 100644
index 9b0e48b967..0000000000
Binary files a/symbols/bar.p.20.png and /dev/null differ
diff --git a/symbols/biergarten.16.svg b/symbols/biergarten.16.svg
new file mode 100644
index 0000000000..0fd4973b83
--- /dev/null
+++ b/symbols/biergarten.16.svg
@@ -0,0 +1,12 @@
+
+
+
+
diff --git a/symbols/biergarten.p.16.png b/symbols/biergarten.p.16.png
deleted file mode 100644
index 241a4de1fa..0000000000
Binary files a/symbols/biergarten.p.16.png and /dev/null differ
diff --git a/symbols/cafe.16.svg b/symbols/cafe.16.svg
new file mode 100644
index 0000000000..d6060f46d1
--- /dev/null
+++ b/symbols/cafe.16.svg
@@ -0,0 +1,12 @@
+
+
+
+
diff --git a/symbols/cafe.p.16.png b/symbols/cafe.p.16.png
deleted file mode 100644
index 836f8a5403..0000000000
Binary files a/symbols/cafe.p.16.png and /dev/null differ
diff --git a/symbols/fast_food.16.svg b/symbols/fast_food.16.svg
new file mode 100644
index 0000000000..f5377083ab
--- /dev/null
+++ b/symbols/fast_food.16.svg
@@ -0,0 +1,12 @@
+
+
+
+
diff --git a/symbols/fast_food.png b/symbols/fast_food.png
deleted file mode 100644
index 99875e99c1..0000000000
Binary files a/symbols/fast_food.png and /dev/null differ
diff --git a/symbols/pub.16.svg b/symbols/pub.16.svg
new file mode 100644
index 0000000000..6124d633e8
--- /dev/null
+++ b/symbols/pub.16.svg
@@ -0,0 +1,12 @@
+
+
+
+
diff --git a/symbols/pub.p.16.png b/symbols/pub.p.16.png
deleted file mode 100644
index b452a7eadc..0000000000
Binary files a/symbols/pub.p.16.png and /dev/null differ
diff --git a/symbols/restaurant.16.svg b/symbols/restaurant.16.svg
new file mode 100644
index 0000000000..816134d63d
--- /dev/null
+++ b/symbols/restaurant.16.svg
@@ -0,0 +1,12 @@
+
+
+
+
diff --git a/symbols/restaurant.p.16.png b/symbols/restaurant.p.16.png
deleted file mode 100644
index 5c410087be..0000000000
Binary files a/symbols/restaurant.p.16.png and /dev/null differ