mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
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:
parent
66f7610982
commit
e6c6e2fc98
2 changed files with 8 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"turning_circle"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "turning_circle"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue