From 68acea99efb60a0d006d0ddcd9aedb284574571e Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sun, 23 Oct 2022 20:36:22 +0200 Subject: [PATCH] Update icon --- .../railway_platforms/railway_platforms.json | 2 +- .../mapcomplete-changes.json | 4 +- assets/themes/stations/license_info.json | 4 +- assets/themes/stations/rail-light-15.svg | 12 ----- assets/themes/stations/rail-light.svg | 47 +++++++++++++++++++ assets/themes/stations/stations.json | 4 +- 6 files changed, 54 insertions(+), 19 deletions(-) delete mode 100644 assets/themes/stations/rail-light-15.svg create mode 100644 assets/themes/stations/rail-light.svg diff --git a/assets/layers/railway_platforms/railway_platforms.json b/assets/layers/railway_platforms/railway_platforms.json index f4ccf4a284..7b5700ce71 100644 --- a/assets/layers/railway_platforms/railway_platforms.json +++ b/assets/layers/railway_platforms/railway_platforms.json @@ -51,7 +51,7 @@ "color": "gray" }, { - "icon": "./assets/themes/stations/rail-light-15.svg", + "icon": "./assets/themes/stations/rail-light.svg", "location": [ "point", "centroid" diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json index 9f197f0977..4e7925e245 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json @@ -356,7 +356,7 @@ }, { "if": "theme=stations", - "then": "./assets/themes/stations/rail-light-15.svg" + "then": "./assets/themes/stations/rail-light.svg" }, { "if": "theme=street_lighting", @@ -569,4 +569,4 @@ } } ] -} \ No newline at end of file +} diff --git a/assets/themes/stations/license_info.json b/assets/themes/stations/license_info.json index c8f93e1b16..d38ffb6ea8 100644 --- a/assets/themes/stations/license_info.json +++ b/assets/themes/stations/license_info.json @@ -18,7 +18,7 @@ ] }, { - "path": "rail-light-15.svg", + "path": "rail-light.svg", "license": "CC0", "authors": [ "Maki" @@ -27,4 +27,4 @@ "https://labs.mapbox.com/maki-icons/" ] } -] \ No newline at end of file +] diff --git a/assets/themes/stations/rail-light-15.svg b/assets/themes/stations/rail-light-15.svg deleted file mode 100644 index 6a67b1935e..0000000000 --- a/assets/themes/stations/rail-light-15.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - diff --git a/assets/themes/stations/rail-light.svg b/assets/themes/stations/rail-light.svg new file mode 100644 index 0000000000..1548d99098 --- /dev/null +++ b/assets/themes/stations/rail-light.svg @@ -0,0 +1,47 @@ + +image/svg+xml + + diff --git a/assets/themes/stations/stations.json b/assets/themes/stations/stations.json index 1c78d28575..37fcdbdd0e 100644 --- a/assets/themes/stations/stations.json +++ b/assets/themes/stations/stations.json @@ -6,7 +6,7 @@ "description": { "en": "View, edit and add details to a train station" }, - "icon": "./assets/themes/stations/rail-light-15.svg", + "icon": "./assets/themes/stations/rail-light.svg", "startLat": 0, "startLon": 0, "startZoom": 0, @@ -83,7 +83,7 @@ }, "mapRendering": [ { - "icon": "./assets/themes/stations/rail-light-15.svg", + "icon": "./assets/themes/stations/rail-light.svg", "location": [ "point", "centroid"