diff --git a/assets/layers/vending_machine/honey.svg b/assets/layers/vending_machine/honey.svg
new file mode 100644
index 000000000..3b9e34ba4
--- /dev/null
+++ b/assets/layers/vending_machine/honey.svg
@@ -0,0 +1,272 @@
+
+
+
\ No newline at end of file
diff --git a/assets/layers/vending_machine/license_info.json b/assets/layers/vending_machine/license_info.json
index 68add3b78..cfcba1515 100644
--- a/assets/layers/vending_machine/license_info.json
+++ b/assets/layers/vending_machine/license_info.json
@@ -19,6 +19,16 @@
"https://fontawesome.com/icons/egg?f=classic&s=solid"
]
},
+ {
+ "path": "honey.svg",
+ "license": "CC-BY 4.0",
+ "authors": [
+ "Mushki Brichta"
+ ],
+ "sources": [
+ "https://commons.wikimedia.org/wiki/File:Honey_icon_black_01.svg"
+ ]
+ },
{
"path": "mug-saucer.svg",
"license": "CC-BY 4.0",
@@ -29,6 +39,17 @@
"https://fontawesome.com/icons/mug-saucer?f=regular&s=solid"
]
},
+ {
+ "path": "potato.svg",
+ "license": "CC-BY 3.0",
+ "authors": [
+ "Pavel Melnikov",
+ "The Noun Project"
+ ],
+ "sources": [
+ "https://thenounproject.com/icon/potatoes-663495/"
+ ]
+ },
{
"path": "smoking.svg",
"license": "CC-BY 4.0",
diff --git a/assets/layers/vending_machine/potato.svg b/assets/layers/vending_machine/potato.svg
new file mode 100644
index 000000000..cb21cbc8a
--- /dev/null
+++ b/assets/layers/vending_machine/potato.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/layers/vending_machine/vending_machine.json b/assets/layers/vending_machine/vending_machine.json
index 06333e18b..a8452594e 100644
--- a/assets/layers/vending_machine/vending_machine.json
+++ b/assets/layers/vending_machine/vending_machine.json
@@ -158,6 +158,30 @@
"nl": "Kaas wordt verkocht"
},
"icon": "./assets/layers/id_presets/fas-cheese.svg"
+ },
+ {
+ "if": "vending=honey",
+ "then": {
+ "en": "Honey is sold",
+ "nl": "Honing wordt verkocht"
+ },
+ "icon": "./assets/layers/vending_machine/honey.svg"
+ },
+ {
+ "if": "vending=potatoes",
+ "then": {
+ "en": "Potatoes are sold",
+ "nl": "Aardappelen worden verkocht"
+ },
+ "icon": "./assets/layers/vending_machine/potato.svg"
+ },
+ {
+ "if": "vending=flowers",
+ "then": {
+ "en": "Flowers are sold",
+ "nl": "Bloemen worden verkocht"
+ },
+ "icon": "./assets/layers/id_presets/maki-florist.svg"
}
],
"multiAnswer": true
@@ -279,6 +303,18 @@
{
"if": "vending=cheese",
"then": "circle:white;./assets/layers/id_presets/fas-cheese.svg"
+ },
+ {
+ "if": "vending=honey",
+ "then": "circle:white;./assets/layers/vending_machine/honey.svg"
+ },
+ {
+ "if": "vending=potatoes",
+ "then": "circle:white;./assets/layers/vending_machine/potato.svg"
+ },
+ {
+ "if": "vending=flowers",
+ "then": "circle:white;./assets/layers/id_presets/maki-florist.svg"
}
]
},
@@ -389,6 +425,33 @@
]
},
"then": "circle:white;./assets/layers/id_presets/fas-cheese.svg"
+ },
+ {
+ "if": {
+ "and": [
+ "_vending_count>1",
+ "vending~.*honey.*"
+ ]
+ },
+ "then": "circle:white;./assets/layers/vending_machine/honey.svg"
+ },
+ {
+ "if": {
+ "and": [
+ "_vending_count>1",
+ "vending~.*potatoes.*"
+ ]
+ },
+ "then": "circle:white;./assets/layers/vending_machine/potato.svg"
+ },
+ {
+ "if": {
+ "and": [
+ "_vending_count>1",
+ "vending~.*flowers.*"
+ ]
+ },
+ "then": "circle:white;./assets/layers/id_presets/maki-florist.svg"
}
]
}
@@ -494,8 +557,34 @@
"nl": "Verkoop van kaas"
},
"osmTags": "vending~i~.*cheese.*"
+ },
+ {
+ "question": {
+ "en": "Sale of honey",
+ "nl": "Verkoop van honing"
+ },
+ "osmTags": "vending~i~.*honey.*"
+ },
+ {
+ "question": {
+ "en": "Sale of potatoes",
+ "nl": "Verkoop van aardappelen"
+ },
+ "osmTags": "vending~i~.*potatoes.*"
+ },
+ {
+ "question": {
+ "en": "Sale of flowers",
+ "nl": "Verkoop van bloemen"
+ },
+ "osmTags": "vending~i~.*flowers.*"
}
]
}
- ]
+ ],
+ "allowMove": {
+ "enableImproveAccuracy": true,
+ "enableRelocation": true
+ },
+ "deletion": true
}
\ No newline at end of file