mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add search terms to more presets
This commit is contained in:
parent
679616c451
commit
f07914f5a1
63 changed files with 304 additions and 64 deletions
|
|
@ -22,6 +22,9 @@
|
|||
"access": "no",
|
||||
"bus": "designated"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"busway",
|
||||
"bus track"
|
||||
],
|
||||
"name": "Bus Guideway"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,5 @@
|
|||
"key": "crossing",
|
||||
"value": "unmarked"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Unmarked Crossing"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,12 @@
|
|||
"tags": {
|
||||
"highway": "speed_camera"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"maxspeed camera",
|
||||
"photo radar",
|
||||
"speed limit camera",
|
||||
"speed trap",
|
||||
"traffic enforcement camera"
|
||||
],
|
||||
"name": "Speed Camera"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue