mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
Reduced the maximum fields count before warning from 9 to 8 Updated some similar highway presets to use field inheritance Added additional fields to moreFields of various highway presets
9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"key": "oneway:bicycle",
|
|
"type": "check",
|
|
"label": "One Way (Bicycles)",
|
|
"prerequisiteTag": {
|
|
"key": "oneway"
|
|
}
|
|
}
|