Add field for bridge:structure key that requires bridge not equal to no in order to appear

Update railway presets to use field inheritance
This commit is contained in:
Quincy Morgan
2019-02-11 15:19:45 -05:00
parent 19e262643d
commit 28a353f1fa
30 changed files with 71 additions and 57 deletions
+1
View File
@@ -42,6 +42,7 @@
"brand": {"key": "brand", "type": "text", "label": "Brand"},
"brewery": {"key": "brewery", "type": "semiCombo", "label": "Draft Beers"},
"bridge": {"key": "bridge", "type": "typeCombo", "label": "Type", "placeholder": "Default"},
"bridge/structure_line": {"key": "bridge:structure", "type": "combo", "label": "Bridge Structure", "prerequisiteTag": {"key": "bridge", "valueNot": "no"}},
"bridge/support": {"key": "bridge:support", "type": "combo", "label": "Type"},
"building_area": {"key": "building", "type": "combo", "default": "yes", "geometry": "area", "label": "Building"},
"building": {"key": "building", "type": "combo", "label": "Building"},