mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 00:29:40 +02:00
Add Informal Foot Path preset (#493)
* Add Informal Foot Path preset * Add informal to `moreFields` in Foot Path preset * Make preset unsearchable
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"moreFields": [
|
||||
"covered_no",
|
||||
"dog",
|
||||
"informal",
|
||||
"lit",
|
||||
"maxweight_bridge",
|
||||
"not/name",
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "fas-shoe-prints",
|
||||
"fields": [
|
||||
"surface",
|
||||
"width",
|
||||
"access",
|
||||
"trail_visibility",
|
||||
"smoothness",
|
||||
"incline"
|
||||
],
|
||||
"moreFields": [
|
||||
"covered_no",
|
||||
"dog",
|
||||
"informal",
|
||||
"lit",
|
||||
"maxweight_bridge",
|
||||
"sac_scale",
|
||||
"stroller",
|
||||
"structure",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "footway",
|
||||
"informal": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "informal"
|
||||
},
|
||||
"name": "Informal Foot Path",
|
||||
"searchable": false
|
||||
}
|
||||
Reference in New Issue
Block a user