mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-31 20:21:34 +02:00
Add Runaway Truck Ramp preset (#580)
* Add Runaway Truck Ramp preset * sort terms alphabetically * Remove `escape:type` field for now Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "fas-truck-fast",
|
||||
"fields": [
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"escape lane",
|
||||
"emergency escape ramp",
|
||||
"runaway truck lane",
|
||||
"truck arrester bed"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "escape"
|
||||
},
|
||||
"name": "Runaway Truck Ramp"
|
||||
}
|
||||
Reference in New Issue
Block a user