mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
added highway=hitchhiking preset
This commit is contained in:
parent
2d53ca9b69
commit
5faf036d53
1 changed files with 18 additions and 0 deletions
18
data/presets/highway/hitchhiking.json
Normal file
18
data/presets/highway/hitchhiking.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"fields": [
|
||||
"bench",
|
||||
"bin"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "hitchhiking"
|
||||
},
|
||||
"terms": [
|
||||
"hitchhiking"
|
||||
],
|
||||
"name": "Designated Hitchhiking Place",
|
||||
"icon": "fas-sign-hanging"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue