diff --git a/Customizations/Questions/bike/ParkingType.ts b/Customizations/Questions/bike/ParkingType.ts
index fa8ab50..301ceda 100644
--- a/Customizations/Questions/bike/ParkingType.ts
+++ b/Customizations/Questions/bike/ParkingType.ts
@@ -6,16 +6,15 @@ import Combine from "../../../UI/Base/Combine";
class ParkingTypeHelper {
static GenerateMappings() {
const images = {
- stands: "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/Bike_racks_at_north-west_of_Westfield_-_geograph.org.uk_-_1041057.jpg/100px-Bike_racks_at_north-west_of_Westfield_-_geograph.org.uk_-_1041057.jpg",
- wall_loops: "https://wiki.openstreetmap.org/w/images/thumb/c/c2/Bike-parking-wheelbender.jpg/100px-Bike-parking-wheelbender.jpg",
- handlebar_holder: "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Bicycle_parking_handlebar_holder.jpg/100px-Bicycle_parking_handlebar_holder.jpg",
- shed: "https://wiki.openstreetmap.org/w/images/thumb/b/b2/Bike-shelter.jpg/100px-Bike-shelter.jpg",
- rack: "https://wiki.openstreetmap.org/w/images/thumb/4/41/Triton_Bike_Rack.png/100px-Triton_Bike_Rack.png",
- "two-tier": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Bicis_a_l%27estaci%C3%B3_de_Leiden.JPG/100px-Bicis_a_l%27estaci%C3%B3_de_Leiden.JPG"
+ stands: "assets/bike/parking_staple.svg",
+ wall_loops: "assets/bike/parking_wall_loops.svg",
+ handlebar_holder: "assets/bike/parking_handlebar_holder.svg",
+ rack: "assets/bike/parking_rack.svg",
+ shed: "assets/bike/parking_shed.svg"
};
- const toImg = (url) => ``
+ const toImg = (url) => `
`
const mappings = [];
const to = Translations.t.cyclofix.parking.type
diff --git a/assets/bike/parking_handlebar_holder.svg b/assets/bike/parking_handlebar_holder.svg
new file mode 100644
index 0000000..0828539
--- /dev/null
+++ b/assets/bike/parking_handlebar_holder.svg
@@ -0,0 +1,31 @@
+
+
+
diff --git a/assets/bike/parking_rack.svg b/assets/bike/parking_rack.svg
new file mode 100644
index 0000000..2af4249
--- /dev/null
+++ b/assets/bike/parking_rack.svg
@@ -0,0 +1,296 @@
+
+
+
diff --git a/assets/bike/parking_shed.svg b/assets/bike/parking_shed.svg
new file mode 100644
index 0000000..7732398
--- /dev/null
+++ b/assets/bike/parking_shed.svg
@@ -0,0 +1,37 @@
+
+
+
diff --git a/assets/bike/parking_staple.svg b/assets/bike/parking_staple.svg
new file mode 100644
index 0000000..a79c0b2
--- /dev/null
+++ b/assets/bike/parking_staple.svg
@@ -0,0 +1,41 @@
+
+
+
diff --git a/assets/bike/parking_two_tier.svg b/assets/bike/parking_two_tier.svg
new file mode 100644
index 0000000..f944d0f
--- /dev/null
+++ b/assets/bike/parking_two_tier.svg
@@ -0,0 +1,52 @@
+
+
+
diff --git a/assets/bike/parking_wall_loops.svg b/assets/bike/parking_wall_loops.svg
new file mode 100644
index 0000000..e512b36
--- /dev/null
+++ b/assets/bike/parking_wall_loops.svg
@@ -0,0 +1,50 @@
+
+
+