Make crossing=informal unsearchable

The `terms` are not used by iD but maybe other editors use them.
This commit is contained in:
Tobias 2025-04-20 18:09:56 +02:00 committed by GitHub
parent 51a093dfeb
commit 9d1a46d241
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}