Skip to content

Commit

Permalink
Merge pull request #4643 from willemarcel/love_hotel
Browse files Browse the repository at this point in the history
add preset for amenity=love_hotel
  • Loading branch information
bhousel authored Jan 2, 2018
2 parents be5929d + 88c71c1 commit 55545fe
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1991,6 +1991,10 @@ en:
name: Library
# 'terms: book'
terms: '<translate with synonyms or related terms for ''Library'', separated by commas>'
amenity/love_hotel:
# amenity=love_hotel
name: Love Hotel
terms: '<translate with synonyms or related terms for ''Love Hotel'', separated by commas>'
amenity/marketplace:
# amenity=marketplace
name: Marketplace
Expand Down
22 changes: 22 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1854,6 +1854,28 @@
},
"name": "Library"
},
"amenity/love_hotel": {
"icon": "heart",
"fields": [
"name",
"operator",
"address",
"building_area",
"smoking",
"rooms",
"internet_access",
"internet_access/fee",
"internet_access/ssid"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "love_hotel"
},
"name": "Love Hotel"
},
"amenity/marketplace": {
"icon": "shop",
"fields": [
Expand Down
22 changes: 22 additions & 0 deletions data/presets/presets/amenity/love_hotel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"icon": "heart",
"fields": [
"name",
"operator",
"address",
"building_area",
"smoking",
"rooms",
"internet_access",
"internet_access/fee",
"internet_access/ssid"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "love_hotel"
},
"name": "Love Hotel"
}
4 changes: 4 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@
"key": "amenity",
"value": "library"
},
{
"key": "amenity",
"value": "love_hotel"
},
{
"key": "amenity",
"value": "marketplace"
Expand Down
4 changes: 4 additions & 0 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2981,6 +2981,10 @@
"name": "Library",
"terms": "book"
},
"amenity/love_hotel": {
"name": "Love Hotel",
"terms": ""
},
"amenity/marketplace": {
"name": "Marketplace",
"terms": ""
Expand Down

0 comments on commit 55545fe

Please sign in to comment.