X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/dd06638dec944a38826ad8bef4b86c7d0c858c4a..195f9f5ef3f79ea4c77ee1226f8aa7e7e8f4a73f:/sql/functions/utils.sql diff --git a/sql/functions/utils.sql b/sql/functions/utils.sql index 0a49eef5..18d4211b 100644 --- a/sql/functions/utils.sql +++ b/sql/functions/utils.sql @@ -426,7 +426,7 @@ DECLARE geo RECORD; BEGIN -- 10000000000 is ~~ 1x1 degree - FOR geo IN select quad_split_geometry(geometry, 0.01, 20) as geom LOOP + FOR geo IN select quad_split_geometry(geometry, 0.25, 20) as geom LOOP RETURN NEXT geo.geom; END LOOP; RETURN;