Add unsearchable highway=path+path=crossing+crossing=informal

This commit is contained in:
Tobias 2025-04-20 18:37:24 +02:00 committed by GitHub
parent 09cae467b9
commit 45023d0cb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,24 @@
{
"icon": "temaki-pedestrian",
"fields": [
"crossing",
"surface"
],
"moreFields": [
"{@templates/crossing/geometry_way_more}"
],
"geometry": [
"line"
],
"tags": {
"highway": "path",
"path": "crossing",
"crossing": "informal"
},
"reference": {
"key": "crossing",
"value": "informal"
},
"name": "{highway/crossing/informal}",
"searchable": false
}