From 7efca5a5d82b4ecd0f3fd7ce868a6f43c3a54ecb Mon Sep 17 00:00:00 2001 From: pathmapper Date: Sat, 31 Oct 2020 17:45:32 +0100 Subject: [PATCH] Fix townhall icon name to match vt source --- sprites/osm-liberty.json | 4 ++-- sprites/osm-liberty@2x.json | 4 ++-- svgs/svgs_iconset/{town-hall_11.svg => town_hall_11.svg} | 0 svgs/svgs_iconset/{town-hall_15.svg => town_hall_15.svg} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename svgs/svgs_iconset/{town-hall_11.svg => town_hall_11.svg} (100%) rename svgs/svgs_iconset/{town-hall_15.svg => town_hall_15.svg} (100%) diff --git a/sprites/osm-liberty.json b/sprites/osm-liberty.json index 8d01fc4..d7b868f 100644 --- a/sprites/osm-liberty.json +++ b/sprites/osm-liberty.json @@ -1546,14 +1546,14 @@ "x": 105, "y": 208 }, - "town-hall_11": { + "town_hall_11": { "height": 17, "pixelRatio": 1, "width": 17, "x": 370, "y": 94 }, - "town-hall_15": { + "town_hall_15": { "height": 21, "pixelRatio": 1, "width": 21, diff --git a/sprites/osm-liberty@2x.json b/sprites/osm-liberty@2x.json index 984f108..119d57a 100644 --- a/sprites/osm-liberty@2x.json +++ b/sprites/osm-liberty@2x.json @@ -1546,14 +1546,14 @@ "x": 210, "y": 416 }, - "town-hall_11": { + "town_hall_11": { "height": 34, "pixelRatio": 2, "width": 34, "x": 742, "y": 188 }, - "town-hall_15": { + "town_hall_15": { "height": 42, "pixelRatio": 2, "width": 42, diff --git a/svgs/svgs_iconset/town-hall_11.svg b/svgs/svgs_iconset/town_hall_11.svg similarity index 100% rename from svgs/svgs_iconset/town-hall_11.svg rename to svgs/svgs_iconset/town_hall_11.svg diff --git a/svgs/svgs_iconset/town-hall_15.svg b/svgs/svgs_iconset/town_hall_15.svg similarity index 100% rename from svgs/svgs_iconset/town-hall_15.svg rename to svgs/svgs_iconset/town_hall_15.svg