Merge pull request #1798 from tyrasd/preset-amenity-vending_machine

add preset for amenity=vending_machine
This commit is contained in:
Tom MacWright
2013-09-13 14:42:44 -07:00
6 changed files with 48 additions and 0 deletions

View File

@@ -248,6 +248,8 @@ en:
label: Type
trail_visibility:
label: Trail Visibility
vending:
label: Type of Goods
water:
label: Type
waterway:
@@ -438,6 +440,9 @@ en:
amenity/university:
name: University
terms: "<translate with synonyms or related terms for 'University', separated by commas>"
amenity/vending_machine:
name: Vending Machine
terms: "<translate with synonyms or related terms for 'Vending Machine', separated by commas>"
amenity/waste_basket:
name: Waste Basket
terms: "<translate with synonyms or related terms for 'Waste Basket', separated by commas>"

View File

@@ -613,6 +613,11 @@
"type": "combo",
"label": "Trail Visibility"
},
"vending": {
"key": "vending",
"type": "combo",
"label": "Type of Goods"
},
"water": {
"key": "water",
"type": "combo",

View File

@@ -0,0 +1,5 @@
{
"key": "vending",
"type": "combo",
"label": "Type of Goods"
}

View File

@@ -1188,6 +1188,19 @@
],
"name": "University"
},
"amenity/vending_machine": {
"fields": [
"vending",
"operator"
],
"geometry": [
"point"
],
"tags": {
"amenity": "vending_machine"
},
"name": "Vending Machine"
},
"amenity/waste_basket": {
"icon": "waste-basket",
"geometry": [

View File

@@ -0,0 +1,13 @@
{
"fields": [
"vending",
"operator"
],
"geometry": [
"point"
],
"tags": {
"amenity": "vending_machine"
},
"name": "Vending Machine"
}

View File

@@ -726,6 +726,9 @@
"trail_visibility": {
"label": "Trail Visibility"
},
"vending": {
"label": "Type of Goods"
},
"water": {
"label": "Type"
},
@@ -982,6 +985,10 @@
"name": "University",
"terms": "college"
},
"amenity/vending_machine": {
"name": "Vending Machine",
"terms": ""
},
"amenity/waste_basket": {
"name": "Waste Basket",
"terms": "rubbish bin,litter bin,trash can,garbage can"