Files
iD/data/presets/fields/destination_oneway.json
Quincy Morgan 6adc174ddf Changed the destination field to semiCombo type and made it require oneway=yes
Added fields for destination:ref, destination:symbol, and junction:ref that require oneway=yes
Updated trunk_link to inherit fields from motorway_link
Moved name and ref_road_number from fields to moreFields on link presets
Added destination and destination/ref to fields of link presets
Added destination/symbol and junction/ref to moreFields of link presets
Added toll to moreFields of highway/primary
2019-01-17 14:17:50 -05:00

10 lines
163 B
JSON

{
"key": "destination",
"type": "semiCombo",
"label": "Destinations",
"prerequisiteTag": {
"key": "oneway",
"value": "yes"
}
}