mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Update field definition
This commit is contained in:
parent
5725434959
commit
9b549c3045
2 changed files with 10 additions and 4 deletions
5
data/fields/oneway/mtb.json
Normal file
5
data/fields/oneway/mtb.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "oneway:mtb",
|
||||
"type": "check",
|
||||
"label": "One Way (Mountain Bike)"
|
||||
}
|
||||
|
|
@ -4,10 +4,7 @@
|
|||
},
|
||||
"icon": "temaki-pedestrian_and_cyclist",
|
||||
"fields": [
|
||||
"mtb:name",
|
||||
"mtb:name:he",
|
||||
"oneway:mtb",
|
||||
"mtb:scale",
|
||||
"mtb/name",
|
||||
"segregated",
|
||||
"name",
|
||||
"oneway",
|
||||
|
|
@ -18,6 +15,10 @@
|
|||
"access",
|
||||
"incline"
|
||||
],
|
||||
"moreFields": [
|
||||
"mtb/scale",
|
||||
"sac_scale"
|
||||
],
|
||||
"geometry": ["line"],
|
||||
"tags": {
|
||||
"highway": "path"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue