Merge pull request #4331 from willemarcel/feminine_hygiene

add preset for vending=feminine_hygiene
This commit is contained in:
Bryan Housel
2017-09-09 08:13:27 -04:00
committed by GitHub
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
@@ -3037,6 +3037,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"