Added field for ruins=*

This commit is contained in:
hikemaniac
2020-04-10 22:14:04 +02:00
parent 0ee6a035c3
commit 80f6cc0500
7 changed files with 16 additions and 2 deletions
+3
View File
@@ -2020,6 +2020,9 @@ en:
route_master:
# route_master=*
label: Type
ruins:
# ruins=*
label: Type
rwn_ref:
# rwn_ref=*
label: Walking Code
+1
View File
@@ -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"]},
+5
View File
@@ -0,0 +1,5 @@
{
"key": "ruins",
"type": "combo",
"label": "Type"
}
+1 -1
View File
@@ -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 -1
View File
@@ -2,6 +2,7 @@
"icon": "temaki-ruins",
"fields": [
"name",
"ruins",
"historic/civilization",
"inscription",
"access_simple"
@@ -15,4 +16,4 @@
"historic": "ruins"
},
"name": "Ruins"
}
}
+1
View File
@@ -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"},
+3
View File
@@ -4321,6 +4321,9 @@
"route": {
"label": "Type"
},
"ruins": {
"label": "Type"
},
"rwn_ref": {
"label": "Walking Code"
},