]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/partition-functions.src.sql
replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint (DB adaption needed)
[nominatim.git] / sql / partition-functions.src.sql
index d9da9b4258b803db620cca07106cb682eec35ecc..235e21a216088d4a06951279ad460277e03ca3df 100644 (file)
@@ -327,9 +327,9 @@ BEGIN
     RETURN;
   END IF;
 
-  p1 := ST_Line_Interpolate_Point(line,0);
-  p2 := ST_Line_Interpolate_Point(line,0.5);
-  p3 := ST_Line_Interpolate_Point(line,1);
+  p1 := ST_LineInterpolatePoint(line,0);
+  p2 := ST_LineInterpolatePoint(line,0.5);
+  p3 := ST_LineInterpolatePoint(line,1);
 
 -- start
   IF in_partition = -partition- THEN