mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 17:14:04 +02:00
Add architect field to moreFields of building presets
This commit is contained in:
@@ -187,6 +187,9 @@ en:
|
||||
animal_shelter:
|
||||
# animal_shelter=*
|
||||
label: For Animals
|
||||
architect:
|
||||
# architect=*
|
||||
label: Architect
|
||||
area/highway:
|
||||
# 'area:highway=*'
|
||||
label: Type
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
"animal_boarding": {"key": "animal_boarding", "type": "semiCombo", "label": "For Animals"},
|
||||
"animal_breeding": {"key": "animal_breeding", "type": "semiCombo", "label": "For Animals"},
|
||||
"animal_shelter": {"key": "animal_shelter", "type": "semiCombo", "label": "For Animals"},
|
||||
"architect": {"key": "architect", "type": "text", "label": "Architect"},
|
||||
"area/highway": {"key": "area:highway", "type": "typeCombo", "label": "Type"},
|
||||
"artist": {"key": "artist_name", "type": "text", "label": "Artist"},
|
||||
"artwork_type": {"key": "artwork_type", "type": "combo", "label": "Type"},
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "architect",
|
||||
"type": "text",
|
||||
"label": "Architect"
|
||||
}
|
||||
@@ -251,7 +251,7 @@
|
||||
"boundary/administrative": {"name": "Administrative Boundary", "geometry": ["line"], "tags": {"boundary": "administrative"}, "fields": ["name", "admin_level"]},
|
||||
"bridge/support": {"icon": "fas-archway", "fields": ["bridge/support"], "moreFields": ["material", "seamark/type"], "geometry": ["point", "vertex", "area"], "tags": {"bridge:support": "*"}, "name": "Bridge Support"},
|
||||
"bridge/support/pier": {"icon": "fas-archway", "fields": ["bridge/support"], "moreFields": ["material", "seamark/type"], "geometry": ["point", "vertex", "area"], "tags": {"bridge:support": "pier"}, "name": "Bridge Pier"},
|
||||
"building": {"icon": "maki-home", "fields": ["name", "building", "levels", "height", "address"], "moreFields": ["building/material", "smoking", "wheelchair"], "geometry": ["point", "area"], "tags": {"building": "*"}, "matchScore": 0.6, "terms": [], "name": "Building"},
|
||||
"building": {"icon": "maki-home", "fields": ["name", "building", "levels", "height", "address"], "moreFields": ["architect", "building/material", "smoking", "wheelchair"], "geometry": ["point", "area"], "tags": {"building": "*"}, "matchScore": 0.6, "terms": [], "name": "Building"},
|
||||
"building/bunker": {"geometry": ["area"], "tags": {"building": "bunker"}, "matchScore": 0.5, "name": "Bunker", "searchable": false},
|
||||
"building/entrance": {"icon": "maki-entrance-alt1", "fields": [], "moreFields": [], "geometry": ["vertex"], "tags": {"building": "entrance"}, "name": "Entrance/Exit", "searchable": false},
|
||||
"building/train_station": {"icon": "maki-building", "geometry": ["point", "vertex", "area"], "tags": {"building": "train_station"}, "matchScore": 0.5, "name": "Train Station", "searchable": false},
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"address"
|
||||
],
|
||||
"moreFields": [
|
||||
"architect",
|
||||
"building/material",
|
||||
"smoking",
|
||||
"wheelchair"
|
||||
|
||||
@@ -1093,6 +1093,7 @@
|
||||
{"key": "animal_boarding", "description": "🄵 For Animals"},
|
||||
{"key": "animal_breeding", "description": "🄵 For Animals"},
|
||||
{"key": "animal_shelter", "description": "🄵 For Animals"},
|
||||
{"key": "architect", "description": "🄵 Architect"},
|
||||
{"key": "artist_name", "description": "🄵 Artist"},
|
||||
{"key": "artwork_type", "description": "🄵 Type"},
|
||||
{"key": "atm", "description": "🄵 ATM"},
|
||||
|
||||
Reference in New Issue
Block a user