mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
add apartment complex preset
This commit is contained in:
@@ -4347,6 +4347,11 @@ en:
|
||||
# landuse=residential
|
||||
name: Residential Area
|
||||
terms: '<translate with synonyms or related terms for ''Residential Area'', separated by commas>'
|
||||
landuse/residential/apartments:
|
||||
# residential=apartments
|
||||
name: Apartment Complex
|
||||
# 'terms: flat,residence,tenement'
|
||||
terms: '<translate with synonyms or related terms for ''Apartment Complex'', separated by commas>'
|
||||
landuse/retail:
|
||||
# landuse=retail
|
||||
name: Retail Area
|
||||
|
||||
@@ -513,6 +513,7 @@
|
||||
"landuse/recreation_ground": {"icon": "maki-pitch", "geometry": ["area"], "fields": ["name"], "tags": {"landuse": "recreation_ground"}, "terms": ["playing fields"], "name": "Recreation Ground"},
|
||||
"landuse/religious": {"icon": "maki-place-of-worship", "geometry": ["area"], "fields": ["name", "religion", "denomination"], "tags": {"landuse": "religious"}, "terms": [], "name": "Religious Area"},
|
||||
"landuse/residential": {"icon": "maki-building", "geometry": ["area"], "tags": {"landuse": "residential"}, "terms": [], "matchScore": 0.9, "name": "Residential Area"},
|
||||
"landuse/residential/apartments": {"icon": "maki-building", "fields": ["name", "operator", "address"], "geometry": ["point", "area"], "tags": {"residential": "apartments"}, "addTags": {"landuse": "residential", "residential": "apartments"}, "removeTags": {"landuse": "residential", "residential": "apartments"}, "reference": {"key": "residential", "value": "apartments"}, "terms": ["flat", "residence", "tenement"], "name": "Apartment Complex"},
|
||||
"landuse/retail": {"icon": "maki-commercial", "geometry": ["area"], "fields": ["name"], "tags": {"landuse": "retail"}, "matchScore": 0.9, "name": "Retail Area"},
|
||||
"landuse/vineyard": {"fields": ["name", "operator", "grape_variety"], "geometry": ["area"], "tags": {"landuse": "vineyard"}, "addTags": {"landuse": "vineyard", "crop": "grape"}, "removeTags": {"landuse": "vineyard", "crop": "grape", "grape_variety": "*"}, "terms": ["grape", "wine"], "name": "Vineyard"},
|
||||
"leisure": {"icon": "maki-pitch", "fields": ["name", "leisure"], "geometry": ["point", "vertex", "area"], "tags": {"leisure": "*"}, "name": "Leisure"},
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"icon": "maki-building",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"residential": "apartments"
|
||||
},
|
||||
"addTags": {
|
||||
"landuse": "residential",
|
||||
"residential": "apartments"
|
||||
},
|
||||
"removeTags": {
|
||||
"landuse": "residential",
|
||||
"residential": "apartments"
|
||||
},
|
||||
"reference": {
|
||||
"key": "residential",
|
||||
"value": "apartments"
|
||||
},
|
||||
"terms": [
|
||||
"flat",
|
||||
"residence",
|
||||
"tenement"
|
||||
],
|
||||
"name": "Apartment Complex"
|
||||
}
|
||||
@@ -3424,6 +3424,13 @@
|
||||
"object_types": ["area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "residential",
|
||||
"value": "apartments",
|
||||
"description": "🄿 Apartment Complex",
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/building-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "retail",
|
||||
|
||||
Vendored
+4
@@ -5248,6 +5248,10 @@
|
||||
"name": "Residential Area",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/residential/apartments": {
|
||||
"name": "Apartment Complex",
|
||||
"terms": "flat,residence,tenement"
|
||||
},
|
||||
"landuse/retail": {
|
||||
"name": "Retail Area",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user