mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
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
10 lines
171 B
JSON
10 lines
171 B
JSON
{
|
|
"key": "frequency",
|
|
"type": "combo",
|
|
"label": "Operating Frequency",
|
|
"prerequisiteTag": {
|
|
"key": "electrified",
|
|
"valueNot": "no"
|
|
}
|
|
}
|