From 139e86d414ce7b227ecb806862c0f45c1fd6b6bb Mon Sep 17 00:00:00 2001 From: abelvm Date: Fri, 2 Sep 2016 14:43:48 +0200 Subject: [PATCH] back to the original signature --- src/pg/sql/19_contour.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,