Files
iD/data/presets/fields/traffic_sign/direction.json
T
2020-09-16 09:13:32 -04:00

16 lines
290 B
JSON

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