mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 21:17:55 +02:00
improve terms of crossing and traffic calming presets/fields (#508)
Squashed commit of the following: commit d49ade35743fe583a52f15ddd252787f9602784f Author: Minh Nguyễn <mxn@1ec5.org> Date: Wed Jun 22 01:58:14 2022 -0700 Added table terms to Raised field commit b29faf0575d60193516c3935d6aae53e8972ebfc Author: Minh Nguyễn <mxn@1ec5.org> Date: Wed Jun 22 01:48:00 2022 -0700 Renamed crossing=traffic_signals presets to correct name commit fe3caadc8e19be522dad2fec458b91c44d626fe7 Author: Minh Nguyễn <mxn@1ec5.org> Date: Wed Jun 22 01:37:45 2022 -0700 Removed table-related terms from crossing presets These terms only made sense for the raised crossing presets, which got merged with the unraised crossing presets.
This commit is contained in:
committed by
Martin Raifer
parent
3da4577448
commit
febe27d800
@@ -13,5 +13,11 @@
|
||||
"undefined": "No",
|
||||
"table": "Yes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"terms": [
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -23,11 +23,7 @@
|
||||
"terms": [
|
||||
"zebra crossing",
|
||||
"marked crossing",
|
||||
"crosswalk",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
"crosswalk"
|
||||
],
|
||||
"name": "Marked Crosswalk"
|
||||
}
|
||||
|
||||
@@ -23,11 +23,7 @@
|
||||
"terms": [
|
||||
"unmarked foot path crossing",
|
||||
"unmarked crosswalk",
|
||||
"unmarked pedestrian crossing",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
"unmarked pedestrian crossing"
|
||||
],
|
||||
"name": "Unmarked Crossing"
|
||||
}
|
||||
|
||||
@@ -28,11 +28,7 @@
|
||||
"marked crossing",
|
||||
"marked pedestrian crosswalk",
|
||||
"zebra crossing",
|
||||
"crosswalk",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
"crosswalk"
|
||||
],
|
||||
"name": "Marked Crosswalk"
|
||||
}
|
||||
|
||||
+1
-5
@@ -34,10 +34,6 @@
|
||||
"pedestrian traffic signals",
|
||||
"pedestrian crossing (lights)",
|
||||
"bicycle crossing (lights)",
|
||||
"crosswalk (lights)",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
"crosswalk (lights)"
|
||||
]
|
||||
}
|
||||
@@ -26,11 +26,7 @@
|
||||
"terms": [
|
||||
"unmarked foot path crossing",
|
||||
"unmarked crosswalk",
|
||||
"unmarked pedestrian crossing",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
"unmarked pedestrian crossing"
|
||||
],
|
||||
"name": "Unmarked Crossing"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user