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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"key": "turning_circle",
"type": "combo",
"label": "Shape"
}

View file

@ -3,6 +3,9 @@
"geometry": [
"vertex"
],
"fields": [
"turning_circle"
],
"tags": {
"highway": "turning_circle"
},