diff --git a/src/pg/sql/19_contour.sql b/src/pg/sql/19_contour.sql index 5c2cfc2..18430c0 100644 --- a/src/pg/sql/19_contour.sql +++ b/src/pg/sql/19_contour.sql @@ -5,7 +5,7 @@ CREATE OR REPLACE FUNCTION CDB_Contour( IN intmethod integer, IN classmethod integer, IN steps integer, - IN max_time integer DEFAULT -90 + IN max_time integer DEFAULT 60000 ) RETURNS TABLE( the_geom geometry,