mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Add boat rental. Fixes #1617
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -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": [
|
||||
|
||||
13
data/presets/presets/amenity/boat_rental.json
Normal file
13
data/presets/presets/amenity/boat_rental.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "boat_rental"
|
||||
},
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"name": "Boat Rental"
|
||||
}
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -825,6 +825,10 @@
|
||||
"name": "Bicycle Rental",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/boat_rental": {
|
||||
"name": "Boat Rental",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/cafe": {
|
||||
"name": "Cafe",
|
||||
"terms": "coffee,tea,coffee shop"
|
||||
|
||||
Reference in New Issue
Block a user