mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-05 09:13:51 +01:00
Add unsearchable highway=path+path=crossing+crossing=informal
This commit is contained in:
parent
09cae467b9
commit
45023d0cb8
1 changed files with 24 additions and 0 deletions
24
data/presets/highway/path/crossing/_informal.json
Normal file
24
data/presets/highway/path/crossing/_informal.json
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue