add preset for vending=feminine_hygiene

This commit is contained in:
Wille Marcel
2017-09-08 19:59:00 -03:00
parent 28b5eff7a2
commit 6e2ad9deaf
5 changed files with 59 additions and 0 deletions
+5
View File
@@ -2053,6 +2053,11 @@ en:
name: Excrement Bag Vending Machine
# 'terms: excrement bags,poop,dog,animal'
terms: '<translate with synonyms or related terms for ''Excrement Bag Vending Machine'', separated by commas>'
amenity/vending_machine/feminine_hygiene:
# 'amenity=vending_machine, vending=feminine_hygiene'
name: Feminine Hygiene Vending Machine
# 'terms: condom, tampon, pad, woman, women, menstrual hygiene products, personal care'
terms: '<translate with synonyms or related terms for ''Feminine Hygiene Vending Machine'', separated by commas>'
amenity/vending_machine/news_papers:
# 'amenity=vending_machine, vending=news_papers'
name: Newspaper Vending Machine
+23
View File
@@ -3039,6 +3039,29 @@
},
"name": "Excrement Bag Vending Machine"
},
"amenity/vending_machine/feminine_hygiene": {
"icon": "poi-vending-machine",
"fields": [
"operator",
"payment_multi",
"currency_multi"
],
"geometry": [
"point"
],
"terms": [
"condom, tampon, pad, woman, women, menstrual hygiene products, personal care"
],
"tags": {
"amenity": "vending_machine",
"vending": "feminine_hygiene"
},
"reference": {
"key": "vending",
"value": "feminine_hygiene"
},
"name": "Feminine Hygiene Vending Machine"
},
"amenity/vending_machine/newspapers": {
"icon": "poi-vending-machine",
"fields": [
@@ -0,0 +1,23 @@
{
"icon": "poi-vending-machine",
"fields": [
"operator",
"payment_multi",
"currency_multi"
],
"geometry": [
"point"
],
"terms": [
"condom, tampon, pad, woman, women, menstrual hygiene products, personal care"
],
"tags": {
"amenity": "vending_machine",
"vending": "feminine_hygiene"
},
"reference": {
"key": "vending",
"value": "feminine_hygiene"
},
"name": "Feminine Hygiene Vending Machine"
}
+4
View File
@@ -555,6 +555,10 @@
"key": "vending",
"value": "excrement_bags"
},
{
"key": "vending",
"value": "feminine_hygiene"
},
{
"key": "vending",
"value": "newspapers"
+4
View File
@@ -2845,6 +2845,10 @@
"name": "Excrement Bag Vending Machine",
"terms": "excrement bags,poop,dog,animal"
},
"amenity/vending_machine/feminine_hygiene": {
"name": "Feminine Hygiene Vending Machine",
"terms": "condom, tampon, pad, woman, women, menstrual hygiene products, personal care"
},
"amenity/vending_machine/newspapers": {
"name": "Newspaper Vending Machine",
"terms": "newspaper"