mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-21 07:46:49 +02:00
add direction field to highway=emergency_bay preset (closes #942) and allow mapping as lines
see https://wiki.openstreetmap.org/w/index.php?title=Tag:highway%3Demergency_bay&oldid=2434234
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"icon": "maki-car",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "emergency_bay"
|
||||
},
|
||||
"fields": [
|
||||
"direction_vertex_dual"
|
||||
],
|
||||
"terms": [
|
||||
"Highway Emergency Bay"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user