mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 05:30:30 +02: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:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "turning_circle",
|
||||
"type": "combo",
|
||||
"label": "Shape"
|
||||
}
|
||||
@@ -3,6 +3,9 @@
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"turning_circle"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "turning_circle"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user