mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
16 lines
290 B
JSON
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"
|
|
]
|
|
}
|