mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-04 16:53:52 +01:00
Make crossing=informal unsearchable
The `terms` are not used by iD but maybe other editors use them.
This commit is contained in:
parent
51a093dfeb
commit
9d1a46d241
1 changed files with 7 additions and 5 deletions
|
|
@ -7,16 +7,18 @@
|
|||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "informal"
|
||||
},
|
||||
"reference": {
|
||||
"key": "crossing",
|
||||
"value": "informal"
|
||||
},
|
||||
"terms": [
|
||||
"informal crosswalk",
|
||||
"informal foot path crossing",
|
||||
"informal pedestrian crossing"
|
||||
],
|
||||
"name": "Informal Crossing"
|
||||
"reference": {
|
||||
"key": "crossing",
|
||||
"value": "informal"
|
||||
},
|
||||
"name": "Informal Crossing",
|
||||
"searchable": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue