mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-05 01:03:53 +01:00
Add unsearchable highway=footway+footway=crossing+crossing=informal
This commit is contained in:
parent
20210e09b9
commit
09cae467b9
1 changed files with 24 additions and 0 deletions
24
data/presets/highway/footway/crossing/_informal.json
Normal file
24
data/presets/highway/footway/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": "footway",
|
||||
"footway": "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