mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Added field for ruins=*
This commit is contained in:
@@ -2020,6 +2020,9 @@ en:
|
||||
route_master:
|
||||
# route_master=*
|
||||
label: Type
|
||||
ruins:
|
||||
# ruins=*
|
||||
label: Type
|
||||
rwn_ref:
|
||||
# rwn_ref=*
|
||||
label: Walking Code
|
||||
|
||||
@@ -358,6 +358,7 @@
|
||||
"rooms": {"key": "rooms", "type": "number", "minValue": 0, "label": "Rooms"},
|
||||
"route_master": {"key": "route_master", "type": "combo", "label": "Type"},
|
||||
"route": {"key": "route", "type": "combo", "label": "Type"},
|
||||
"ruins": {"key": "ruins", "type": "combo", "label": "Type"},
|
||||
"rwn_ref": {"key": "rwn_ref", "type": "text", "label": "Walking Code"},
|
||||
"sac_scale": {"key": "sac_scale", "type": "combo", "label": "Hiking Difficulty", "placeholder": "Mountain Hiking, Alpine Hiking...", "strings": {"options": {"hiking": "T1: Hiking", "mountain_hiking": "T2: Mountain Hiking", "demanding_mountain_hiking": "T3: Demanding Mountain Hiking", "alpine_hiking": "T4: Alpine Hiking", "demanding_alpine_hiking": "T5: Demanding Alpine Hiking", "difficult_alpine_hiking": "T6: Difficult Alpine Hiking"}}},
|
||||
"salt": {"key": "salt", "type": "check", "label": "Salt", "terms": ["saline", "salinated"]},
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "ruins",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -586,7 +586,7 @@
|
||||
"historic/memorial/plaque": {"icon": "temaki-plaque", "fields": ["{historic/memorial}", "direction"], "geometry": ["point", "vertex"], "terms": ["dedicatory", "epitaph", "historical marker", "remember", "remembrance", "memory"], "tags": {"historic": "memorial", "memorial": "plaque"}, "reference": {"key": "memorial", "value": "plaque"}, "name": "Commemorative Plaque"},
|
||||
"historic/monument": {"icon": "maki-monument", "fields": ["name", "inscription", "access_simple"], "moreFields": ["{historic}", "material"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "monument"}, "name": "Monument"},
|
||||
"historic/pillory": {"icon": "maki-monument", "fields": ["name", "building_area", "access_simple", "start_date"], "geometry": ["point", "area"], "tags": {"historic": "pillory"}, "terms": ["attraction"], "name": "Historic Pillory"},
|
||||
"historic/ruins": {"icon": "temaki-ruins", "fields": ["name", "historic/civilization", "inscription", "access_simple"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "ruins"}, "name": "Ruins"},
|
||||
"historic/ruins": {"icon": "temaki-ruins", "fields": ["name", "ruins", "historic/civilization", "inscription", "access_simple"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "ruins"}, "name": "Ruins"},
|
||||
"historic/tomb": {"icon": "maki-cemetery", "fields": ["name", "tomb", "building_area", "inscription", "access_simple"], "geometry": ["point", "area"], "tags": {"historic": "tomb"}, "name": "Tomb"},
|
||||
"historic/wayside_cross": {"icon": "maki-religious-christian", "fields": ["name", "inscription"], "moreFields": ["{historic}", "material"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_cross"}, "name": "Wayside Cross"},
|
||||
"historic/wayside_shrine": {"icon": "maki-landmark", "fields": ["name", "religion", "denomination", "inscription", "access_simple"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_shrine"}, "name": "Wayside Shrine"},
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "temaki-ruins",
|
||||
"fields": [
|
||||
"name",
|
||||
"ruins",
|
||||
"historic/civilization",
|
||||
"inscription",
|
||||
"access_simple"
|
||||
@@ -15,4 +16,4 @@
|
||||
"historic": "ruins"
|
||||
},
|
||||
"name": "Ruins"
|
||||
}
|
||||
}
|
||||
@@ -1761,6 +1761,7 @@
|
||||
{"key": "rooms", "description": "🄵 Rooms"},
|
||||
{"key": "route_master", "description": "🄵 Type"},
|
||||
{"key": "route", "description": "🄵 Type"},
|
||||
{"key": "ruins", "description": "🄵 Type"},
|
||||
{"key": "rwn_ref", "description": "🄵 Walking Code"},
|
||||
{"key": "sac_scale", "value": "hiking", "description": "🄵 Hiking Difficulty"},
|
||||
{"key": "sac_scale", "value": "mountain_hiking", "description": "🄵 Hiking Difficulty"},
|
||||
|
||||
Vendored
+3
@@ -4321,6 +4321,9 @@
|
||||
"route": {
|
||||
"label": "Type"
|
||||
},
|
||||
"ruins": {
|
||||
"label": "Type"
|
||||
},
|
||||
"rwn_ref": {
|
||||
"label": "Walking Code"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user