Skip to content

Commit

Permalink
add Footway Area area:highway label (#329)
Browse files Browse the repository at this point in the history
* add Footway Area area:highway label

fixes #131

* Remove what is not needed

Co-authored-by: Martin Raifer <martin@raifer.tech>

Co-authored-by: Martin Raifer <martin@raifer.tech>
  • Loading branch information
matkoniecz and tyrasd authored Jan 6, 2022
1 parent 7a2c5fb commit 94b44a8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/presets/area/footway.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"fields": [
"surface"
],
"geometry": [
"area"
],
"terms": [
"area:highway",
"edge of pavement",
"footway area",
"footway shape",
"pavement",
"sidewalk shape",
"sidewalk area"
],
"tags": {
"area:highway": "footway"
},
"name": "Footway Area"
}

0 comments on commit 94b44a8

Please sign in to comment.