Add Junction combo field to road presets (close #1264)

This commit is contained in:
Quincy Morgan
2019-02-18 14:31:39 -05:00
parent b483832a80
commit 64a67c0fb6
13 changed files with 50 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"key": "junction",
"type": "combo",
"label": "Junction",
"strings": {
"options": {
"roundabout": "Roundabout",
"circular": "Traffic Circle",
"jughandle": "Jughandle"
}
}
}