mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
golf cartpaths: add field to choose hw tag
and use highway=footway for walking paths
This commit is contained in:
parent
0f6bcd821f
commit
cee203bcf7
4 changed files with 32 additions and 3 deletions
12
data/fields/highway_cartpath.json
Normal file
12
data/fields/highway_cartpath.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "highway",
|
||||
"type": "typeCombo",
|
||||
"label": "Type of Path",
|
||||
"strings": {
|
||||
"options": {
|
||||
"path": "Cartpath",
|
||||
"service": "Service Road"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false
|
||||
}
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"icon": "temaki-golf_cart",
|
||||
"fields": [
|
||||
"name",
|
||||
"highway_cartpath",
|
||||
"{golf/path}",
|
||||
"maxspeed"
|
||||
],
|
||||
|
|
@ -13,7 +15,10 @@
|
|||
"addTags": {
|
||||
"golf": "cartpath",
|
||||
"highway": "path",
|
||||
"golf_cart": "designated"
|
||||
"golf_cart": "customers"
|
||||
},
|
||||
"terms": [
|
||||
"cartpath"
|
||||
],
|
||||
"name": "Golf Cartpath"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,8 +16,10 @@
|
|||
},
|
||||
"addTags": {
|
||||
"golf": "path",
|
||||
"highway": "path",
|
||||
"foot": "designated"
|
||||
"highway": "footway"
|
||||
},
|
||||
"terms": [
|
||||
"golf path"
|
||||
],
|
||||
"name": "Golf Walking Path"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue