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:
archpdx
2022-06-13 09:38:50 -07:00
committed by GitHub
parent 61dae7d518
commit 6f3354a9ba
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -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
}