diff --git a/docs/Changelog.md b/docs/Changelog.md index c2b3d68d..655010a9 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,6 +13,7 @@ - MapFileTileSource zoom level API enhancements [#219](https://github.com/mapsforge/vtm/issues/219) - Animator enhancements with easing functions [#246](https://github.com/mapsforge/vtm/issues/246) - Tile grid layer scaling [#238](https://github.com/mapsforge/vtm/issues/238) +- Internal render themes new SVG resources [#251](https://github.com/mapsforge/vtm/issues/251) - Internal render themes various improvements [#41](https://github.com/mapsforge/vtm/issues/41) - Many other minor improvements and bug fixes - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.7.0) diff --git a/vtm-playground/resources/assets/styles/stylemenu.xml b/vtm-playground/resources/assets/vtm/stylemenu.xml similarity index 100% rename from vtm-playground/resources/assets/styles/stylemenu.xml rename to vtm-playground/resources/assets/vtm/stylemenu.xml diff --git a/vtm-playground/src/org/oscim/test/MapsforgeStyleTest.java b/vtm-playground/src/org/oscim/test/MapsforgeStyleTest.java index 16fd484d..7eb21521 100644 --- a/vtm-playground/src/org/oscim/test/MapsforgeStyleTest.java +++ b/vtm-playground/src/org/oscim/test/MapsforgeStyleTest.java @@ -72,7 +72,7 @@ public class MapsforgeStyleTest extends GdxMap { } private void loadTheme(final String styleId) { - mMap.setTheme(new StreamRenderTheme("", getClass().getResourceAsStream("/assets/styles/stylemenu.xml"), new XmlRenderThemeMenuCallback() { + mMap.setTheme(new StreamRenderTheme("", getClass().getResourceAsStream("/assets/vtm/stylemenu.xml"), new XmlRenderThemeMenuCallback() { @Override public Set getCategories(XmlRenderThemeStyleMenu renderThemeStyleMenu) { // Use the selected style or the default diff --git a/vtm-themes/icons/maki.png b/vtm-themes/icons/atlas/maki.png similarity index 100% rename from vtm-themes/icons/maki.png rename to vtm-themes/icons/atlas/maki.png diff --git a/vtm-themes/icons/maki.xml b/vtm-themes/icons/atlas/maki.xml similarity index 100% rename from vtm-themes/icons/maki.xml rename to vtm-themes/icons/atlas/maki.xml diff --git a/vtm-themes/icons/osm.png b/vtm-themes/icons/atlas/osm.png similarity index 100% rename from vtm-themes/icons/osm.png rename to vtm-themes/icons/atlas/osm.png diff --git a/vtm-themes/icons/osm.xml b/vtm-themes/icons/atlas/osm.xml similarity index 100% rename from vtm-themes/icons/osm.xml rename to vtm-themes/icons/atlas/osm.xml diff --git a/vtm-themes/icons/osmarender.png b/vtm-themes/icons/atlas/osmarender.png similarity index 100% rename from vtm-themes/icons/osmarender.png rename to vtm-themes/icons/atlas/osmarender.png diff --git a/vtm-themes/icons/osmarender.xml b/vtm-themes/icons/atlas/osmarender.xml similarity index 100% rename from vtm-themes/icons/osmarender.xml rename to vtm-themes/icons/atlas/osmarender.xml diff --git a/vtm-themes/icons/symbols/accommodation/alpinehut.svg b/vtm-themes/icons/symbols/accommodation/alpinehut.svg new file mode 100755 index 00000000..d949def5 --- /dev/null +++ b/vtm-themes/icons/symbols/accommodation/alpinehut.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/bed_and_breakfast.svg b/vtm-themes/icons/symbols/accommodation/bed_and_breakfast.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/accommodation/bed_and_breakfast.svg rename to vtm-themes/icons/symbols/accommodation/bed_and_breakfast.svg diff --git a/vtm-themes/resources/assets/symbols/accommodation/bed_and_breakfast2.svg b/vtm-themes/icons/symbols/accommodation/bed_and_breakfast2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/accommodation/bed_and_breakfast2.svg rename to vtm-themes/icons/symbols/accommodation/bed_and_breakfast2.svg diff --git a/vtm-themes/icons/symbols/accommodation/camping.svg b/vtm-themes/icons/symbols/accommodation/camping.svg new file mode 100755 index 00000000..d67767b7 --- /dev/null +++ b/vtm-themes/icons/symbols/accommodation/camping.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/accommodation/caravan_park.svg b/vtm-themes/icons/symbols/accommodation/caravan_park.svg new file mode 100755 index 00000000..7b0398e3 --- /dev/null +++ b/vtm-themes/icons/symbols/accommodation/caravan_park.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/accommodation/chalet.svg b/vtm-themes/icons/symbols/accommodation/chalet.svg new file mode 100755 index 00000000..94ea0318 --- /dev/null +++ b/vtm-themes/icons/symbols/accommodation/chalet.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/chalet2.svg b/vtm-themes/icons/symbols/accommodation/chalet2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/accommodation/chalet2.svg rename to vtm-themes/icons/symbols/accommodation/chalet2.svg diff --git a/vtm-themes/icons/symbols/accommodation/hostel.svg b/vtm-themes/icons/symbols/accommodation/hostel.svg new file mode 100755 index 00000000..de705f15 --- /dev/null +++ b/vtm-themes/icons/symbols/accommodation/hostel.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/hotel.svg b/vtm-themes/icons/symbols/accommodation/hotel.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/accommodation/hotel.svg rename to vtm-themes/icons/symbols/accommodation/hotel.svg diff --git a/vtm-themes/icons/symbols/accommodation/hotel2.svg b/vtm-themes/icons/symbols/accommodation/hotel2.svg new file mode 100755 index 00000000..15dd12c4 --- /dev/null +++ b/vtm-themes/icons/symbols/accommodation/hotel2.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/motel.svg b/vtm-themes/icons/symbols/accommodation/motel.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/accommodation/motel.svg rename to vtm-themes/icons/symbols/accommodation/motel.svg diff --git a/vtm-themes/resources/assets/symbols/accommodation/shelter.svg b/vtm-themes/icons/symbols/accommodation/shelter.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/accommodation/shelter.svg rename to vtm-themes/icons/symbols/accommodation/shelter.svg diff --git a/vtm-themes/icons/symbols/accommodation/shelter2.svg b/vtm-themes/icons/symbols/accommodation/shelter2.svg new file mode 100755 index 00000000..7e133eaf --- /dev/null +++ b/vtm-themes/icons/symbols/accommodation/shelter2.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/youth_hostel.svg b/vtm-themes/icons/symbols/accommodation/youth_hostel.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/accommodation/youth_hostel.svg rename to vtm-themes/icons/symbols/accommodation/youth_hostel.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/bench.svg b/vtm-themes/icons/symbols/amenity/bench.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/bench.svg rename to vtm-themes/icons/symbols/amenity/bench.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/court.svg b/vtm-themes/icons/symbols/amenity/court.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/court.svg rename to vtm-themes/icons/symbols/amenity/court.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/firestation.svg b/vtm-themes/icons/symbols/amenity/firestation.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/firestation.svg rename to vtm-themes/icons/symbols/amenity/firestation.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/firestation2.svg b/vtm-themes/icons/symbols/amenity/firestation2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/firestation2.svg rename to vtm-themes/icons/symbols/amenity/firestation2.svg diff --git a/vtm-themes/icons/symbols/amenity/firestation3.svg b/vtm-themes/icons/symbols/amenity/firestation3.svg new file mode 100755 index 00000000..86c2fc91 --- /dev/null +++ b/vtm-themes/icons/symbols/amenity/firestation3.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/fountain.svg b/vtm-themes/icons/symbols/amenity/fountain.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/fountain.svg rename to vtm-themes/icons/symbols/amenity/fountain.svg diff --git a/vtm-themes/icons/symbols/amenity/fountain2.svg b/vtm-themes/icons/symbols/amenity/fountain2.svg new file mode 100755 index 00000000..25c6cec1 --- /dev/null +++ b/vtm-themes/icons/symbols/amenity/fountain2.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/amenity/library.svg b/vtm-themes/icons/symbols/amenity/library.svg new file mode 100755 index 00000000..d4516b7c --- /dev/null +++ b/vtm-themes/icons/symbols/amenity/library.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/library2.svg b/vtm-themes/icons/symbols/amenity/library2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/library2.svg rename to vtm-themes/icons/symbols/amenity/library2.svg diff --git a/vtm-themes/icons/symbols/amenity/playground.svg b/vtm-themes/icons/symbols/amenity/playground.svg new file mode 100755 index 00000000..1e8abca4 --- /dev/null +++ b/vtm-themes/icons/symbols/amenity/playground.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/police.svg b/vtm-themes/icons/symbols/amenity/police.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/police.svg rename to vtm-themes/icons/symbols/amenity/police.svg diff --git a/vtm-themes/icons/symbols/amenity/police2.svg b/vtm-themes/icons/symbols/amenity/police2.svg new file mode 100755 index 00000000..d846903b --- /dev/null +++ b/vtm-themes/icons/symbols/amenity/police2.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/amenity/post_box.svg b/vtm-themes/icons/symbols/amenity/post_box.svg new file mode 100755 index 00000000..7f787525 --- /dev/null +++ b/vtm-themes/icons/symbols/amenity/post_box.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/vtm-themes/icons/symbols/amenity/post_office.svg b/vtm-themes/icons/symbols/amenity/post_office.svg new file mode 100755 index 00000000..c91b36a6 --- /dev/null +++ b/vtm-themes/icons/symbols/amenity/post_office.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/prison.svg b/vtm-themes/icons/symbols/amenity/prison.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/prison.svg rename to vtm-themes/icons/symbols/amenity/prison.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/public_building.svg b/vtm-themes/icons/symbols/amenity/public_building.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/public_building.svg rename to vtm-themes/icons/symbols/amenity/public_building.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/public_building2.svg b/vtm-themes/icons/symbols/amenity/public_building2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/public_building2.svg rename to vtm-themes/icons/symbols/amenity/public_building2.svg diff --git a/vtm-themes/icons/symbols/amenity/recycling.svg b/vtm-themes/icons/symbols/amenity/recycling.svg new file mode 100755 index 00000000..306860e3 --- /dev/null +++ b/vtm-themes/icons/symbols/amenity/recycling.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/survey_point.svg b/vtm-themes/icons/symbols/amenity/survey_point.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/survey_point.svg rename to vtm-themes/icons/symbols/amenity/survey_point.svg diff --git a/vtm-themes/icons/symbols/amenity/telephone.svg b/vtm-themes/icons/symbols/amenity/telephone.svg new file mode 100755 index 00000000..e6407a79 --- /dev/null +++ b/vtm-themes/icons/symbols/amenity/telephone.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/amenity/toilets.svg b/vtm-themes/icons/symbols/amenity/toilets.svg new file mode 100755 index 00000000..8e015df2 --- /dev/null +++ b/vtm-themes/icons/symbols/amenity/toilets.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/toilets_disabled.svg b/vtm-themes/icons/symbols/amenity/toilets_disabled.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/toilets_disabled.svg rename to vtm-themes/icons/symbols/amenity/toilets_disabled.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/toilets_men.svg b/vtm-themes/icons/symbols/amenity/toilets_men.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/toilets_men.svg rename to vtm-themes/icons/symbols/amenity/toilets_men.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/toilets_women.svg b/vtm-themes/icons/symbols/amenity/toilets_women.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/toilets_women.svg rename to vtm-themes/icons/symbols/amenity/toilets_women.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/town_hall.svg b/vtm-themes/icons/symbols/amenity/town_hall.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/town_hall.svg rename to vtm-themes/icons/symbols/amenity/town_hall.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/town_hall2.svg b/vtm-themes/icons/symbols/amenity/town_hall2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/town_hall2.svg rename to vtm-themes/icons/symbols/amenity/town_hall2.svg diff --git a/vtm-themes/resources/assets/symbols/amenity/waste_bin.svg b/vtm-themes/icons/symbols/amenity/waste_bin.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/amenity/waste_bin.svg rename to vtm-themes/icons/symbols/amenity/waste_bin.svg diff --git a/vtm-themes/icons/symbols/barrier/blocks.svg b/vtm-themes/icons/symbols/barrier/blocks.svg new file mode 100755 index 00000000..f615a37a --- /dev/null +++ b/vtm-themes/icons/symbols/barrier/blocks.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/barrier/bollard.svg b/vtm-themes/icons/symbols/barrier/bollard.svg new file mode 100755 index 00000000..bda0142e --- /dev/null +++ b/vtm-themes/icons/symbols/barrier/bollard.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/barrier/cattle_grid.svg b/vtm-themes/icons/symbols/barrier/cattle_grid.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/barrier/cattle_grid.svg rename to vtm-themes/icons/symbols/barrier/cattle_grid.svg diff --git a/vtm-themes/icons/symbols/barrier/cycle_barrier.svg b/vtm-themes/icons/symbols/barrier/cycle_barrier.svg new file mode 100755 index 00000000..c7661bc7 --- /dev/null +++ b/vtm-themes/icons/symbols/barrier/cycle_barrier.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/barrier/entrance.svg b/vtm-themes/icons/symbols/barrier/entrance.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/barrier/entrance.svg rename to vtm-themes/icons/symbols/barrier/entrance.svg diff --git a/vtm-themes/resources/assets/symbols/barrier/exit.svg b/vtm-themes/icons/symbols/barrier/exit.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/barrier/exit.svg rename to vtm-themes/icons/symbols/barrier/exit.svg diff --git a/vtm-themes/icons/symbols/barrier/gate.svg b/vtm-themes/icons/symbols/barrier/gate.svg new file mode 100755 index 00000000..1824fa5c --- /dev/null +++ b/vtm-themes/icons/symbols/barrier/gate.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/barrier/kissing_gate.svg b/vtm-themes/icons/symbols/barrier/kissing_gate.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/barrier/kissing_gate.svg rename to vtm-themes/icons/symbols/barrier/kissing_gate.svg diff --git a/vtm-themes/icons/symbols/barrier/lift_gate.svg b/vtm-themes/icons/symbols/barrier/lift_gate.svg new file mode 100755 index 00000000..3e4da860 --- /dev/null +++ b/vtm-themes/icons/symbols/barrier/lift_gate.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/barrier/steps.svg b/vtm-themes/icons/symbols/barrier/steps.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/barrier/steps.svg rename to vtm-themes/icons/symbols/barrier/steps.svg diff --git a/vtm-themes/icons/symbols/barrier/stile.svg b/vtm-themes/icons/symbols/barrier/stile.svg new file mode 100755 index 00000000..2a627a3d --- /dev/null +++ b/vtm-themes/icons/symbols/barrier/stile.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/barrier/toll_booth.svg b/vtm-themes/icons/symbols/barrier/toll_booth.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/barrier/toll_booth.svg rename to vtm-themes/icons/symbols/barrier/toll_booth.svg diff --git a/vtm-themes/resources/assets/symbols/education/college.svg b/vtm-themes/icons/symbols/education/college.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/education/college.svg rename to vtm-themes/icons/symbols/education/college.svg diff --git a/vtm-themes/resources/assets/symbols/education/college_vocational.svg b/vtm-themes/icons/symbols/education/college_vocational.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/education/college_vocational.svg rename to vtm-themes/icons/symbols/education/college_vocational.svg diff --git a/vtm-themes/resources/assets/symbols/education/nursery.svg b/vtm-themes/icons/symbols/education/nursery.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/education/nursery.svg rename to vtm-themes/icons/symbols/education/nursery.svg diff --git a/vtm-themes/resources/assets/symbols/education/nursery2.svg b/vtm-themes/icons/symbols/education/nursery2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/education/nursery2.svg rename to vtm-themes/icons/symbols/education/nursery2.svg diff --git a/vtm-themes/icons/symbols/education/nursery3.svg b/vtm-themes/icons/symbols/education/nursery3.svg new file mode 100755 index 00000000..31424b77 --- /dev/null +++ b/vtm-themes/icons/symbols/education/nursery3.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/education/school_primary.svg b/vtm-themes/icons/symbols/education/school.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/education/school_primary.svg rename to vtm-themes/icons/symbols/education/school.svg diff --git a/vtm-themes/icons/symbols/education/school_primary.svg b/vtm-themes/icons/symbols/education/school_primary.svg new file mode 100755 index 00000000..f671c546 --- /dev/null +++ b/vtm-themes/icons/symbols/education/school_primary.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/education/school_secondary.svg b/vtm-themes/icons/symbols/education/school_secondary.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/education/school_secondary.svg rename to vtm-themes/icons/symbols/education/school_secondary.svg diff --git a/vtm-themes/icons/symbols/education/university.svg b/vtm-themes/icons/symbols/education/university.svg new file mode 100755 index 00000000..977404e3 --- /dev/null +++ b/vtm-themes/icons/symbols/education/university.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/example/blank.svg b/vtm-themes/icons/symbols/example/blank.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/example/blank.svg rename to vtm-themes/icons/symbols/example/blank.svg diff --git a/vtm-themes/resources/assets/symbols/example/font.svg b/vtm-themes/icons/symbols/example/font.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/example/font.svg rename to vtm-themes/icons/symbols/example/font.svg diff --git a/vtm-themes/icons/symbols/food/bar.svg b/vtm-themes/icons/symbols/food/bar.svg new file mode 100755 index 00000000..17b1e051 --- /dev/null +++ b/vtm-themes/icons/symbols/food/bar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/vtm-themes/icons/symbols/food/biergarten.svg b/vtm-themes/icons/symbols/food/biergarten.svg new file mode 100755 index 00000000..2c343bbe --- /dev/null +++ b/vtm-themes/icons/symbols/food/biergarten.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/food/cafe.svg b/vtm-themes/icons/symbols/food/cafe.svg new file mode 100755 index 00000000..97956b35 --- /dev/null +++ b/vtm-themes/icons/symbols/food/cafe.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/vtm-themes/icons/symbols/food/drinkingtap.svg b/vtm-themes/icons/symbols/food/drinkingtap.svg new file mode 100755 index 00000000..57fe6a7d --- /dev/null +++ b/vtm-themes/icons/symbols/food/drinkingtap.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/food/fastfood.svg b/vtm-themes/icons/symbols/food/fastfood.svg new file mode 100755 index 00000000..5fc1c3bd --- /dev/null +++ b/vtm-themes/icons/symbols/food/fastfood.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/food/fastfood2.svg b/vtm-themes/icons/symbols/food/fastfood2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/food/fastfood2.svg rename to vtm-themes/icons/symbols/food/fastfood2.svg diff --git a/vtm-themes/resources/assets/symbols/food/fastfood_pizza.svg b/vtm-themes/icons/symbols/food/fastfood_pizza.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/food/fastfood_pizza.svg rename to vtm-themes/icons/symbols/food/fastfood_pizza.svg diff --git a/vtm-themes/resources/assets/symbols/food/ice_cream.svg b/vtm-themes/icons/symbols/food/ice_cream.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/food/ice_cream.svg rename to vtm-themes/icons/symbols/food/ice_cream.svg diff --git a/vtm-themes/resources/assets/symbols/food/pizza.svg b/vtm-themes/icons/symbols/food/pizza.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/food/pizza.svg rename to vtm-themes/icons/symbols/food/pizza.svg diff --git a/vtm-themes/icons/symbols/food/pub.svg b/vtm-themes/icons/symbols/food/pub.svg new file mode 100755 index 00000000..982d02b9 --- /dev/null +++ b/vtm-themes/icons/symbols/food/pub.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/vtm-themes/icons/symbols/food/restaurant.svg b/vtm-themes/icons/symbols/food/restaurant.svg new file mode 100755 index 00000000..be06a73f --- /dev/null +++ b/vtm-themes/icons/symbols/food/restaurant.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/health/dentist.svg b/vtm-themes/icons/symbols/health/dentist.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/health/dentist.svg rename to vtm-themes/icons/symbols/health/dentist.svg diff --git a/vtm-themes/resources/assets/symbols/health/doctors.svg b/vtm-themes/icons/symbols/health/doctors.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/health/doctors.svg rename to vtm-themes/icons/symbols/health/doctors.svg diff --git a/vtm-themes/icons/symbols/health/doctors2.svg b/vtm-themes/icons/symbols/health/doctors2.svg new file mode 100755 index 00000000..052cfc82 --- /dev/null +++ b/vtm-themes/icons/symbols/health/doctors2.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/health/hospital.svg b/vtm-themes/icons/symbols/health/hospital.svg new file mode 100755 index 00000000..1de1a23a --- /dev/null +++ b/vtm-themes/icons/symbols/health/hospital.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/health/hospital_emergency.svg b/vtm-themes/icons/symbols/health/hospital_emergency.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/health/hospital_emergency.svg rename to vtm-themes/icons/symbols/health/hospital_emergency.svg diff --git a/vtm-themes/resources/assets/symbols/health/hospital_emergency2.svg b/vtm-themes/icons/symbols/health/hospital_emergency2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/health/hospital_emergency2.svg rename to vtm-themes/icons/symbols/health/hospital_emergency2.svg diff --git a/vtm-themes/resources/assets/symbols/health/opticians.svg b/vtm-themes/icons/symbols/health/opticians.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/health/opticians.svg rename to vtm-themes/icons/symbols/health/opticians.svg diff --git a/vtm-themes/icons/symbols/health/pharmacy.svg b/vtm-themes/icons/symbols/health/pharmacy.svg new file mode 100755 index 00000000..b7166661 --- /dev/null +++ b/vtm-themes/icons/symbols/health/pharmacy.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/health/pharmacy_dispencing.svg b/vtm-themes/icons/symbols/health/pharmacy_dispencing.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/health/pharmacy_dispencing.svg rename to vtm-themes/icons/symbols/health/pharmacy_dispencing.svg diff --git a/vtm-themes/resources/assets/symbols/health/veterinary.svg b/vtm-themes/icons/symbols/health/veterinary.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/health/veterinary.svg rename to vtm-themes/icons/symbols/health/veterinary.svg diff --git a/vtm-themes/resources/assets/symbols/landuse/coniferous.svg b/vtm-themes/icons/symbols/landuse/coniferous.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/landuse/coniferous.svg rename to vtm-themes/icons/symbols/landuse/coniferous.svg diff --git a/vtm-themes/resources/assets/symbols/landuse/coniferous_and_deciduous.svg b/vtm-themes/icons/symbols/landuse/coniferous_and_deciduous.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/landuse/coniferous_and_deciduous.svg rename to vtm-themes/icons/symbols/landuse/coniferous_and_deciduous.svg diff --git a/vtm-themes/resources/assets/symbols/landuse/deciduous.svg b/vtm-themes/icons/symbols/landuse/deciduous.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/landuse/deciduous.svg rename to vtm-themes/icons/symbols/landuse/deciduous.svg diff --git a/vtm-themes/resources/assets/symbols/landuse/grass.svg b/vtm-themes/icons/symbols/landuse/grass.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/landuse/grass.svg rename to vtm-themes/icons/symbols/landuse/grass.svg diff --git a/vtm-themes/resources/assets/symbols/landuse/hills.svg b/vtm-themes/icons/symbols/landuse/hills.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/landuse/hills.svg rename to vtm-themes/icons/symbols/landuse/hills.svg diff --git a/vtm-themes/resources/assets/symbols/landuse/quary.svg b/vtm-themes/icons/symbols/landuse/quary.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/landuse/quary.svg rename to vtm-themes/icons/symbols/landuse/quary.svg diff --git a/vtm-themes/resources/assets/symbols/landuse/scrub.svg b/vtm-themes/icons/symbols/landuse/scrub.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/landuse/scrub.svg rename to vtm-themes/icons/symbols/landuse/scrub.svg diff --git a/vtm-themes/resources/assets/symbols/landuse/swamp.svg b/vtm-themes/icons/symbols/landuse/swamp.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/landuse/swamp.svg rename to vtm-themes/icons/symbols/landuse/swamp.svg diff --git a/vtm-themes/resources/assets/symbols/money/atm.svg b/vtm-themes/icons/symbols/money/atm.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/money/atm.svg rename to vtm-themes/icons/symbols/money/atm.svg diff --git a/vtm-themes/icons/symbols/money/atm2.svg b/vtm-themes/icons/symbols/money/atm2.svg new file mode 100755 index 00000000..dbe6d36c --- /dev/null +++ b/vtm-themes/icons/symbols/money/atm2.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/money/bank.svg b/vtm-themes/icons/symbols/money/bank.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/money/bank.svg rename to vtm-themes/icons/symbols/money/bank.svg diff --git a/vtm-themes/icons/symbols/money/bank2.svg b/vtm-themes/icons/symbols/money/bank2.svg new file mode 100755 index 00000000..a3c0ac75 --- /dev/null +++ b/vtm-themes/icons/symbols/money/bank2.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/money/currency_exchange.svg b/vtm-themes/icons/symbols/money/currency_exchange.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/money/currency_exchange.svg rename to vtm-themes/icons/symbols/money/currency_exchange.svg diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/bahai.svg b/vtm-themes/icons/symbols/place_of_worship/bahai.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/bahai.svg rename to vtm-themes/icons/symbols/place_of_worship/bahai.svg diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/bahai3.svg b/vtm-themes/icons/symbols/place_of_worship/bahai3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/bahai3.svg rename to vtm-themes/icons/symbols/place_of_worship/bahai3.svg diff --git a/vtm-themes/icons/symbols/place_of_worship/buddhist.svg b/vtm-themes/icons/symbols/place_of_worship/buddhist.svg new file mode 100755 index 00000000..21f11798 --- /dev/null +++ b/vtm-themes/icons/symbols/place_of_worship/buddhist.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/buddhist3.svg b/vtm-themes/icons/symbols/place_of_worship/buddhist3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/buddhist3.svg rename to vtm-themes/icons/symbols/place_of_worship/buddhist3.svg diff --git a/vtm-themes/icons/symbols/place_of_worship/christian.svg b/vtm-themes/icons/symbols/place_of_worship/christian.svg new file mode 100755 index 00000000..8c4794cd --- /dev/null +++ b/vtm-themes/icons/symbols/place_of_worship/christian.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/christian3.svg b/vtm-themes/icons/symbols/place_of_worship/christian3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/christian3.svg rename to vtm-themes/icons/symbols/place_of_worship/christian3.svg diff --git a/vtm-themes/icons/symbols/place_of_worship/hindu.svg b/vtm-themes/icons/symbols/place_of_worship/hindu.svg new file mode 100755 index 00000000..2c9af0e8 --- /dev/null +++ b/vtm-themes/icons/symbols/place_of_worship/hindu.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/hindu3.svg b/vtm-themes/icons/symbols/place_of_worship/hindu3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/hindu3.svg rename to vtm-themes/icons/symbols/place_of_worship/hindu3.svg diff --git a/vtm-themes/icons/symbols/place_of_worship/islamic.svg b/vtm-themes/icons/symbols/place_of_worship/islamic.svg new file mode 100755 index 00000000..bfc5a018 --- /dev/null +++ b/vtm-themes/icons/symbols/place_of_worship/islamic.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/islamic3.svg b/vtm-themes/icons/symbols/place_of_worship/islamic3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/islamic3.svg rename to vtm-themes/icons/symbols/place_of_worship/islamic3.svg diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/jain.svg b/vtm-themes/icons/symbols/place_of_worship/jain.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/jain.svg rename to vtm-themes/icons/symbols/place_of_worship/jain.svg diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/jain3.svg b/vtm-themes/icons/symbols/place_of_worship/jain3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/jain3.svg rename to vtm-themes/icons/symbols/place_of_worship/jain3.svg diff --git a/vtm-themes/icons/symbols/place_of_worship/jewish.svg b/vtm-themes/icons/symbols/place_of_worship/jewish.svg new file mode 100755 index 00000000..076bad86 --- /dev/null +++ b/vtm-themes/icons/symbols/place_of_worship/jewish.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/jewish3.svg b/vtm-themes/icons/symbols/place_of_worship/jewish3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/jewish3.svg rename to vtm-themes/icons/symbols/place_of_worship/jewish3.svg diff --git a/vtm-themes/icons/symbols/place_of_worship/shinto.svg b/vtm-themes/icons/symbols/place_of_worship/shinto.svg new file mode 100755 index 00000000..c334d042 --- /dev/null +++ b/vtm-themes/icons/symbols/place_of_worship/shinto.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/shinto3.svg b/vtm-themes/icons/symbols/place_of_worship/shinto3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/shinto3.svg rename to vtm-themes/icons/symbols/place_of_worship/shinto3.svg diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/sikh.svg b/vtm-themes/icons/symbols/place_of_worship/sikh.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/sikh.svg rename to vtm-themes/icons/symbols/place_of_worship/sikh.svg diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/sikh3.svg b/vtm-themes/icons/symbols/place_of_worship/sikh3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/sikh3.svg rename to vtm-themes/icons/symbols/place_of_worship/sikh3.svg diff --git a/vtm-themes/icons/symbols/place_of_worship/unknown.svg b/vtm-themes/icons/symbols/place_of_worship/unknown.svg new file mode 100755 index 00000000..a50ab3bf --- /dev/null +++ b/vtm-themes/icons/symbols/place_of_worship/unknown.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/unknown3.svg b/vtm-themes/icons/symbols/place_of_worship/unknown3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/place_of_worship/unknown3.svg rename to vtm-themes/icons/symbols/place_of_worship/unknown3.svg diff --git a/vtm-themes/resources/assets/symbols/poi/boundary_administrative.svg b/vtm-themes/icons/symbols/poi/boundary_administrative.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/boundary_administrative.svg rename to vtm-themes/icons/symbols/poi/boundary_administrative.svg diff --git a/vtm-themes/icons/symbols/poi/cave.svg b/vtm-themes/icons/symbols/poi/cave.svg new file mode 100755 index 00000000..2b38c063 --- /dev/null +++ b/vtm-themes/icons/symbols/poi/cave.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/poi/crane.svg b/vtm-themes/icons/symbols/poi/crane.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/crane.svg rename to vtm-themes/icons/symbols/poi/crane.svg diff --git a/vtm-themes/resources/assets/symbols/poi/embassy.svg b/vtm-themes/icons/symbols/poi/embassy.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/embassy.svg rename to vtm-themes/icons/symbols/poi/embassy.svg diff --git a/vtm-themes/icons/symbols/poi/embassy2.svg b/vtm-themes/icons/symbols/poi/embassy2.svg new file mode 100755 index 00000000..0990bc58 --- /dev/null +++ b/vtm-themes/icons/symbols/poi/embassy2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/poi/military_bunker.svg b/vtm-themes/icons/symbols/poi/military_bunker.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/military_bunker.svg rename to vtm-themes/icons/symbols/poi/military_bunker.svg diff --git a/vtm-themes/resources/assets/symbols/poi/mine.svg b/vtm-themes/icons/symbols/poi/mine.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/mine.svg rename to vtm-themes/icons/symbols/poi/mine.svg diff --git a/vtm-themes/resources/assets/symbols/poi/mine_abandoned.svg b/vtm-themes/icons/symbols/poi/mine_abandoned.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/mine_abandoned.svg rename to vtm-themes/icons/symbols/poi/mine_abandoned.svg diff --git a/vtm-themes/icons/symbols/poi/mountain_pass.svg b/vtm-themes/icons/symbols/poi/mountain_pass.svg new file mode 100755 index 00000000..9d6c5d11 --- /dev/null +++ b/vtm-themes/icons/symbols/poi/mountain_pass.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/poi/peak.svg b/vtm-themes/icons/symbols/poi/peak.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/peak.svg rename to vtm-themes/icons/symbols/poi/peak.svg diff --git a/vtm-themes/resources/assets/symbols/poi/peak2.svg b/vtm-themes/icons/symbols/poi/peak2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/peak2.svg rename to vtm-themes/icons/symbols/poi/peak2.svg diff --git a/vtm-themes/resources/assets/symbols/poi/place_city.svg b/vtm-themes/icons/symbols/poi/place_city.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/place_city.svg rename to vtm-themes/icons/symbols/poi/place_city.svg diff --git a/vtm-themes/resources/assets/symbols/poi/place_hamlet.svg b/vtm-themes/icons/symbols/poi/place_hamlet.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/place_hamlet.svg rename to vtm-themes/icons/symbols/poi/place_hamlet.svg diff --git a/vtm-themes/resources/assets/symbols/poi/place_suburb.svg b/vtm-themes/icons/symbols/poi/place_suburb.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/place_suburb.svg rename to vtm-themes/icons/symbols/poi/place_suburb.svg diff --git a/vtm-themes/resources/assets/symbols/poi/place_town.svg b/vtm-themes/icons/symbols/poi/place_town.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/place_town.svg rename to vtm-themes/icons/symbols/poi/place_town.svg diff --git a/vtm-themes/resources/assets/symbols/poi/place_village.svg b/vtm-themes/icons/symbols/poi/place_village.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/place_village.svg rename to vtm-themes/icons/symbols/poi/place_village.svg diff --git a/vtm-themes/resources/assets/symbols/poi/point_of_interest.svg b/vtm-themes/icons/symbols/poi/point_of_interest.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/point_of_interest.svg rename to vtm-themes/icons/symbols/poi/point_of_interest.svg diff --git a/vtm-themes/resources/assets/symbols/poi/tower_communications.svg b/vtm-themes/icons/symbols/poi/tower_communications.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/tower_communications.svg rename to vtm-themes/icons/symbols/poi/tower_communications.svg diff --git a/vtm-themes/resources/assets/symbols/poi/tower_lookout.svg b/vtm-themes/icons/symbols/poi/tower_lookout.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/tower_lookout.svg rename to vtm-themes/icons/symbols/poi/tower_lookout.svg diff --git a/vtm-themes/resources/assets/symbols/poi/tower_power.svg b/vtm-themes/icons/symbols/poi/tower_power.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/tower_power.svg rename to vtm-themes/icons/symbols/poi/tower_power.svg diff --git a/vtm-themes/resources/assets/symbols/poi/tower_water.svg b/vtm-themes/icons/symbols/poi/tower_water.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/poi/tower_water.svg rename to vtm-themes/icons/symbols/poi/tower_water.svg diff --git a/vtm-themes/resources/assets/symbols/power/station_coal.svg b/vtm-themes/icons/symbols/power/station_coal.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/power/station_coal.svg rename to vtm-themes/icons/symbols/power/station_coal.svg diff --git a/vtm-themes/resources/assets/symbols/power/station_gas.svg b/vtm-themes/icons/symbols/power/station_gas.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/power/station_gas.svg rename to vtm-themes/icons/symbols/power/station_gas.svg diff --git a/vtm-themes/resources/assets/symbols/power/station_solar.svg b/vtm-themes/icons/symbols/power/station_solar.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/power/station_solar.svg rename to vtm-themes/icons/symbols/power/station_solar.svg diff --git a/vtm-themes/resources/assets/symbols/power/station_water.svg b/vtm-themes/icons/symbols/power/station_water.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/power/station_water.svg rename to vtm-themes/icons/symbols/power/station_water.svg diff --git a/vtm-themes/resources/assets/symbols/power/station_wind.svg b/vtm-themes/icons/symbols/power/station_wind.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/power/station_wind.svg rename to vtm-themes/icons/symbols/power/station_wind.svg diff --git a/vtm-themes/resources/assets/symbols/power/substation.svg b/vtm-themes/icons/symbols/power/substation.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/power/substation.svg rename to vtm-themes/icons/symbols/power/substation.svg diff --git a/vtm-themes/resources/assets/symbols/power/tower_high.svg b/vtm-themes/icons/symbols/power/tower_high.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/power/tower_high.svg rename to vtm-themes/icons/symbols/power/tower_high.svg diff --git a/vtm-themes/resources/assets/symbols/power/tower_high2.svg b/vtm-themes/icons/symbols/power/tower_high2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/power/tower_high2.svg rename to vtm-themes/icons/symbols/power/tower_high2.svg diff --git a/vtm-themes/resources/assets/symbols/power/tower_low.svg b/vtm-themes/icons/symbols/power/tower_low.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/power/tower_low.svg rename to vtm-themes/icons/symbols/power/tower_low.svg diff --git a/vtm-themes/resources/assets/symbols/power/transformer.svg b/vtm-themes/icons/symbols/power/transformer.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/power/transformer.svg rename to vtm-themes/icons/symbols/power/transformer.svg diff --git a/vtm-themes/icons/symbols/shopping/alcohol.svg b/vtm-themes/icons/symbols/shopping/alcohol.svg new file mode 100755 index 00000000..340b43bf --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/alcohol.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/shopping/bakery.svg b/vtm-themes/icons/symbols/shopping/bakery.svg new file mode 100755 index 00000000..b8490d1e --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/bakery.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/shopping/bicycle.svg b/vtm-themes/icons/symbols/shopping/bicycle.svg new file mode 100755 index 00000000..fb6ed7ce --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/bicycle.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/shopping/book.svg b/vtm-themes/icons/symbols/shopping/book.svg new file mode 100755 index 00000000..f0f73779 --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/book.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/shopping/butcher.svg b/vtm-themes/icons/symbols/shopping/butcher.svg new file mode 100755 index 00000000..b5a764f0 --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/butcher.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/butcher2.svg b/vtm-themes/icons/symbols/shopping/butcher2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/butcher2.svg rename to vtm-themes/icons/symbols/shopping/butcher2.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/car.svg b/vtm-themes/icons/symbols/shopping/car.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/car.svg rename to vtm-themes/icons/symbols/shopping/car.svg diff --git a/vtm-themes/icons/symbols/shopping/car_repair.svg b/vtm-themes/icons/symbols/shopping/car_repair.svg new file mode 100755 index 00000000..e3ec71d2 --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/car_repair.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/clothes.svg b/vtm-themes/icons/symbols/shopping/clothes.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/clothes.svg rename to vtm-themes/icons/symbols/shopping/clothes.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/computer.svg b/vtm-themes/icons/symbols/shopping/computer.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/computer.svg rename to vtm-themes/icons/symbols/shopping/computer.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/confectionery.svg b/vtm-themes/icons/symbols/shopping/confectionery.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/confectionery.svg rename to vtm-themes/icons/symbols/shopping/confectionery.svg diff --git a/vtm-themes/icons/symbols/shopping/convenience.svg b/vtm-themes/icons/symbols/shopping/convenience.svg new file mode 100755 index 00000000..0c23d830 --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/convenience.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/copyshop.svg b/vtm-themes/icons/symbols/shopping/copyshop.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/copyshop.svg rename to vtm-themes/icons/symbols/shopping/copyshop.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/department_store.svg b/vtm-themes/icons/symbols/shopping/department_store.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/department_store.svg rename to vtm-themes/icons/symbols/shopping/department_store.svg diff --git a/vtm-themes/icons/symbols/shopping/diy.svg b/vtm-themes/icons/symbols/shopping/diy.svg new file mode 100755 index 00000000..d0daad03 --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/diy.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/estateagent.svg b/vtm-themes/icons/symbols/shopping/estateagent.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/estateagent.svg rename to vtm-themes/icons/symbols/shopping/estateagent.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/estateagent2.svg b/vtm-themes/icons/symbols/shopping/estateagent2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/estateagent2.svg rename to vtm-themes/icons/symbols/shopping/estateagent2.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/estateagent3.svg b/vtm-themes/icons/symbols/shopping/estateagent3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/estateagent3.svg rename to vtm-themes/icons/symbols/shopping/estateagent3.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/fish.svg b/vtm-themes/icons/symbols/shopping/fish.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/fish.svg rename to vtm-themes/icons/symbols/shopping/fish.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/florist.svg b/vtm-themes/icons/symbols/shopping/florist.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/florist.svg rename to vtm-themes/icons/symbols/shopping/florist.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/garden_centre.svg b/vtm-themes/icons/symbols/shopping/garden_centre.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/garden_centre.svg rename to vtm-themes/icons/symbols/shopping/garden_centre.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/gift.svg b/vtm-themes/icons/symbols/shopping/gift.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/gift.svg rename to vtm-themes/icons/symbols/shopping/gift.svg diff --git a/vtm-themes/icons/symbols/shopping/greengrocer.svg b/vtm-themes/icons/symbols/shopping/greengrocer.svg new file mode 100755 index 00000000..141100df --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/greengrocer.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/hairdresser.svg b/vtm-themes/icons/symbols/shopping/hairdresser.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/hairdresser.svg rename to vtm-themes/icons/symbols/shopping/hairdresser.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/hearing_aids.svg b/vtm-themes/icons/symbols/shopping/hearing_aids.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/hearing_aids.svg rename to vtm-themes/icons/symbols/shopping/hearing_aids.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/hifi.svg b/vtm-themes/icons/symbols/shopping/hifi.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/hifi.svg rename to vtm-themes/icons/symbols/shopping/hifi.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/jewelry.svg b/vtm-themes/icons/symbols/shopping/jewelry.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/jewelry.svg rename to vtm-themes/icons/symbols/shopping/jewelry.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/jewelry2.svg b/vtm-themes/icons/symbols/shopping/jewelry2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/jewelry2.svg rename to vtm-themes/icons/symbols/shopping/jewelry2.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/kiosk.svg b/vtm-themes/icons/symbols/shopping/kiosk.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/kiosk.svg rename to vtm-themes/icons/symbols/shopping/kiosk.svg diff --git a/vtm-themes/icons/symbols/shopping/laundrette.svg b/vtm-themes/icons/symbols/shopping/laundrette.svg new file mode 100755 index 00000000..019ad675 --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/laundrette.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/shopping/marketplace.svg b/vtm-themes/icons/symbols/shopping/marketplace.svg new file mode 100755 index 00000000..50b5f76c --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/marketplace.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/mobile_phone.svg b/vtm-themes/icons/symbols/shopping/mobile_phone.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/mobile_phone.svg rename to vtm-themes/icons/symbols/shopping/mobile_phone.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/motorcycle.svg b/vtm-themes/icons/symbols/shopping/motorcycle.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/motorcycle.svg rename to vtm-themes/icons/symbols/shopping/motorcycle.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/music.svg b/vtm-themes/icons/symbols/shopping/music.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/music.svg rename to vtm-themes/icons/symbols/shopping/music.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/newspaper.svg b/vtm-themes/icons/symbols/shopping/newspaper.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/newspaper.svg rename to vtm-themes/icons/symbols/shopping/newspaper.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/pet.svg b/vtm-themes/icons/symbols/shopping/pet.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/pet.svg rename to vtm-themes/icons/symbols/shopping/pet.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/pet2.svg b/vtm-themes/icons/symbols/shopping/pet2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/pet2.svg rename to vtm-themes/icons/symbols/shopping/pet2.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/photo.svg b/vtm-themes/icons/symbols/shopping/photo.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/photo.svg rename to vtm-themes/icons/symbols/shopping/photo.svg diff --git a/vtm-themes/icons/symbols/shopping/supermarket.svg b/vtm-themes/icons/symbols/shopping/supermarket.svg new file mode 100755 index 00000000..7d7f9cc6 --- /dev/null +++ b/vtm-themes/icons/symbols/shopping/supermarket.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/tackle.svg b/vtm-themes/icons/symbols/shopping/tackle.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/tackle.svg rename to vtm-themes/icons/symbols/shopping/tackle.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/tobacco.svg b/vtm-themes/icons/symbols/shopping/tobacco.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/tobacco.svg rename to vtm-themes/icons/symbols/shopping/tobacco.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/toys.svg b/vtm-themes/icons/symbols/shopping/toys.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/toys.svg rename to vtm-themes/icons/symbols/shopping/toys.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/vending_machine.svg b/vtm-themes/icons/symbols/shopping/vending_machine.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/vending_machine.svg rename to vtm-themes/icons/symbols/shopping/vending_machine.svg diff --git a/vtm-themes/resources/assets/symbols/shopping/video_rental.svg b/vtm-themes/icons/symbols/shopping/video_rental.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/shopping/video_rental.svg rename to vtm-themes/icons/symbols/shopping/video_rental.svg diff --git a/vtm-themes/resources/assets/symbols/sport/archery.svg b/vtm-themes/icons/symbols/sport/archery.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/archery.svg rename to vtm-themes/icons/symbols/sport/archery.svg diff --git a/vtm-themes/resources/assets/symbols/sport/baseball.svg b/vtm-themes/icons/symbols/sport/baseball.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/baseball.svg rename to vtm-themes/icons/symbols/sport/baseball.svg diff --git a/vtm-themes/resources/assets/symbols/sport/canoe.svg b/vtm-themes/icons/symbols/sport/canoe.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/canoe.svg rename to vtm-themes/icons/symbols/sport/canoe.svg diff --git a/vtm-themes/resources/assets/symbols/sport/cricket.svg b/vtm-themes/icons/symbols/sport/cricket.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/cricket.svg rename to vtm-themes/icons/symbols/sport/cricket.svg diff --git a/vtm-themes/resources/assets/symbols/sport/diving.svg b/vtm-themes/icons/symbols/sport/diving.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/diving.svg rename to vtm-themes/icons/symbols/sport/diving.svg diff --git a/vtm-themes/icons/symbols/sport/golf.svg b/vtm-themes/icons/symbols/sport/golf.svg new file mode 100755 index 00000000..c59454cd --- /dev/null +++ b/vtm-themes/icons/symbols/sport/golf.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/sport/gym.svg b/vtm-themes/icons/symbols/sport/gym.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/gym.svg rename to vtm-themes/icons/symbols/sport/gym.svg diff --git a/vtm-themes/resources/assets/symbols/sport/gymnasium.svg b/vtm-themes/icons/symbols/sport/gymnasium.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/gymnasium.svg rename to vtm-themes/icons/symbols/sport/gymnasium.svg diff --git a/vtm-themes/resources/assets/symbols/sport/gymnasium2.svg b/vtm-themes/icons/symbols/sport/gymnasium2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/gymnasium2.svg rename to vtm-themes/icons/symbols/sport/gymnasium2.svg diff --git a/vtm-themes/resources/assets/symbols/sport/hillclimbing.svg b/vtm-themes/icons/symbols/sport/hillclimbing.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/hillclimbing.svg rename to vtm-themes/icons/symbols/sport/hillclimbing.svg diff --git a/vtm-themes/resources/assets/symbols/sport/horse_racing.svg b/vtm-themes/icons/symbols/sport/horse_racing.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/horse_racing.svg rename to vtm-themes/icons/symbols/sport/horse_racing.svg diff --git a/vtm-themes/resources/assets/symbols/sport/iceskating.svg b/vtm-themes/icons/symbols/sport/iceskating.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/iceskating.svg rename to vtm-themes/icons/symbols/sport/iceskating.svg diff --git a/vtm-themes/resources/assets/symbols/sport/jetski.svg b/vtm-themes/icons/symbols/sport/jetski.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/jetski.svg rename to vtm-themes/icons/symbols/sport/jetski.svg diff --git a/vtm-themes/resources/assets/symbols/sport/leisure_centre.svg b/vtm-themes/icons/symbols/sport/leisure_centre.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/leisure_centre.svg rename to vtm-themes/icons/symbols/sport/leisure_centre.svg diff --git a/vtm-themes/resources/assets/symbols/sport/minature_golf.svg b/vtm-themes/icons/symbols/sport/minature_golf.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/minature_golf.svg rename to vtm-themes/icons/symbols/sport/minature_golf.svg diff --git a/vtm-themes/resources/assets/symbols/sport/motorracing.svg b/vtm-themes/icons/symbols/sport/motorracing.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/motorracing.svg rename to vtm-themes/icons/symbols/sport/motorracing.svg diff --git a/vtm-themes/resources/assets/symbols/sport/playground.svg b/vtm-themes/icons/symbols/sport/playground.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/playground.svg rename to vtm-themes/icons/symbols/sport/playground.svg diff --git a/vtm-themes/resources/assets/symbols/sport/sailing.svg b/vtm-themes/icons/symbols/sport/sailing.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/sailing.svg rename to vtm-themes/icons/symbols/sport/sailing.svg diff --git a/vtm-themes/icons/symbols/sport/shooting.svg b/vtm-themes/icons/symbols/sport/shooting.svg new file mode 100755 index 00000000..7529da1c --- /dev/null +++ b/vtm-themes/icons/symbols/sport/shooting.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/sport/skiing_crosscountry.svg b/vtm-themes/icons/symbols/sport/skiing_crosscountry.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/skiing_crosscountry.svg rename to vtm-themes/icons/symbols/sport/skiing_crosscountry.svg diff --git a/vtm-themes/resources/assets/symbols/sport/skiing_downhill.svg b/vtm-themes/icons/symbols/sport/skiing_downhill.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/skiing_downhill.svg rename to vtm-themes/icons/symbols/sport/skiing_downhill.svg diff --git a/vtm-themes/resources/assets/symbols/sport/snooker.svg b/vtm-themes/icons/symbols/sport/snooker.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/snooker.svg rename to vtm-themes/icons/symbols/sport/snooker.svg diff --git a/vtm-themes/icons/symbols/sport/soccer.svg b/vtm-themes/icons/symbols/sport/soccer.svg new file mode 100755 index 00000000..93fb8679 --- /dev/null +++ b/vtm-themes/icons/symbols/sport/soccer.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/sport/stadium.svg b/vtm-themes/icons/symbols/sport/stadium.svg new file mode 100755 index 00000000..c7265a4f --- /dev/null +++ b/vtm-themes/icons/symbols/sport/stadium.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/sport/swimming_indoor.svg b/vtm-themes/icons/symbols/sport/swimming_indoor.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/swimming_indoor.svg rename to vtm-themes/icons/symbols/sport/swimming_indoor.svg diff --git a/vtm-themes/icons/symbols/sport/swimming_outdoor.svg b/vtm-themes/icons/symbols/sport/swimming_outdoor.svg new file mode 100755 index 00000000..819f9edb --- /dev/null +++ b/vtm-themes/icons/symbols/sport/swimming_outdoor.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/sport/tennis.svg b/vtm-themes/icons/symbols/sport/tennis.svg new file mode 100755 index 00000000..05041311 --- /dev/null +++ b/vtm-themes/icons/symbols/sport/tennis.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/sport/windsurfing.svg b/vtm-themes/icons/symbols/sport/windsurfing.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/sport/windsurfing.svg rename to vtm-themes/icons/symbols/sport/windsurfing.svg diff --git a/vtm-themes/resources/assets/symbols/tourist/archaeological.svg b/vtm-themes/icons/symbols/tourist/archaeological.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/archaeological.svg rename to vtm-themes/icons/symbols/tourist/archaeological.svg diff --git a/vtm-themes/icons/symbols/tourist/archaeological2.svg b/vtm-themes/icons/symbols/tourist/archaeological2.svg new file mode 100755 index 00000000..708b605c --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/archaeological2.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/art_gallery.svg b/vtm-themes/icons/symbols/tourist/art_gallery.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/art_gallery.svg rename to vtm-themes/icons/symbols/tourist/art_gallery.svg diff --git a/vtm-themes/resources/assets/symbols/tourist/art_gallery2.svg b/vtm-themes/icons/symbols/tourist/art_gallery2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/art_gallery2.svg rename to vtm-themes/icons/symbols/tourist/art_gallery2.svg diff --git a/vtm-themes/icons/symbols/tourist/attraction.svg b/vtm-themes/icons/symbols/tourist/attraction.svg new file mode 100755 index 00000000..ede1e880 --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/attraction.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/battlefield.svg b/vtm-themes/icons/symbols/tourist/battlefield.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/battlefield.svg rename to vtm-themes/icons/symbols/tourist/battlefield.svg diff --git a/vtm-themes/resources/assets/symbols/tourist/beach.svg b/vtm-themes/icons/symbols/tourist/beach.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/beach.svg rename to vtm-themes/icons/symbols/tourist/beach.svg diff --git a/vtm-themes/resources/assets/symbols/tourist/casino.svg b/vtm-themes/icons/symbols/tourist/casino.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/casino.svg rename to vtm-themes/icons/symbols/tourist/casino.svg diff --git a/vtm-themes/resources/assets/symbols/tourist/castle.svg b/vtm-themes/icons/symbols/tourist/castle.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/castle.svg rename to vtm-themes/icons/symbols/tourist/castle.svg diff --git a/vtm-themes/icons/symbols/tourist/castle2.svg b/vtm-themes/icons/symbols/tourist/castle2.svg new file mode 100755 index 00000000..9699e3b0 --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/castle2.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/cinema.svg b/vtm-themes/icons/symbols/tourist/cinema.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/cinema.svg rename to vtm-themes/icons/symbols/tourist/cinema.svg diff --git a/vtm-themes/icons/symbols/tourist/cinema2.svg b/vtm-themes/icons/symbols/tourist/cinema2.svg new file mode 100755 index 00000000..66d40bab --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/cinema2.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/clock.svg b/vtm-themes/icons/symbols/tourist/clock.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/clock.svg rename to vtm-themes/icons/symbols/tourist/clock.svg diff --git a/vtm-themes/resources/assets/symbols/tourist/fountain.svg b/vtm-themes/icons/symbols/tourist/fountain.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/fountain.svg rename to vtm-themes/icons/symbols/tourist/fountain.svg diff --git a/vtm-themes/resources/assets/symbols/tourist/guidepost.svg b/vtm-themes/icons/symbols/tourist/guidepost.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/guidepost.svg rename to vtm-themes/icons/symbols/tourist/guidepost.svg diff --git a/vtm-themes/icons/symbols/tourist/information.svg b/vtm-themes/icons/symbols/tourist/information.svg new file mode 100755 index 00000000..992b873f --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/information.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/map.svg b/vtm-themes/icons/symbols/tourist/map.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/map.svg rename to vtm-themes/icons/symbols/tourist/map.svg diff --git a/vtm-themes/icons/symbols/tourist/memorial.svg b/vtm-themes/icons/symbols/tourist/memorial.svg new file mode 100755 index 00000000..5203e57d --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/memorial.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + diff --git a/vtm-themes/icons/symbols/tourist/monument.svg b/vtm-themes/icons/symbols/tourist/monument.svg new file mode 100755 index 00000000..804d79df --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/monument.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + diff --git a/vtm-themes/icons/symbols/tourist/museum.svg b/vtm-themes/icons/symbols/tourist/museum.svg new file mode 100755 index 00000000..c4501bb2 --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/museum.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/tourist/picnic.svg b/vtm-themes/icons/symbols/tourist/picnic.svg new file mode 100755 index 00000000..381a645a --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/picnic.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/tourist/ruin.svg b/vtm-themes/icons/symbols/tourist/ruin.svg new file mode 100755 index 00000000..98f0afc6 --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/ruin.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/steam_train.svg b/vtm-themes/icons/symbols/tourist/steam_train.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/steam_train.svg rename to vtm-themes/icons/symbols/tourist/steam_train.svg diff --git a/vtm-themes/icons/symbols/tourist/theatre.svg b/vtm-themes/icons/symbols/tourist/theatre.svg new file mode 100755 index 00000000..092abf31 --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/theatre.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/theme_park.svg b/vtm-themes/icons/symbols/tourist/theme_park.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/theme_park.svg rename to vtm-themes/icons/symbols/tourist/theme_park.svg diff --git a/vtm-themes/icons/symbols/tourist/view_point.svg b/vtm-themes/icons/symbols/tourist/view_point.svg new file mode 100755 index 00000000..22641ca1 --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/view_point.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/waterwheel.svg b/vtm-themes/icons/symbols/tourist/waterwheel.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/waterwheel.svg rename to vtm-themes/icons/symbols/tourist/waterwheel.svg diff --git a/vtm-themes/resources/assets/symbols/tourist/wayside_cross.svg b/vtm-themes/icons/symbols/tourist/wayside_cross.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/wayside_cross.svg rename to vtm-themes/icons/symbols/tourist/wayside_cross.svg diff --git a/vtm-themes/resources/assets/symbols/tourist/wayside_shrine.svg b/vtm-themes/icons/symbols/tourist/wayside_shrine.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/wayside_shrine.svg rename to vtm-themes/icons/symbols/tourist/wayside_shrine.svg diff --git a/vtm-themes/icons/symbols/tourist/windmill.svg b/vtm-themes/icons/symbols/tourist/windmill.svg new file mode 100755 index 00000000..e7ad1ff6 --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/windmill.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/wreck.svg b/vtm-themes/icons/symbols/tourist/wreck.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/tourist/wreck.svg rename to vtm-themes/icons/symbols/tourist/wreck.svg diff --git a/vtm-themes/icons/symbols/tourist/zoo.svg b/vtm-themes/icons/symbols/tourist/zoo.svg new file mode 100755 index 00000000..16e9158c --- /dev/null +++ b/vtm-themes/icons/symbols/tourist/zoo.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/aerodrome.svg b/vtm-themes/icons/symbols/transport/aerodrome.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/aerodrome.svg rename to vtm-themes/icons/symbols/transport/aerodrome.svg diff --git a/vtm-themes/resources/assets/symbols/transport/aerodrome2.svg b/vtm-themes/icons/symbols/transport/aerodrome2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/aerodrome2.svg rename to vtm-themes/icons/symbols/transport/aerodrome2.svg diff --git a/vtm-themes/resources/assets/symbols/transport/airport.svg b/vtm-themes/icons/symbols/transport/airport.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/airport.svg rename to vtm-themes/icons/symbols/transport/airport.svg diff --git a/vtm-themes/icons/symbols/transport/airport2.svg b/vtm-themes/icons/symbols/transport/airport2.svg new file mode 100755 index 00000000..09b90176 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/airport2.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/airport_gate.svg b/vtm-themes/icons/symbols/transport/airport_gate.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/airport_gate.svg rename to vtm-themes/icons/symbols/transport/airport_gate.svg diff --git a/vtm-themes/resources/assets/symbols/transport/airport_terminal.svg b/vtm-themes/icons/symbols/transport/airport_terminal.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/airport_terminal.svg rename to vtm-themes/icons/symbols/transport/airport_terminal.svg diff --git a/vtm-themes/icons/symbols/transport/bus_station.svg b/vtm-themes/icons/symbols/transport/bus_station.svg new file mode 100755 index 00000000..730e48f5 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/bus_station.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/transport/bus_stop.svg b/vtm-themes/icons/symbols/transport/bus_stop.svg new file mode 100755 index 00000000..2575f666 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/bus_stop.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/bus_stop2.svg b/vtm-themes/icons/symbols/transport/bus_stop2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/bus_stop2.svg rename to vtm-themes/icons/symbols/transport/bus_stop2.svg diff --git a/vtm-themes/resources/assets/symbols/transport/car_share.svg b/vtm-themes/icons/symbols/transport/car_share.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/car_share.svg rename to vtm-themes/icons/symbols/transport/car_share.svg diff --git a/vtm-themes/resources/assets/symbols/transport/emergency_phone.svg b/vtm-themes/icons/symbols/transport/emergency_phone.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/emergency_phone.svg rename to vtm-themes/icons/symbols/transport/emergency_phone.svg diff --git a/vtm-themes/resources/assets/symbols/transport/ford.svg b/vtm-themes/icons/symbols/transport/ford.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/ford.svg rename to vtm-themes/icons/symbols/transport/ford.svg diff --git a/vtm-themes/icons/symbols/transport/fuel.svg b/vtm-themes/icons/symbols/transport/fuel.svg new file mode 100755 index 00000000..184fbfc1 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/fuel.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/fuel_lpg.svg b/vtm-themes/icons/symbols/transport/fuel_lpg.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/fuel_lpg.svg rename to vtm-themes/icons/symbols/transport/fuel_lpg.svg diff --git a/vtm-themes/icons/symbols/transport/helicopter.svg b/vtm-themes/icons/symbols/transport/helicopter.svg new file mode 100755 index 00000000..11da4dd2 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/helicopter.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/helicopter_pad.svg b/vtm-themes/icons/symbols/transport/helicopter_pad.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/helicopter_pad.svg rename to vtm-themes/icons/symbols/transport/helicopter_pad.svg diff --git a/vtm-themes/icons/symbols/transport/lighthouse.svg b/vtm-themes/icons/symbols/transport/lighthouse.svg new file mode 100755 index 00000000..7305ece9 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/lighthouse.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/marina.svg b/vtm-themes/icons/symbols/transport/marina.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/marina.svg rename to vtm-themes/icons/symbols/transport/marina.svg diff --git a/vtm-themes/resources/assets/symbols/transport/miniroundabout_anticlockwise.svg b/vtm-themes/icons/symbols/transport/miniroundabout_anticlockwise.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/miniroundabout_anticlockwise.svg rename to vtm-themes/icons/symbols/transport/miniroundabout_anticlockwise.svg diff --git a/vtm-themes/resources/assets/symbols/transport/miniroundabout_clockwise.svg b/vtm-themes/icons/symbols/transport/miniroundabout_clockwise.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/miniroundabout_clockwise.svg rename to vtm-themes/icons/symbols/transport/miniroundabout_clockwise.svg diff --git a/vtm-themes/icons/symbols/transport/parking.svg b/vtm-themes/icons/symbols/transport/parking.svg new file mode 100755 index 00000000..11230cb2 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/parking.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/parking_bicycle.svg b/vtm-themes/icons/symbols/transport/parking_bicycle.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/parking_bicycle.svg rename to vtm-themes/icons/symbols/transport/parking_bicycle.svg diff --git a/vtm-themes/resources/assets/symbols/transport/parking_car.svg b/vtm-themes/icons/symbols/transport/parking_car.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/parking_car.svg rename to vtm-themes/icons/symbols/transport/parking_car.svg diff --git a/vtm-themes/resources/assets/symbols/transport/parking_car_paid.svg b/vtm-themes/icons/symbols/transport/parking_car_paid.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/parking_car_paid.svg rename to vtm-themes/icons/symbols/transport/parking_car_paid.svg diff --git a/vtm-themes/resources/assets/symbols/transport/parking_disabled.svg b/vtm-themes/icons/symbols/transport/parking_disabled.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/parking_disabled.svg rename to vtm-themes/icons/symbols/transport/parking_disabled.svg diff --git a/vtm-themes/icons/symbols/transport/parking_private.svg b/vtm-themes/icons/symbols/transport/parking_private.svg new file mode 100755 index 00000000..afbe52ee --- /dev/null +++ b/vtm-themes/icons/symbols/transport/parking_private.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/parking_private2.svg b/vtm-themes/icons/symbols/transport/parking_private2.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/parking_private2.svg rename to vtm-themes/icons/symbols/transport/parking_private2.svg diff --git a/vtm-themes/resources/assets/symbols/transport/parking_private3.svg b/vtm-themes/icons/symbols/transport/parking_private3.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/parking_private3.svg rename to vtm-themes/icons/symbols/transport/parking_private3.svg diff --git a/vtm-themes/resources/assets/symbols/transport/port.svg b/vtm-themes/icons/symbols/transport/port.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/port.svg rename to vtm-themes/icons/symbols/transport/port.svg diff --git a/vtm-themes/icons/symbols/transport/rental_bicycle.svg b/vtm-themes/icons/symbols/transport/rental_bicycle.svg new file mode 100755 index 00000000..59642036 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/rental_bicycle.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/rental_car.svg b/vtm-themes/icons/symbols/transport/rental_car.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/rental_car.svg rename to vtm-themes/icons/symbols/transport/rental_car.svg diff --git a/vtm-themes/resources/assets/symbols/transport/roundabout_anticlockwise.svg b/vtm-themes/icons/symbols/transport/roundabout_anticlockwise.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/roundabout_anticlockwise.svg rename to vtm-themes/icons/symbols/transport/roundabout_anticlockwise.svg diff --git a/vtm-themes/resources/assets/symbols/transport/roundabout_clockwise.svg b/vtm-themes/icons/symbols/transport/roundabout_clockwise.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/roundabout_clockwise.svg rename to vtm-themes/icons/symbols/transport/roundabout_clockwise.svg diff --git a/vtm-themes/icons/symbols/transport/slipway.svg b/vtm-themes/icons/symbols/transport/slipway.svg new file mode 100755 index 00000000..cc2df524 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/slipway.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/speedbump.svg b/vtm-themes/icons/symbols/transport/speedbump.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/speedbump.svg rename to vtm-themes/icons/symbols/transport/speedbump.svg diff --git a/vtm-themes/resources/assets/symbols/transport/subway.svg b/vtm-themes/icons/symbols/transport/subway.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/subway.svg rename to vtm-themes/icons/symbols/transport/subway.svg diff --git a/vtm-themes/resources/assets/symbols/transport/taxi_rank.svg b/vtm-themes/icons/symbols/transport/taxi_rank.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/taxi_rank.svg rename to vtm-themes/icons/symbols/transport/taxi_rank.svg diff --git a/vtm-themes/resources/assets/symbols/traffic_signal1.svg b/vtm-themes/icons/symbols/transport/traffic_lights.svg similarity index 71% rename from vtm-themes/resources/assets/symbols/traffic_signal1.svg rename to vtm-themes/icons/symbols/transport/traffic_lights.svg index 2ddb0e93..12afe437 100755 --- a/vtm-themes/resources/assets/symbols/traffic_signal1.svg +++ b/vtm-themes/icons/symbols/transport/traffic_lights.svg @@ -66,16 +66,14 @@ style="overflow:visible"> - + - - - - - - - - - + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/train_station.svg b/vtm-themes/icons/symbols/transport/train_station.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/train_station.svg rename to vtm-themes/icons/symbols/transport/train_station.svg diff --git a/vtm-themes/icons/symbols/transport/train_station2.svg b/vtm-themes/icons/symbols/transport/train_station2.svg new file mode 100755 index 00000000..a051f037 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/train_station2.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/icons/symbols/transport/tram_stop.svg b/vtm-themes/icons/symbols/transport/tram_stop.svg new file mode 100755 index 00000000..ca7669c7 --- /dev/null +++ b/vtm-themes/icons/symbols/transport/tram_stop.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + style="overflow:visible"> + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/turning_circle.svg b/vtm-themes/icons/symbols/transport/turning_circle.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/turning_circle.svg rename to vtm-themes/icons/symbols/transport/turning_circle.svg diff --git a/vtm-themes/resources/assets/symbols/transport/walking.svg b/vtm-themes/icons/symbols/transport/walking.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/walking.svg rename to vtm-themes/icons/symbols/transport/walking.svg diff --git a/vtm-themes/resources/assets/symbols/transport/zebra_crossing.svg b/vtm-themes/icons/symbols/transport/zebra_crossing.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/transport/zebra_crossing.svg rename to vtm-themes/icons/symbols/transport/zebra_crossing.svg diff --git a/vtm-themes/resources/assets/symbols/water/dam.svg b/vtm-themes/icons/symbols/water/dam.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/water/dam.svg rename to vtm-themes/icons/symbols/water/dam.svg diff --git a/vtm-themes/resources/assets/symbols/water/tower.svg b/vtm-themes/icons/symbols/water/tower.svg similarity index 100% rename from vtm-themes/resources/assets/symbols/water/tower.svg rename to vtm-themes/icons/symbols/water/tower.svg diff --git a/vtm-themes/icons/symbols/water/weir.svg b/vtm-themes/icons/symbols/water/weir.svg new file mode 100755 index 00000000..d59c8c64 --- /dev/null +++ b/vtm-themes/icons/symbols/water/weir.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/patterns/coniferous.svg b/vtm-themes/resources/assets/patterns/coniferous.svg new file mode 100644 index 00000000..da256c96 --- /dev/null +++ b/vtm-themes/resources/assets/patterns/coniferous.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/patterns/coniferous_and_deciduous.svg b/vtm-themes/resources/assets/patterns/coniferous_and_deciduous.svg new file mode 100644 index 00000000..55e8cd12 --- /dev/null +++ b/vtm-themes/resources/assets/patterns/coniferous_and_deciduous.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/patterns/deciduous.svg b/vtm-themes/resources/assets/patterns/deciduous.svg new file mode 100644 index 00000000..016a340c --- /dev/null +++ b/vtm-themes/resources/assets/patterns/deciduous.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/patterns/farmland.svg b/vtm-themes/resources/assets/patterns/farmland.svg new file mode 100644 index 00000000..02b62fe7 --- /dev/null +++ b/vtm-themes/resources/assets/patterns/farmland.svg @@ -0,0 +1,51 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/patterns/grass.svg b/vtm-themes/resources/assets/patterns/grass.svg new file mode 100644 index 00000000..223e5490 --- /dev/null +++ b/vtm-themes/resources/assets/patterns/grass.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/patterns/hills.svg b/vtm-themes/resources/assets/patterns/hills.svg new file mode 100644 index 00000000..055310cb --- /dev/null +++ b/vtm-themes/resources/assets/patterns/hills.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/vtm-themes/resources/assets/patterns/quarry.svg b/vtm-themes/resources/assets/patterns/quarry.svg new file mode 100644 index 00000000..f2f4d134 --- /dev/null +++ b/vtm-themes/resources/assets/patterns/quarry.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/patterns/scrub.svg b/vtm-themes/resources/assets/patterns/scrub.svg new file mode 100644 index 00000000..97222920 --- /dev/null +++ b/vtm-themes/resources/assets/patterns/scrub.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/patterns/swamp.svg b/vtm-themes/resources/assets/patterns/swamp.svg new file mode 100644 index 00000000..92ea81d1 --- /dev/null +++ b/vtm-themes/resources/assets/patterns/swamp.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/alpinehut.svg b/vtm-themes/resources/assets/symbols/accommodation/alpinehut.svg old mode 100755 new mode 100644 index d949def5..c6d92f51 --- a/vtm-themes/resources/assets/symbols/accommodation/alpinehut.svg +++ b/vtm-themes/resources/assets/symbols/accommodation/alpinehut.svg @@ -1,22 +1,12 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/camping.svg b/vtm-themes/resources/assets/symbols/accommodation/camping.svg old mode 100755 new mode 100644 index d67767b7..ff9b2e1d --- a/vtm-themes/resources/assets/symbols/accommodation/camping.svg +++ b/vtm-themes/resources/assets/symbols/accommodation/camping.svg @@ -1,12 +1,6 @@ - + - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/caravan_park.svg b/vtm-themes/resources/assets/symbols/accommodation/caravan_park.svg old mode 100755 new mode 100644 index 7b0398e3..2b3c2001 --- a/vtm-themes/resources/assets/symbols/accommodation/caravan_park.svg +++ b/vtm-themes/resources/assets/symbols/accommodation/caravan_park.svg @@ -1,16 +1,6 @@ - + - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/chalet.svg b/vtm-themes/resources/assets/symbols/accommodation/chalet.svg old mode 100755 new mode 100644 index 94ea0318..0d17e535 --- a/vtm-themes/resources/assets/symbols/accommodation/chalet.svg +++ b/vtm-themes/resources/assets/symbols/accommodation/chalet.svg @@ -9,16 +9,13 @@ - - + + - - - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/hostel.svg b/vtm-themes/resources/assets/symbols/accommodation/hostel.svg old mode 100755 new mode 100644 index de705f15..fafe4c84 --- a/vtm-themes/resources/assets/symbols/accommodation/hostel.svg +++ b/vtm-themes/resources/assets/symbols/accommodation/hostel.svg @@ -1,25 +1,18 @@ - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/hotel2.svg b/vtm-themes/resources/assets/symbols/accommodation/hotel2.svg old mode 100755 new mode 100644 index 15dd12c4..4b08130d --- a/vtm-themes/resources/assets/symbols/accommodation/hotel2.svg +++ b/vtm-themes/resources/assets/symbols/accommodation/hotel2.svg @@ -1,21 +1,12 @@ - + - - - - - - - - - - - - - - - - - + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/accommodation/shelter2.svg b/vtm-themes/resources/assets/symbols/accommodation/shelter2.svg old mode 100755 new mode 100644 index 7e133eaf..fc27d1ce --- a/vtm-themes/resources/assets/symbols/accommodation/shelter2.svg +++ b/vtm-themes/resources/assets/symbols/accommodation/shelter2.svg @@ -1,30 +1,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/firestation3.svg b/vtm-themes/resources/assets/symbols/amenity/firestation3.svg old mode 100755 new mode 100644 index 86c2fc91..4964cd80 --- a/vtm-themes/resources/assets/symbols/amenity/firestation3.svg +++ b/vtm-themes/resources/assets/symbols/amenity/firestation3.svg @@ -1,21 +1,7 @@ - + - - - - - - - - - - - - - - - - - + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/fountain2.svg b/vtm-themes/resources/assets/symbols/amenity/fountain2.svg old mode 100755 new mode 100644 index 25c6cec1..ad77c989 --- a/vtm-themes/resources/assets/symbols/amenity/fountain2.svg +++ b/vtm-themes/resources/assets/symbols/amenity/fountain2.svg @@ -1,37 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/amenity/library.svg b/vtm-themes/resources/assets/symbols/amenity/library.svg old mode 100755 new mode 100644 index d4516b7c..21514a9c --- a/vtm-themes/resources/assets/symbols/amenity/library.svg +++ b/vtm-themes/resources/assets/symbols/amenity/library.svg @@ -1,12 +1,8 @@ - + - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/playground.svg b/vtm-themes/resources/assets/symbols/amenity/playground.svg old mode 100755 new mode 100644 index 1e8abca4..60670baf --- a/vtm-themes/resources/assets/symbols/amenity/playground.svg +++ b/vtm-themes/resources/assets/symbols/amenity/playground.svg @@ -1,17 +1,6 @@ - + - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/amenity/police2.svg b/vtm-themes/resources/assets/symbols/amenity/police2.svg old mode 100755 new mode 100644 index d846903b..a19573ff --- a/vtm-themes/resources/assets/symbols/amenity/police2.svg +++ b/vtm-themes/resources/assets/symbols/amenity/police2.svg @@ -1,42 +1,10 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/post_box.svg b/vtm-themes/resources/assets/symbols/amenity/post_box.svg old mode 100755 new mode 100644 index 7f787525..80a73ce1 --- a/vtm-themes/resources/assets/symbols/amenity/post_box.svg +++ b/vtm-themes/resources/assets/symbols/amenity/post_box.svg @@ -1,8 +1,10 @@ - + - - - - + + + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/post_office.svg b/vtm-themes/resources/assets/symbols/amenity/post_office.svg old mode 100755 new mode 100644 index c91b36a6..98597bc5 --- a/vtm-themes/resources/assets/symbols/amenity/post_office.svg +++ b/vtm-themes/resources/assets/symbols/amenity/post_office.svg @@ -1,10 +1,8 @@ - + - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/recycling.svg b/vtm-themes/resources/assets/symbols/amenity/recycling.svg old mode 100755 new mode 100644 index 306860e3..707767c0 --- a/vtm-themes/resources/assets/symbols/amenity/recycling.svg +++ b/vtm-themes/resources/assets/symbols/amenity/recycling.svg @@ -1,16 +1,16 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/telephone.svg b/vtm-themes/resources/assets/symbols/amenity/telephone.svg old mode 100755 new mode 100644 index e6407a79..f50d1f7e --- a/vtm-themes/resources/assets/symbols/amenity/telephone.svg +++ b/vtm-themes/resources/assets/symbols/amenity/telephone.svg @@ -1,32 +1,16 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/amenity/toilets.svg b/vtm-themes/resources/assets/symbols/amenity/toilets.svg old mode 100755 new mode 100644 index 8e015df2..92bfefcd --- a/vtm-themes/resources/assets/symbols/amenity/toilets.svg +++ b/vtm-themes/resources/assets/symbols/amenity/toilets.svg @@ -1,16 +1,11 @@ - + - - - - - - - - - - - - + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/barrier/blocks.svg b/vtm-themes/resources/assets/symbols/barrier/blocks.svg old mode 100755 new mode 100644 index f615a37a..5277545a --- a/vtm-themes/resources/assets/symbols/barrier/blocks.svg +++ b/vtm-themes/resources/assets/symbols/barrier/blocks.svg @@ -1,19 +1,8 @@ - + - - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/barrier/bollard.svg b/vtm-themes/resources/assets/symbols/barrier/bollard.svg old mode 100755 new mode 100644 index bda0142e..65b7f2e3 --- a/vtm-themes/resources/assets/symbols/barrier/bollard.svg +++ b/vtm-themes/resources/assets/symbols/barrier/bollard.svg @@ -1,30 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - + - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/barrier/cycle_barrier.svg b/vtm-themes/resources/assets/symbols/barrier/cycle_barrier.svg old mode 100755 new mode 100644 index c7661bc7..5e208d4a --- a/vtm-themes/resources/assets/symbols/barrier/cycle_barrier.svg +++ b/vtm-themes/resources/assets/symbols/barrier/cycle_barrier.svg @@ -1,23 +1,8 @@ - + - - - - - - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/barrier/gate.svg b/vtm-themes/resources/assets/symbols/barrier/gate.svg old mode 100755 new mode 100644 index 1824fa5c..96cc9587 --- a/vtm-themes/resources/assets/symbols/barrier/gate.svg +++ b/vtm-themes/resources/assets/symbols/barrier/gate.svg @@ -1,30 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - + - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/barrier/lift_gate.svg b/vtm-themes/resources/assets/symbols/barrier/lift_gate.svg old mode 100755 new mode 100644 index 3e4da860..42c87b99 --- a/vtm-themes/resources/assets/symbols/barrier/lift_gate.svg +++ b/vtm-themes/resources/assets/symbols/barrier/lift_gate.svg @@ -1,30 +1,10 @@ - - - - - - - - - - - - - - - - - - - - - + - - - - - - + + + + + + diff --git a/vtm-themes/resources/assets/symbols/barrier/stile.svg b/vtm-themes/resources/assets/symbols/barrier/stile.svg old mode 100755 new mode 100644 index 2a627a3d..97350903 --- a/vtm-themes/resources/assets/symbols/barrier/stile.svg +++ b/vtm-themes/resources/assets/symbols/barrier/stile.svg @@ -1,30 +1,10 @@ - - - - - - - - - - - - - - - - - - - - - + - - - - - - + + + + + + diff --git a/vtm-themes/resources/assets/symbols/bench.svg b/vtm-themes/resources/assets/symbols/bench.svg new file mode 100644 index 00000000..38162eaa --- /dev/null +++ b/vtm-themes/resources/assets/symbols/bench.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/vtm-themes/resources/assets/symbols/cable_car.svg b/vtm-themes/resources/assets/symbols/cable_car.svg old mode 100755 new mode 100644 index 631a9269..424dfef9 --- a/vtm-themes/resources/assets/symbols/cable_car.svg +++ b/vtm-themes/resources/assets/symbols/cable_car.svg @@ -1,11 +1,7 @@ - - - - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/chair_lift.svg b/vtm-themes/resources/assets/symbols/chair_lift.svg new file mode 100644 index 00000000..bb1292a0 --- /dev/null +++ b/vtm-themes/resources/assets/symbols/chair_lift.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/vtm-themes/resources/assets/symbols/chair_lift_2.svg b/vtm-themes/resources/assets/symbols/chair_lift_2.svg deleted file mode 100644 index a32d3d89..00000000 --- a/vtm-themes/resources/assets/symbols/chair_lift_2.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/vtm-themes/resources/assets/symbols/education/nursery3.svg b/vtm-themes/resources/assets/symbols/education/nursery3.svg old mode 100755 new mode 100644 index 31424b77..210b608f --- a/vtm-themes/resources/assets/symbols/education/nursery3.svg +++ b/vtm-themes/resources/assets/symbols/education/nursery3.svg @@ -1,27 +1,12 @@ - - - - - - - - - - - - - - - + - - - - - - - - - + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/education/school.svg b/vtm-themes/resources/assets/symbols/education/school.svg old mode 100755 new mode 100644 index f671c546..55ba5996 --- a/vtm-themes/resources/assets/symbols/education/school.svg +++ b/vtm-themes/resources/assets/symbols/education/school.svg @@ -1,30 +1,11 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/education/university.svg b/vtm-themes/resources/assets/symbols/education/university.svg old mode 100755 new mode 100644 index 977404e3..1a7531e2 --- a/vtm-themes/resources/assets/symbols/education/university.svg +++ b/vtm-themes/resources/assets/symbols/education/university.svg @@ -1,36 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/food/bar.svg b/vtm-themes/resources/assets/symbols/food/bar.svg old mode 100755 new mode 100644 index 17b1e051..6de1c99b --- a/vtm-themes/resources/assets/symbols/food/bar.svg +++ b/vtm-themes/resources/assets/symbols/food/bar.svg @@ -1,8 +1,6 @@ - + - - - - + + diff --git a/vtm-themes/resources/assets/symbols/food/biergarten.svg b/vtm-themes/resources/assets/symbols/food/biergarten.svg old mode 100755 new mode 100644 index 2c343bbe..36b3947a --- a/vtm-themes/resources/assets/symbols/food/biergarten.svg +++ b/vtm-themes/resources/assets/symbols/food/biergarten.svg @@ -1,14 +1,8 @@ - + - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/food/cafe.svg b/vtm-themes/resources/assets/symbols/food/cafe.svg old mode 100755 new mode 100644 index 97956b35..b42e37ac --- a/vtm-themes/resources/assets/symbols/food/cafe.svg +++ b/vtm-themes/resources/assets/symbols/food/cafe.svg @@ -1,9 +1,6 @@ - + - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/food/drinkingtap.svg b/vtm-themes/resources/assets/symbols/food/drinkingtap.svg old mode 100755 new mode 100644 index 57fe6a7d..3322373a --- a/vtm-themes/resources/assets/symbols/food/drinkingtap.svg +++ b/vtm-themes/resources/assets/symbols/food/drinkingtap.svg @@ -1,24 +1,9 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/food/fastfood.svg b/vtm-themes/resources/assets/symbols/food/fastfood.svg old mode 100755 new mode 100644 index 5fc1c3bd..270e7a76 --- a/vtm-themes/resources/assets/symbols/food/fastfood.svg +++ b/vtm-themes/resources/assets/symbols/food/fastfood.svg @@ -1,16 +1,12 @@ - + - - - - - - - - - - - - + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/food/pub.svg b/vtm-themes/resources/assets/symbols/food/pub.svg old mode 100755 new mode 100644 index 982d02b9..05677fdf --- a/vtm-themes/resources/assets/symbols/food/pub.svg +++ b/vtm-themes/resources/assets/symbols/food/pub.svg @@ -1,9 +1,7 @@ - + - - - - - + + + diff --git a/vtm-themes/resources/assets/symbols/food/restaurant.svg b/vtm-themes/resources/assets/symbols/food/restaurant.svg old mode 100755 new mode 100644 index be06a73f..7b3a8bca --- a/vtm-themes/resources/assets/symbols/food/restaurant.svg +++ b/vtm-themes/resources/assets/symbols/food/restaurant.svg @@ -1,9 +1,6 @@ - + - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/gondola.svg b/vtm-themes/resources/assets/symbols/gondola.svg old mode 100755 new mode 100644 index e4361f9d..2a40d634 --- a/vtm-themes/resources/assets/symbols/gondola.svg +++ b/vtm-themes/resources/assets/symbols/gondola.svg @@ -1,9 +1,6 @@ - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/health/doctors2.svg b/vtm-themes/resources/assets/symbols/health/doctors2.svg old mode 100755 new mode 100644 index 052cfc82..1f9bcf16 --- a/vtm-themes/resources/assets/symbols/health/doctors2.svg +++ b/vtm-themes/resources/assets/symbols/health/doctors2.svg @@ -1,80 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/health/hospital.svg b/vtm-themes/resources/assets/symbols/health/hospital.svg old mode 100755 new mode 100644 index 1de1a23a..91d66540 --- a/vtm-themes/resources/assets/symbols/health/hospital.svg +++ b/vtm-themes/resources/assets/symbols/health/hospital.svg @@ -1,77 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/health/pharmacy.svg b/vtm-themes/resources/assets/symbols/health/pharmacy.svg old mode 100755 new mode 100644 index b7166661..a5520551 --- a/vtm-themes/resources/assets/symbols/health/pharmacy.svg +++ b/vtm-themes/resources/assets/symbols/health/pharmacy.svg @@ -1,77 +1,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/money/atm2.svg b/vtm-themes/resources/assets/symbols/money/atm2.svg old mode 100755 new mode 100644 index dbe6d36c..8aeba1de --- a/vtm-themes/resources/assets/symbols/money/atm2.svg +++ b/vtm-themes/resources/assets/symbols/money/atm2.svg @@ -1,14 +1,10 @@ - + - - - - - - - - - - + + + + + + diff --git a/vtm-themes/resources/assets/symbols/money/bank2.svg b/vtm-themes/resources/assets/symbols/money/bank2.svg old mode 100755 new mode 100644 index a3c0ac75..35d76550 --- a/vtm-themes/resources/assets/symbols/money/bank2.svg +++ b/vtm-themes/resources/assets/symbols/money/bank2.svg @@ -1,21 +1,8 @@ - + - - - - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/oneway.svg b/vtm-themes/resources/assets/symbols/oneway.svg old mode 100755 new mode 100644 index 5f84dd9d..b920d471 --- a/vtm-themes/resources/assets/symbols/oneway.svg +++ b/vtm-themes/resources/assets/symbols/oneway.svg @@ -1,15 +1,6 @@ - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/peak.svg b/vtm-themes/resources/assets/symbols/peak.svg index f7f36b39..bcae1683 100755 --- a/vtm-themes/resources/assets/symbols/peak.svg +++ b/vtm-themes/resources/assets/symbols/peak.svg @@ -1,5 +1,6 @@ + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/buddhist.svg b/vtm-themes/resources/assets/symbols/place_of_worship/buddhist.svg old mode 100755 new mode 100644 index 21f11798..2f5bb832 --- a/vtm-themes/resources/assets/symbols/place_of_worship/buddhist.svg +++ b/vtm-themes/resources/assets/symbols/place_of_worship/buddhist.svg @@ -1,10 +1,9 @@ - + - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/christian.svg b/vtm-themes/resources/assets/symbols/place_of_worship/christian.svg old mode 100755 new mode 100644 index 8c4794cd..a7308642 --- a/vtm-themes/resources/assets/symbols/place_of_worship/christian.svg +++ b/vtm-themes/resources/assets/symbols/place_of_worship/christian.svg @@ -1,11 +1,9 @@ - + - - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/hindu.svg b/vtm-themes/resources/assets/symbols/place_of_worship/hindu.svg old mode 100755 new mode 100644 index 2c9af0e8..c4a2a998 --- a/vtm-themes/resources/assets/symbols/place_of_worship/hindu.svg +++ b/vtm-themes/resources/assets/symbols/place_of_worship/hindu.svg @@ -1,10 +1,9 @@ - + - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/islamic.svg b/vtm-themes/resources/assets/symbols/place_of_worship/islamic.svg old mode 100755 new mode 100644 index bfc5a018..1d3ab7b0 --- a/vtm-themes/resources/assets/symbols/place_of_worship/islamic.svg +++ b/vtm-themes/resources/assets/symbols/place_of_worship/islamic.svg @@ -1,11 +1,7 @@ - + - - - - - - - + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/jewish.svg b/vtm-themes/resources/assets/symbols/place_of_worship/jewish.svg old mode 100755 new mode 100644 index 076bad86..5a205a1b --- a/vtm-themes/resources/assets/symbols/place_of_worship/jewish.svg +++ b/vtm-themes/resources/assets/symbols/place_of_worship/jewish.svg @@ -1,10 +1,9 @@ - + - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/shinto.svg b/vtm-themes/resources/assets/symbols/place_of_worship/shinto.svg old mode 100755 new mode 100644 index c334d042..a8df18a2 --- a/vtm-themes/resources/assets/symbols/place_of_worship/shinto.svg +++ b/vtm-themes/resources/assets/symbols/place_of_worship/shinto.svg @@ -1,10 +1,7 @@ - + - - - - - - + + + diff --git a/vtm-themes/resources/assets/symbols/place_of_worship/unknown.svg b/vtm-themes/resources/assets/symbols/place_of_worship/unknown.svg old mode 100755 new mode 100644 index a50ab3bf..81df3539 --- a/vtm-themes/resources/assets/symbols/place_of_worship/unknown.svg +++ b/vtm-themes/resources/assets/symbols/place_of_worship/unknown.svg @@ -1,22 +1,7 @@ - + - - - - - - - - - - - - - - - - - - + + + diff --git a/vtm-themes/resources/assets/symbols/poi/cave.svg b/vtm-themes/resources/assets/symbols/poi/cave.svg old mode 100755 new mode 100644 index 2b38c063..3860e28b --- a/vtm-themes/resources/assets/symbols/poi/cave.svg +++ b/vtm-themes/resources/assets/symbols/poi/cave.svg @@ -1,10 +1,8 @@ - + - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/poi/embassy2.svg b/vtm-themes/resources/assets/symbols/poi/embassy2.svg old mode 100755 new mode 100644 index 0990bc58..0c4b85fe --- a/vtm-themes/resources/assets/symbols/poi/embassy2.svg +++ b/vtm-themes/resources/assets/symbols/poi/embassy2.svg @@ -1,95 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/poi/mountain_pass.svg b/vtm-themes/resources/assets/symbols/poi/mountain_pass.svg old mode 100755 new mode 100644 index 9d6c5d11..5214d0fa --- a/vtm-themes/resources/assets/symbols/poi/mountain_pass.svg +++ b/vtm-themes/resources/assets/symbols/poi/mountain_pass.svg @@ -1,82 +1,7 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - - - - - - + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/alcohol.svg b/vtm-themes/resources/assets/symbols/shopping/alcohol.svg old mode 100755 new mode 100644 index 340b43bf..6e6126ec --- a/vtm-themes/resources/assets/symbols/shopping/alcohol.svg +++ b/vtm-themes/resources/assets/symbols/shopping/alcohol.svg @@ -1,28 +1,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/bakery.svg b/vtm-themes/resources/assets/symbols/shopping/bakery.svg old mode 100755 new mode 100644 index b8490d1e..6f363fc0 --- a/vtm-themes/resources/assets/symbols/shopping/bakery.svg +++ b/vtm-themes/resources/assets/symbols/shopping/bakery.svg @@ -1,17 +1,7 @@ - + - - - - - - - - - - - - - + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/bicycle.svg b/vtm-themes/resources/assets/symbols/shopping/bicycle.svg old mode 100755 new mode 100644 index fb6ed7ce..538d2aad --- a/vtm-themes/resources/assets/symbols/shopping/bicycle.svg +++ b/vtm-themes/resources/assets/symbols/shopping/bicycle.svg @@ -1,17 +1,6 @@ - + - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/shopping/book.svg b/vtm-themes/resources/assets/symbols/shopping/book.svg old mode 100755 new mode 100644 index f0f73779..81c7ca6a --- a/vtm-themes/resources/assets/symbols/shopping/book.svg +++ b/vtm-themes/resources/assets/symbols/shopping/book.svg @@ -1,12 +1,8 @@ - + - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/butcher.svg b/vtm-themes/resources/assets/symbols/shopping/butcher.svg old mode 100755 new mode 100644 index b5a764f0..b25bd009 --- a/vtm-themes/resources/assets/symbols/shopping/butcher.svg +++ b/vtm-themes/resources/assets/symbols/shopping/butcher.svg @@ -1,26 +1,10 @@ - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/car_repair.svg b/vtm-themes/resources/assets/symbols/shopping/car_repair.svg old mode 100755 new mode 100644 index e3ec71d2..36cdf6ea --- a/vtm-themes/resources/assets/symbols/shopping/car_repair.svg +++ b/vtm-themes/resources/assets/symbols/shopping/car_repair.svg @@ -1,30 +1,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/convenience.svg b/vtm-themes/resources/assets/symbols/shopping/convenience.svg old mode 100755 new mode 100644 index 0c23d830..56ffedc0 --- a/vtm-themes/resources/assets/symbols/shopping/convenience.svg +++ b/vtm-themes/resources/assets/symbols/shopping/convenience.svg @@ -1,17 +1,6 @@ - + - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/shopping/diy.svg b/vtm-themes/resources/assets/symbols/shopping/diy.svg old mode 100755 new mode 100644 index d0daad03..bdc0cfe9 --- a/vtm-themes/resources/assets/symbols/shopping/diy.svg +++ b/vtm-themes/resources/assets/symbols/shopping/diy.svg @@ -1,129 +1,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/greengrocer.svg b/vtm-themes/resources/assets/symbols/shopping/greengrocer.svg old mode 100755 new mode 100644 index 141100df..e2e06a32 --- a/vtm-themes/resources/assets/symbols/shopping/greengrocer.svg +++ b/vtm-themes/resources/assets/symbols/shopping/greengrocer.svg @@ -1,33 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/shopping/laundrette.svg b/vtm-themes/resources/assets/symbols/shopping/laundrette.svg old mode 100755 new mode 100644 index 019ad675..e4cf7319 --- a/vtm-themes/resources/assets/symbols/shopping/laundrette.svg +++ b/vtm-themes/resources/assets/symbols/shopping/laundrette.svg @@ -1,26 +1,12 @@ - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/marketplace.svg b/vtm-themes/resources/assets/symbols/shopping/marketplace.svg old mode 100755 new mode 100644 index 50b5f76c..d3c932db --- a/vtm-themes/resources/assets/symbols/shopping/marketplace.svg +++ b/vtm-themes/resources/assets/symbols/shopping/marketplace.svg @@ -1,50 +1,17 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/shopping/supermarket.svg b/vtm-themes/resources/assets/symbols/shopping/supermarket.svg old mode 100755 new mode 100644 index 7d7f9cc6..e49fe7a9 --- a/vtm-themes/resources/assets/symbols/shopping/supermarket.svg +++ b/vtm-themes/resources/assets/symbols/shopping/supermarket.svg @@ -1,17 +1,6 @@ - + - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/sport/golf.svg b/vtm-themes/resources/assets/symbols/sport/golf.svg old mode 100755 new mode 100644 index c59454cd..0f095624 --- a/vtm-themes/resources/assets/symbols/sport/golf.svg +++ b/vtm-themes/resources/assets/symbols/sport/golf.svg @@ -1,10 +1,6 @@ - + - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/sport/shooting.svg b/vtm-themes/resources/assets/symbols/sport/shooting.svg old mode 100755 new mode 100644 index 7529da1c..cb2b4f16 --- a/vtm-themes/resources/assets/symbols/sport/shooting.svg +++ b/vtm-themes/resources/assets/symbols/sport/shooting.svg @@ -1,16 +1,6 @@ - + - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/sport/soccer.svg b/vtm-themes/resources/assets/symbols/sport/soccer.svg old mode 100755 new mode 100644 index 93fb8679..b01eb704 --- a/vtm-themes/resources/assets/symbols/sport/soccer.svg +++ b/vtm-themes/resources/assets/symbols/sport/soccer.svg @@ -1,84 +1,16 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/sport/stadium.svg b/vtm-themes/resources/assets/symbols/sport/stadium.svg old mode 100755 new mode 100644 index c7265a4f..e89caa8e --- a/vtm-themes/resources/assets/symbols/sport/stadium.svg +++ b/vtm-themes/resources/assets/symbols/sport/stadium.svg @@ -1,86 +1,9 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - - - - - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/sport/swimming_outdoor.svg b/vtm-themes/resources/assets/symbols/sport/swimming_outdoor.svg old mode 100755 new mode 100644 index 819f9edb..bb2ad43c --- a/vtm-themes/resources/assets/symbols/sport/swimming_outdoor.svg +++ b/vtm-themes/resources/assets/symbols/sport/swimming_outdoor.svg @@ -1,13 +1,7 @@ - + - - - - - - - - - + + + diff --git a/vtm-themes/resources/assets/symbols/sport/tennis.svg b/vtm-themes/resources/assets/symbols/sport/tennis.svg old mode 100755 new mode 100644 index 05041311..793d0484 --- a/vtm-themes/resources/assets/symbols/sport/tennis.svg +++ b/vtm-themes/resources/assets/symbols/sport/tennis.svg @@ -1,9 +1,6 @@ - + - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/tourist/archaeological2.svg b/vtm-themes/resources/assets/symbols/tourist/archaeological2.svg old mode 100755 new mode 100644 index 708b605c..b5c15b43 --- a/vtm-themes/resources/assets/symbols/tourist/archaeological2.svg +++ b/vtm-themes/resources/assets/symbols/tourist/archaeological2.svg @@ -1,17 +1,6 @@ - + - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/tourist/attraction.svg b/vtm-themes/resources/assets/symbols/tourist/attraction.svg old mode 100755 new mode 100644 index ede1e880..d6dd9699 --- a/vtm-themes/resources/assets/symbols/tourist/attraction.svg +++ b/vtm-themes/resources/assets/symbols/tourist/attraction.svg @@ -1,19 +1,6 @@ - + - - - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/tourist/castle2.svg b/vtm-themes/resources/assets/symbols/tourist/castle2.svg old mode 100755 new mode 100644 index 9699e3b0..2d60f741 --- a/vtm-themes/resources/assets/symbols/tourist/castle2.svg +++ b/vtm-themes/resources/assets/symbols/tourist/castle2.svg @@ -1,76 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/tourist/cinema2.svg b/vtm-themes/resources/assets/symbols/tourist/cinema2.svg old mode 100755 new mode 100644 index 66d40bab..ac2d4916 --- a/vtm-themes/resources/assets/symbols/tourist/cinema2.svg +++ b/vtm-themes/resources/assets/symbols/tourist/cinema2.svg @@ -1,13 +1,9 @@ - + - - - - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/information.svg b/vtm-themes/resources/assets/symbols/tourist/information.svg old mode 100755 new mode 100644 index 992b873f..3e2d119b --- a/vtm-themes/resources/assets/symbols/tourist/information.svg +++ b/vtm-themes/resources/assets/symbols/tourist/information.svg @@ -1,8 +1,6 @@ - + - - - - + + diff --git a/vtm-themes/resources/assets/symbols/tourist/memorial.svg b/vtm-themes/resources/assets/symbols/tourist/memorial.svg old mode 100755 new mode 100644 index 5203e57d..c7255729 --- a/vtm-themes/resources/assets/symbols/tourist/memorial.svg +++ b/vtm-themes/resources/assets/symbols/tourist/memorial.svg @@ -1,77 +1,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/monument.svg b/vtm-themes/resources/assets/symbols/tourist/monument.svg old mode 100755 new mode 100644 index 804d79df..fc25d36f --- a/vtm-themes/resources/assets/symbols/tourist/monument.svg +++ b/vtm-themes/resources/assets/symbols/tourist/monument.svg @@ -1,77 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/museum.svg b/vtm-themes/resources/assets/symbols/tourist/museum.svg old mode 100755 new mode 100644 index c4501bb2..5f43bedc --- a/vtm-themes/resources/assets/symbols/tourist/museum.svg +++ b/vtm-themes/resources/assets/symbols/tourist/museum.svg @@ -1,14 +1,6 @@ - + - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/tourist/picnic.svg b/vtm-themes/resources/assets/symbols/tourist/picnic.svg old mode 100755 new mode 100644 index 381a645a..a366ff40 --- a/vtm-themes/resources/assets/symbols/tourist/picnic.svg +++ b/vtm-themes/resources/assets/symbols/tourist/picnic.svg @@ -1,16 +1,6 @@ - + - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/tourist/ruin.svg b/vtm-themes/resources/assets/symbols/tourist/ruin.svg old mode 100755 new mode 100644 index 98f0afc6..f319f171 --- a/vtm-themes/resources/assets/symbols/tourist/ruin.svg +++ b/vtm-themes/resources/assets/symbols/tourist/ruin.svg @@ -1,76 +1,10 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/theatre.svg b/vtm-themes/resources/assets/symbols/tourist/theatre.svg old mode 100755 new mode 100644 index 092abf31..24ab2ea7 --- a/vtm-themes/resources/assets/symbols/tourist/theatre.svg +++ b/vtm-themes/resources/assets/symbols/tourist/theatre.svg @@ -1,19 +1,8 @@ - + - - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/view_point.svg b/vtm-themes/resources/assets/symbols/tourist/view_point.svg old mode 100755 new mode 100644 index 22641ca1..b73327a8 --- a/vtm-themes/resources/assets/symbols/tourist/view_point.svg +++ b/vtm-themes/resources/assets/symbols/tourist/view_point.svg @@ -1,13 +1,6 @@ - + - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/tourist/windmill.svg b/vtm-themes/resources/assets/symbols/tourist/windmill.svg old mode 100755 new mode 100644 index e7ad1ff6..51417601 --- a/vtm-themes/resources/assets/symbols/tourist/windmill.svg +++ b/vtm-themes/resources/assets/symbols/tourist/windmill.svg @@ -1,12 +1,13 @@ - + - - - - - - - - + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/tourist/zoo.svg b/vtm-themes/resources/assets/symbols/tourist/zoo.svg old mode 100755 new mode 100644 index 16e9158c..20148186 --- a/vtm-themes/resources/assets/symbols/tourist/zoo.svg +++ b/vtm-themes/resources/assets/symbols/tourist/zoo.svg @@ -1,75 +1,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - + + + - diff --git a/vtm-themes/resources/assets/symbols/traffic_signal.svg b/vtm-themes/resources/assets/symbols/traffic_signal.svg index 87a547be..73e93602 100644 --- a/vtm-themes/resources/assets/symbols/traffic_signal.svg +++ b/vtm-themes/resources/assets/symbols/traffic_signal.svg @@ -1,12 +1,11 @@ - - - - - - - - - - + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/airport2.svg b/vtm-themes/resources/assets/symbols/transport/airport2.svg old mode 100755 new mode 100644 index 09b90176..10a05366 --- a/vtm-themes/resources/assets/symbols/transport/airport2.svg +++ b/vtm-themes/resources/assets/symbols/transport/airport2.svg @@ -1,88 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/transport/bus_station.svg b/vtm-themes/resources/assets/symbols/transport/bus_station.svg old mode 100755 new mode 100644 index 730e48f5..d2455261 --- a/vtm-themes/resources/assets/symbols/transport/bus_station.svg +++ b/vtm-themes/resources/assets/symbols/transport/bus_station.svg @@ -1,18 +1,8 @@ - + - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/bus_stop.svg b/vtm-themes/resources/assets/symbols/transport/bus_stop.svg old mode 100755 new mode 100644 index 2575f666..ff340dbc --- a/vtm-themes/resources/assets/symbols/transport/bus_stop.svg +++ b/vtm-themes/resources/assets/symbols/transport/bus_stop.svg @@ -1,16 +1,8 @@ - + - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/fuel.svg b/vtm-themes/resources/assets/symbols/transport/fuel.svg old mode 100755 new mode 100644 index 184fbfc1..987453b2 --- a/vtm-themes/resources/assets/symbols/transport/fuel.svg +++ b/vtm-themes/resources/assets/symbols/transport/fuel.svg @@ -1,23 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/transport/helicopter.svg b/vtm-themes/resources/assets/symbols/transport/helicopter.svg old mode 100755 new mode 100644 index 11da4dd2..1c81a047 --- a/vtm-themes/resources/assets/symbols/transport/helicopter.svg +++ b/vtm-themes/resources/assets/symbols/transport/helicopter.svg @@ -1,25 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/transport/lighthouse.svg b/vtm-themes/resources/assets/symbols/transport/lighthouse.svg old mode 100755 new mode 100644 index 7305ece9..40917860 --- a/vtm-themes/resources/assets/symbols/transport/lighthouse.svg +++ b/vtm-themes/resources/assets/symbols/transport/lighthouse.svg @@ -1,18 +1,14 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/parking.svg b/vtm-themes/resources/assets/symbols/transport/parking.svg old mode 100755 new mode 100644 index 11230cb2..e290e60a --- a/vtm-themes/resources/assets/symbols/transport/parking.svg +++ b/vtm-themes/resources/assets/symbols/transport/parking.svg @@ -1,16 +1,6 @@ - + - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/transport/parking_private.svg b/vtm-themes/resources/assets/symbols/transport/parking_private.svg old mode 100755 new mode 100644 index afbe52ee..ac02d096 --- a/vtm-themes/resources/assets/symbols/transport/parking_private.svg +++ b/vtm-themes/resources/assets/symbols/transport/parking_private.svg @@ -1,17 +1,6 @@ - + - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/transport/rental_bicycle.svg b/vtm-themes/resources/assets/symbols/transport/rental_bicycle.svg old mode 100755 new mode 100644 index 59642036..7e12e6f0 --- a/vtm-themes/resources/assets/symbols/transport/rental_bicycle.svg +++ b/vtm-themes/resources/assets/symbols/transport/rental_bicycle.svg @@ -1,22 +1,8 @@ - + - - - - - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/slipway.svg b/vtm-themes/resources/assets/symbols/transport/slipway.svg old mode 100755 new mode 100644 index cc2df524..a3307bba --- a/vtm-themes/resources/assets/symbols/transport/slipway.svg +++ b/vtm-themes/resources/assets/symbols/transport/slipway.svg @@ -1,84 +1,6 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - - - - - - - - + + diff --git a/vtm-themes/resources/assets/symbols/transport/traffic_lights.svg b/vtm-themes/resources/assets/symbols/transport/traffic_lights.svg old mode 100755 new mode 100644 index 12afe437..ed7fbe31 --- a/vtm-themes/resources/assets/symbols/transport/traffic_lights.svg +++ b/vtm-themes/resources/assets/symbols/transport/traffic_lights.svg @@ -1,79 +1,9 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/train_station2.svg b/vtm-themes/resources/assets/symbols/transport/train_station2.svg old mode 100755 new mode 100644 index a051f037..a34e76fb --- a/vtm-themes/resources/assets/symbols/transport/train_station2.svg +++ b/vtm-themes/resources/assets/symbols/transport/train_station2.svg @@ -1,20 +1,7 @@ - - - - - - - - - - - - - - - - - - + + + + + diff --git a/vtm-themes/resources/assets/symbols/transport/tram_stop.svg b/vtm-themes/resources/assets/symbols/transport/tram_stop.svg old mode 100755 new mode 100644 index ca7669c7..33a165cf --- a/vtm-themes/resources/assets/symbols/transport/tram_stop.svg +++ b/vtm-themes/resources/assets/symbols/transport/tram_stop.svg @@ -1,91 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - style="overflow:visible"> - - - - - - - - - - - - - - - - - - - - - - + + + diff --git a/vtm-themes/resources/assets/symbols/volcano.svg b/vtm-themes/resources/assets/symbols/volcano.svg index 1c5fcbb5..0838a636 100755 --- a/vtm-themes/resources/assets/symbols/volcano.svg +++ b/vtm-themes/resources/assets/symbols/volcano.svg @@ -1,5 +1,6 @@ + diff --git a/vtm-themes/resources/assets/symbols/water/weir.svg b/vtm-themes/resources/assets/symbols/water/weir.svg old mode 100755 new mode 100644 index d59c8c64..11a8ab3b --- a/vtm-themes/resources/assets/symbols/water/weir.svg +++ b/vtm-themes/resources/assets/symbols/water/weir.svg @@ -1,34 +1,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/vtm-themes/resources/assets/styles/default.xml b/vtm-themes/resources/assets/vtm/default.xml similarity index 97% rename from vtm-themes/resources/assets/styles/default.xml rename to vtm-themes/resources/assets/vtm/default.xml index 4b26340f..f3a40a97 100644 --- a/vtm-themes/resources/assets/styles/default.xml +++ b/vtm-themes/resources/assets/vtm/default.xml @@ -537,7 +537,7 @@ - + @@ -976,7 +976,7 @@ - + @@ -1034,13 +1034,13 @@ - + - + @@ -1052,10 +1052,10 @@ - + - + @@ -1115,7 +1115,7 @@ @@ -1127,13 +1127,13 @@ - + - + @@ -1142,14 +1142,26 @@ - - - - - + + - + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/styles/mapzen.xml b/vtm-themes/resources/assets/vtm/mapzen.xml similarity index 97% rename from vtm-themes/resources/assets/styles/mapzen.xml rename to vtm-themes/resources/assets/vtm/mapzen.xml index facaa608..02d5ca84 100644 --- a/vtm-themes/resources/assets/styles/mapzen.xml +++ b/vtm-themes/resources/assets/vtm/mapzen.xml @@ -537,7 +537,7 @@ - + @@ -976,7 +976,7 @@ - + @@ -1034,13 +1034,13 @@ - + - + @@ -1052,10 +1052,10 @@ - + - + @@ -1115,7 +1115,7 @@ @@ -1127,13 +1127,13 @@ - + - + @@ -1142,14 +1142,26 @@ - - - - - + + - + + + + + + + + + + + + + + + + diff --git a/vtm-themes/resources/assets/styles/newtron.xml b/vtm-themes/resources/assets/vtm/newtron.xml similarity index 97% rename from vtm-themes/resources/assets/styles/newtron.xml rename to vtm-themes/resources/assets/vtm/newtron.xml index 46edcff5..785aa3aa 100644 --- a/vtm-themes/resources/assets/styles/newtron.xml +++ b/vtm-themes/resources/assets/vtm/newtron.xml @@ -487,7 +487,7 @@ - + @@ -859,7 +859,7 @@ @@ -1029,7 +1029,7 @@ - + @@ -1038,7 +1038,7 @@ - + @@ -1050,14 +1050,26 @@ - - - - - + + - + + + + + + + + + + + + + + + + @@ -1109,7 +1121,7 @@ - + @@ -1203,12 +1215,12 @@ - + - + diff --git a/vtm-themes/resources/assets/styles/osmarender.xml b/vtm-themes/resources/assets/vtm/osmarender.xml similarity index 97% rename from vtm-themes/resources/assets/styles/osmarender.xml rename to vtm-themes/resources/assets/vtm/osmarender.xml index b46646ce..d3e75c87 100644 --- a/vtm-themes/resources/assets/styles/osmarender.xml +++ b/vtm-themes/resources/assets/vtm/osmarender.xml @@ -121,7 +121,7 @@ - + @@ -429,7 +429,7 @@ - + @@ -887,7 +887,6 @@ stroke="#ffffff" stroke-width="2.0" /> - @@ -956,7 +955,7 @@ - + @@ -1080,10 +1079,10 @@ - + - + @@ -1096,7 +1095,7 @@ @@ -1120,7 +1119,7 @@ - + @@ -1129,7 +1128,7 @@ - + @@ -1141,14 +1140,26 @@ - - - - - + + - + + + + + + + + + + + + + + + + @@ -1200,7 +1211,7 @@ - + @@ -1294,12 +1305,12 @@ - + - + diff --git a/vtm-themes/resources/assets/styles/tronrender.xml b/vtm-themes/resources/assets/vtm/tronrender.xml similarity index 97% rename from vtm-themes/resources/assets/styles/tronrender.xml rename to vtm-themes/resources/assets/vtm/tronrender.xml index dabaf729..0de719be 100644 --- a/vtm-themes/resources/assets/styles/tronrender.xml +++ b/vtm-themes/resources/assets/vtm/tronrender.xml @@ -487,7 +487,7 @@ - + @@ -852,7 +852,7 @@ @@ -1022,7 +1022,7 @@ - + @@ -1031,7 +1031,7 @@ - + @@ -1043,14 +1043,26 @@ - - - - - + + - + + + + + + + + + + + + + + + + @@ -1102,7 +1114,7 @@ - + @@ -1196,12 +1208,12 @@ - + - + diff --git a/vtm-themes/src/org/oscim/theme/VtmThemes.java b/vtm-themes/src/org/oscim/theme/VtmThemes.java index 298a26ea..61243990 100644 --- a/vtm-themes/src/org/oscim/theme/VtmThemes.java +++ b/vtm-themes/src/org/oscim/theme/VtmThemes.java @@ -28,11 +28,11 @@ import java.io.InputStream; */ public enum VtmThemes implements ThemeFile { - DEFAULT("styles/default.xml"), - MAPZEN("styles/mapzen.xml"), - NEWTRON("styles/newtron.xml"), - OSMARENDER("styles/osmarender.xml"), - TRONRENDER("styles/tronrender.xml"); + DEFAULT("vtm/default.xml"), + MAPZEN("vtm/mapzen.xml"), + NEWTRON("vtm/newtron.xml"), + OSMARENDER("vtm/osmarender.xml"), + TRONRENDER("vtm/tronrender.xml"); private final String mPath;