mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -2421,6 +2421,10 @@
|
||||
"key": "tourism",
|
||||
"value": "alpine_hut"
|
||||
},
|
||||
{
|
||||
"key": "tourism",
|
||||
"value": "apartment"
|
||||
},
|
||||
{
|
||||
"key": "tourism",
|
||||
"value": "artwork"
|
||||
|
||||
Vendored
+4
@@ -4053,6 +4053,10 @@
|
||||
"name": "Alpine Hut",
|
||||
"terms": ""
|
||||
},
|
||||
"tourism/apartment": {
|
||||
"name": "Guest Apartment / Condo",
|
||||
"terms": ""
|
||||
},
|
||||
"tourism/artwork": {
|
||||
"name": "Artwork",
|
||||
"terms": "mural,sculpture,statue"
|
||||
|
||||
Reference in New Issue
Block a user