mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
add "Building" to name of building=apartments preset
This commit is contained in:
+2
-2
@@ -3179,8 +3179,8 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Building'', separated by commas>'
|
||||
building/apartments:
|
||||
# building=apartments
|
||||
name: Apartments
|
||||
terms: '<translate with synonyms or related terms for ''Apartments'', separated by commas>'
|
||||
name: Apartment Building
|
||||
terms: '<translate with synonyms or related terms for ''Apartment Building'', separated by commas>'
|
||||
building/barn:
|
||||
# building=barn
|
||||
name: Barn
|
||||
|
||||
@@ -254,7 +254,7 @@
|
||||
"building/bunker": {"fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "bunker"}, "matchScore": 0.5, "name": "Bunker", "searchable": false},
|
||||
"building/entrance": {"icon": "maki-entrance-alt1", "geometry": ["vertex"], "tags": {"building": "entrance"}, "name": "Entrance/Exit", "searchable": false},
|
||||
"building/train_station": {"icon": "maki-building", "fields": ["name", "address", "levels", "height"], "geometry": ["point", "vertex", "area"], "tags": {"building": "train_station"}, "matchScore": 0.5, "name": "Train Station", "searchable": false},
|
||||
"building/apartments": {"icon": "maki-building", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "apartments"}, "matchScore": 0.5, "name": "Apartments"},
|
||||
"building/apartments": {"icon": "maki-building", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "apartments"}, "matchScore": 0.5, "name": "Apartment Building"},
|
||||
"building/barn": {"icon": "maki-farm", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "barn"}, "matchScore": 0.5, "name": "Barn"},
|
||||
"building/boathouse": {"icon": "maki-harbor", "fields": ["name", "levels", "height", "address"], "geometry": ["area"], "tags": {"building": "boathouse"}, "matchScore": 0.5, "terms": [], "name": "Boathouse"},
|
||||
"building/bungalow": {"icon": "maki-home", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "bungalow"}, "terms": ["home", "detached"], "matchScore": 0.5, "name": "Bungalow"},
|
||||
|
||||
@@ -13,5 +13,5 @@
|
||||
"building": "apartments"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Apartments"
|
||||
"name": "Apartment Building"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1727,7 +1727,7 @@
|
||||
{
|
||||
"key": "building",
|
||||
"value": "apartments",
|
||||
"description": "🄿 Apartments",
|
||||
"description": "🄿 Apartment Building",
|
||||
"object_types": ["area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"
|
||||
},
|
||||
|
||||
Vendored
+1
-1
@@ -4213,7 +4213,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"building/apartments": {
|
||||
"name": "Apartments",
|
||||
"name": "Apartment Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/barn": {
|
||||
|
||||
Reference in New Issue
Block a user