mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 01:02:47 +00:00
golf cartpaths: add field to choose hw tag
and use highway=footway for walking paths
This commit is contained in:
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"
|
||||
}
|
||||
|
||||
@@ -1351,6 +1351,14 @@ en:
|
||||
highway:
|
||||
# highway=*
|
||||
label: Type
|
||||
highway_cartpath:
|
||||
# highway=*
|
||||
label: Type of Path
|
||||
options:
|
||||
# highway=path
|
||||
path: Cartpath
|
||||
# highway=service
|
||||
service: Service Road
|
||||
historic:
|
||||
# historic=*
|
||||
label: Type
|
||||
@@ -5759,6 +5767,7 @@ en:
|
||||
golf/cartpath:
|
||||
# golf=cartpath | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Golf Cartpath
|
||||
# 'terms: cartpath'
|
||||
terms: <translate with synonyms or related terms for 'Golf Cartpath', separated by commas>
|
||||
golf/clubhouse:
|
||||
# golf=clubhouse | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
@@ -5789,6 +5798,7 @@ en:
|
||||
golf/path:
|
||||
# golf=path | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Golf Walking Path
|
||||
# 'terms: golf path'
|
||||
terms: <translate with synonyms or related terms for 'Golf Walking Path', separated by commas>
|
||||
golf/rough:
|
||||
# golf=rough | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
|
||||
Reference in New Issue
Block a user