Skip to content

Commit

Permalink
Add Informal Foot Path preset (#493)
Browse files Browse the repository at this point in the history
* Add Informal Foot Path preset

* Add informal to `moreFields` in Foot Path preset

* Make preset unsearchable
  • Loading branch information
arch0345 authored Jun 13, 2022
1 parent 61dae7d commit 6f3354a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/presets/highway/footway.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"moreFields": [
"covered_no",
"dog",
"informal",
"lit",
"maxweight_bridge",
"not/name",
Expand Down
34 changes: 34 additions & 0 deletions data/presets/highway/footway/_informal.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 6f3354a

Please sign in to comment.