back to the original signature

This commit is contained in:
abelvm
2016-09-02 14:43:48 +02:00
parent b8ce37eb60
commit 139e86d414

View File

@@ -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,