Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the way, this preset will already be searchable by “footway” regardless of language, because iD will match tag values: openstreetmap/iD#8869 (comment). If matching keys is also desired, maybe that should be a more general, non-preset-specific feature on the iD side, so other consumers like Overpass turbo can decide not to match keys if it doesn’t make sense for their use case.

"edge of pavement",
"footway area",
"footway shape",
"pavement",
"sidewalk shape",
"sidewalk area"
],
"tags": {
"area:highway": "footway"
},
"name": "Footway Area"
}