Files
iD/data/presets/fields/traffic_sign/direction.json
Quincy Morgan 73c471c612 Adds the traffic_sign/direction field
Replaces the direction_vertex field in the vertex Traffic Sign presets with the traffic_sign/direction field
2018-09-27 17:08:31 -07:00

13 lines
239 B
JSON

{
"key": "traffic_sign:direction",
"type": "combo",
"label": "Direction",
"strings": {
"options": {
"forward": "Forward",
"backward": "Backward",
"both": "Both / All"
}
}
}