]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/functions/partition-functions.sql
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / lib-sql / functions / partition-functions.sql
index ec762f4f7f60f5b5c755c2cf6b8f816f7742de2c..20ec3da6bb6853ec38c334ec483f784320e7dc0b 100644 (file)
@@ -17,7 +17,7 @@ CREATE TYPE nearfeaturecentr AS (
   centroid GEOMETRY
 );
 
--- feature intersects geoemtry
+-- feature intersects geometry
 -- for areas and linestrings they must touch at least along a line
 CREATE OR REPLACE FUNCTION is_relevant_geometry(de9im TEXT, geom_type TEXT)
 RETURNS BOOLEAN