Add Guest Apartment / Condo preset

(closes #3548)
This commit is contained in:
Bryan Housel
2016-11-05 10:25:41 -04:00
parent 39e49b7893
commit b52306b62f
6 changed files with 53 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
* iD requires Node v4 or higher, but does not require `make` anymore
* Update install instructions and prerequisites (#3466, thanks @tyrasd)
* Many preset improvements:
* Add Guest Apartment / Condo preset (#3548)
* Add Waste Transfer preset (#3387)
* Add Billboard preset (#3386)
* Improve traffic calming presets (#3218)
+4
View File
@@ -3815,6 +3815,10 @@ en:
# tourism=alpine_hut
name: Alpine Hut
terms: '<translate with synonyms or related terms for ''Alpine Hut'', separated by commas>'
tourism/apartment:
# tourism=apartment
name: Guest Apartment / Condo
terms: '<translate with synonyms or related terms for ''Guest Apartment / Condo'', separated by commas>'
tourism/artwork:
# tourism=artwork
name: Artwork
+20
View File
@@ -10629,6 +10629,26 @@
},
"name": "Alpine Hut"
},
"tourism/apartment": {
"icon": "lodging",
"fields": [
"operator",
"address",
"building_area",
"smoking",
"rooms",
"internet_access",
"internet_access/fee"
],
"geometry": [
"point",
"area"
],
"tags": {
"tourism": "apartment"
},
"name": "Guest Apartment / Condo"
},
"tourism/artwork": {
"icon": "art-gallery",
"fields": [
@@ -0,0 +1,20 @@
{
"icon": "lodging",
"fields": [
"operator",
"address",
"building_area",
"smoking",
"rooms",
"internet_access",
"internet_access/fee"
],
"geometry": [
"point",
"area"
],
"tags": {
"tourism": "apartment"
},
"name": "Guest Apartment / Condo"
}
+4
View File
@@ -2421,6 +2421,10 @@
"key": "tourism",
"value": "alpine_hut"
},
{
"key": "tourism",
"value": "apartment"
},
{
"key": "tourism",
"value": "artwork"
+4
View File
@@ -4053,6 +4053,10 @@
"name": "Alpine Hut",
"terms": ""
},
"tourism/apartment": {
"name": "Guest Apartment / Condo",
"terms": ""
},
"tourism/artwork": {
"name": "Artwork",
"terms": "mural,sculpture,statue"