Files
iD/data/presets/fields/network_bicycle.json
Minh Nguyễn b36ed08138 Combo network type field for bike/hike routes
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.
2016-07-27 03:03:20 -07:00

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"
}
}
}