mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Replaced the generic network field (network) with a specialized network type field (network) in the bicycle, foot, and hiking route relation presets. Added a network (cycle_network) field to the bicycle route relation preset.
14 lines
317 B
JSON
14 lines
317 B
JSON
{
|
|
"key": "network",
|
|
"type": "combo",
|
|
"label": "Network Type",
|
|
"placeholder": "Local, Regional, National, International",
|
|
"strings": {
|
|
"options": {
|
|
"lcn": "Local",
|
|
"rcn": "Regional",
|
|
"ncn": "National",
|
|
"icn": "International"
|
|
}
|
|
}
|
|
} |