Add turning_circle field (#562)

* Add `turning_circle` field

* rename field label to "Shape"

Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
archpdx
2022-08-07 04:34:48 -07:00
committed by GitHub
parent 66f7610982
commit e6c6e2fc98
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "turning_circle",
"type": "combo",
"label": "Shape"
}
+3
View File
@@ -3,6 +3,9 @@
"geometry": [
"vertex"
],
"fields": [
"turning_circle"
],
"tags": {
"highway": "turning_circle"
},