Add boat rental. Fixes #1617

This commit is contained in:
Tom MacWright
2013-09-17 16:05:15 -04:00
parent 03550ff6ff
commit 8eaf5afafb
4 changed files with 33 additions and 0 deletions

View File

@@ -320,6 +320,9 @@ en:
amenity/bicycle_rental:
name: Bicycle Rental
terms: "<translate with synonyms or related terms for 'Bicycle Rental', separated by commas>"
amenity/boat_rental:
name: Boat Rental
terms: "<translate with synonyms or related terms for 'Boat Rental', separated by commas>"
amenity/cafe:
name: Cafe
terms: "<translate with synonyms or related terms for 'Cafe', separated by commas>"

View File

@@ -305,6 +305,19 @@
},
"name": "Bicycle Rental"
},
"amenity/boat_rental": {
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "boat_rental"
},
"fields": [
"operator"
],
"name": "Boat Rental"
},
"amenity/cafe": {
"icon": "cafe",
"fields": [

View File

@@ -0,0 +1,13 @@
{
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "boat_rental"
},
"fields": [
"operator"
],
"name": "Boat Rental"
}

View File

@@ -825,6 +825,10 @@
"name": "Bicycle Rental",
"terms": ""
},
"amenity/boat_rental": {
"name": "Boat Rental",
"terms": ""
},
"amenity/cafe": {
"name": "Cafe",
"terms": "coffee,tea,coffee shop"