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:
Martin Raifer
2023-07-04 16:25:16 +02:00
parent 31c86a618b
commit 22b1fbb2ac
+5 -1
View File
@@ -1,11 +1,15 @@
{
"icon": "maki-car",
"geometry": [
"vertex"
"vertex",
"line"
],
"tags": {
"highway": "emergency_bay"
},
"fields": [
"direction_vertex_dual"
],
"terms": [
"Highway Emergency Bay"
],