mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Rename Construction preset to Construction Area and add terms (close #6957)
This commit is contained in:
+3
-2
@@ -5190,8 +5190,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Commercial Area'', separated by commas>'
|
||||
landuse/construction:
|
||||
# landuse=construction
|
||||
name: Construction
|
||||
terms: '<translate with synonyms or related terms for ''Construction'', separated by commas>'
|
||||
name: Construction Area
|
||||
# 'terms: building,bulldozer,construction site,construction zone,crane,demolition,development,infrastructure'
|
||||
terms: '<translate with synonyms or related terms for ''Construction Area'', separated by commas>'
|
||||
landuse/farm:
|
||||
# landuse=farm
|
||||
name: Farmland
|
||||
|
||||
@@ -589,7 +589,7 @@
|
||||
"landuse/cemetery": {"icon": "maki-cemetery", "fields": ["name", "religion", "denomination"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["area"], "tags": {"landuse": "cemetery"}, "terms": [], "name": "Cemetery"},
|
||||
"landuse/churchyard": {"icon": "maki-religious-christian", "fields": ["name", "religion", "denomination"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["area"], "tags": {"landuse": "churchyard"}, "terms": [], "name": "Churchyard"},
|
||||
"landuse/commercial": {"icon": "maki-suitcase", "fields": ["name"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["area"], "tags": {"landuse": "commercial"}, "terms": [], "matchScore": 0.9, "name": "Commercial Area"},
|
||||
"landuse/construction": {"icon": "temaki-bulldozer", "fields": ["name", "construction", "operator", "opening_date", "check_date", "note"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["area"], "tags": {"landuse": "construction"}, "terms": [], "name": "Construction"},
|
||||
"landuse/construction": {"icon": "temaki-bulldozer", "fields": ["name", "construction", "operator", "opening_date", "check_date", "note"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["area"], "tags": {"landuse": "construction"}, "terms": ["building", "bulldozer", "construction site", "construction zone", "crane", "demolition", "development", "infrastructure"], "name": "Construction Area"},
|
||||
"landuse/farmland": {"icon": "fas-tractor", "fields": ["name", "operator", "crop", "produce"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["area"], "tags": {"landuse": "farmland"}, "terms": ["crop", "grow", "plant"], "name": "Farmland"},
|
||||
"landuse/farmyard": {"icon": "maki-farm", "fields": ["name", "operator", "crop"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["area"], "tags": {"landuse": "farmyard"}, "terms": ["crop", "grow", "plant"], "name": "Farmyard"},
|
||||
"landuse/flowerbed": {"icon": "maki-garden", "fields": ["operator"], "moreFields": ["address", "name"], "geometry": ["area"], "tags": {"landuse": "flowerbed"}, "terms": ["floral garden", "flower garden"], "name": "Flowerbed"},
|
||||
|
||||
@@ -21,6 +21,15 @@
|
||||
"tags": {
|
||||
"landuse": "construction"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Construction"
|
||||
"terms": [
|
||||
"building",
|
||||
"bulldozer",
|
||||
"construction site",
|
||||
"construction zone",
|
||||
"crane",
|
||||
"demolition",
|
||||
"development",
|
||||
"infrastructure"
|
||||
],
|
||||
"name": "Construction Area"
|
||||
}
|
||||
|
||||
+1
-1
@@ -571,7 +571,7 @@
|
||||
{"key": "landuse", "value": "cemetery", "description": "🄿 Cemetery", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/cemetery-15.svg"},
|
||||
{"key": "landuse", "value": "churchyard", "description": "🄿 Churchyard", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/religious-christian-15.svg"},
|
||||
{"key": "landuse", "value": "commercial", "description": "🄿 Commercial Area", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/suitcase-15.svg"},
|
||||
{"key": "landuse", "value": "construction", "description": "🄿 Construction", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/bulldozer.svg"},
|
||||
{"key": "landuse", "value": "construction", "description": "🄿 Construction Area", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/bulldozer.svg"},
|
||||
{"key": "landuse", "value": "farmland", "description": "🄿 Farmland", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-tractor.svg"},
|
||||
{"key": "landuse", "value": "farmyard", "description": "🄿 Farmyard", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/farm-15.svg"},
|
||||
{"key": "landuse", "value": "flowerbed", "description": "🄿 Flowerbed", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/garden-15.svg"},
|
||||
|
||||
Vendored
+2
-2
@@ -7292,8 +7292,8 @@
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/construction": {
|
||||
"name": "Construction",
|
||||
"terms": ""
|
||||
"name": "Construction Area",
|
||||
"terms": "building,bulldozer,construction site,construction zone,crane,demolition,development,infrastructure"
|
||||
},
|
||||
"landuse/farmland": {
|
||||
"name": "Farmland",
|
||||
|
||||
Reference in New Issue
Block a user