From d36d16911a23ceab02186c57c670e3f09e63e5ca Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 2 Dec 2020 21:28:51 +0100 Subject: [PATCH] Add assets --- assets/svg/square.svg | 35 ++++++++++++ assets/themes/charging_stations/bicycle.svg | 54 ++++++++++++++++++ assets/themes/charging_stations/car.svg | 45 +++++++++++++++ assets/themes/charging_stations/logo.svg | 62 +++++++++++++++++++++ assets/themes/charging_stations/plug.svg | 46 +++++++++++++++ assets/themes/shops/shops.json | 2 +- 6 files changed, 243 insertions(+), 1 deletion(-) create mode 100644 assets/svg/square.svg create mode 100644 assets/themes/charging_stations/bicycle.svg create mode 100644 assets/themes/charging_stations/car.svg create mode 100644 assets/themes/charging_stations/logo.svg create mode 100644 assets/themes/charging_stations/plug.svg diff --git a/assets/svg/square.svg b/assets/svg/square.svg new file mode 100644 index 000000000..6597e364c --- /dev/null +++ b/assets/svg/square.svg @@ -0,0 +1,35 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/assets/themes/charging_stations/bicycle.svg b/assets/themes/charging_stations/bicycle.svg new file mode 100644 index 000000000..ab99c13d4 --- /dev/null +++ b/assets/themes/charging_stations/bicycle.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/assets/themes/charging_stations/car.svg b/assets/themes/charging_stations/car.svg new file mode 100644 index 000000000..7ceb73118 --- /dev/null +++ b/assets/themes/charging_stations/car.svg @@ -0,0 +1,45 @@ + +image/svg+xml \ No newline at end of file diff --git a/assets/themes/charging_stations/logo.svg b/assets/themes/charging_stations/logo.svg new file mode 100644 index 000000000..8b8592dba --- /dev/null +++ b/assets/themes/charging_stations/logo.svg @@ -0,0 +1,62 @@ + +image/svg+xml + + \ No newline at end of file diff --git a/assets/themes/charging_stations/plug.svg b/assets/themes/charging_stations/plug.svg new file mode 100644 index 000000000..52132059b --- /dev/null +++ b/assets/themes/charging_stations/plug.svg @@ -0,0 +1,46 @@ + +image/svg+xml + + \ No newline at end of file diff --git a/assets/themes/shops/shops.json b/assets/themes/shops/shops.json index 65ab6f2c6..63bf4043e 100644 --- a/assets/themes/shops/shops.json +++ b/assets/themes/shops/shops.json @@ -17,7 +17,7 @@ "fr" ], "maintainer": "MapComplete", - "icon": "./assets/themes/shops/shop.svg", + "icon": "circle:#fff;./assets/themes/shops/shop.svg", "version": "0", "startLat": 0, "startLon": 0,