mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
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
10 lines
162 B
JSON
10 lines
162 B
JSON
{
|
|
"key": "junction:ref",
|
|
"type": "text",
|
|
"label": "Junction Number",
|
|
"prerequisiteTag": {
|
|
"key": "oneway",
|
|
"value": "yes"
|
|
}
|
|
}
|