Files
iD/data/presets/fields/frequency_electrified.json
Quincy Morgan 2804ef35fe Added a warning and an error in build data for presets with "fields" counts over a given threshold (now 9 and 12)
Reduced all "fields" counts to nine or fewer by moving fields to "moreFields"
Moved maxheight, cycleway, and toll fields in highway presets from fields to moreFields
Added covered and maxspeed/advisory fields to moreFields of more highway presets
Added smoothness field to more path type presets
Updated highway/service presets to use field inheritance
Added variants of the voltage and frequency fields that require "electrified" not equal to "no" and added them to the relevant railway presets
2019-01-16 17:16:55 -05:00

10 lines
171 B
JSON

{
"key": "frequency",
"type": "combo",
"label": "Operating Frequency",
"prerequisiteTag": {
"key": "electrified",
"valueNot": "no"
}
}