From 2415dbf085f22d49eab3bb8df98e10206cb3d031 Mon Sep 17 00:00:00 2001 From: pesekon2 Date: Thu, 13 Feb 2025 07:49:30 +0100 Subject: [PATCH] 22: fix sentence syntax remove extra word --- tutorial/22-areas.osm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/22-areas.osm b/tutorial/22-areas.osm index 7f26ed9..603c76d 100644 --- a/tutorial/22-areas.osm +++ b/tutorial/22-areas.osm @@ -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.