Skip to content
Open
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
2 changes: 1 addition & 1 deletion tutorial/22-areas.osm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ way(area);
```

The `area` filter restricts the ways (or nodes, or relations) we're interested in
to just those that within an area we've already found. This type of spatial query
to just those within the area we've already found. This type of spatial query
isn't normally available for ways and relations. I presume this is to limit the amount
of indexing required to support this type of query.

Expand Down