]> granicus.if.org Git - postgis/commitdiff
-Fix cut and paste error
authorPierre Racine <Pierre.Racine@sbf.ulaval.ca>
Mon, 21 Nov 2011 15:59:54 +0000 (15:59 +0000)
committerPierre Racine <Pierre.Racine@sbf.ulaval.ca>
Mon, 21 Nov 2011 15:59:54 +0000 (15:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8209 b70326c6-7e19-0410-871a-916f4a2858ee

raster/scripts/plpgsql/st_union.sql

index 431e8ba4e1a25814ef920d1679e4c813ea33be78..c1101563ace130e5e15f3cab56021c9d192246c4 100644 (file)
@@ -1,4 +1,4 @@
-----------------------------------------------------------------------
+----------------------------------------------------------------------
 --
 -- $Id$
 --
@@ -137,15 +137,15 @@ CREATE OR REPLACE FUNCTION MapAlgebra4Union(rast1 rastexpr,
                         rast2 raster, 
                         p_expression text, 
                         p_nodata1expr text, 
-                        p_nodata1expr text, 
+                        p_nodata2expr text, 
                         p_nodatanodataexpr text, 
                         t_expression text, 
                         t_nodata1expr text, 
-                        t_nodata1expr text, 
+                        t_nodata2expr text, 
                         t_nodatanodataexpr text, 
                         f_expression text,
                         f_nodata1expr text, 
-                        f_nodata1expr text, 
+                        f_nodata2expr text, 
                         f_nodatanodataexpr text)
     RETURNS rastexpr 
     AS $$
@@ -166,11 +166,11 @@ CREATE OR REPLACE FUNCTION MapAlgebra4Union(rast1 rastexpr,
                         rast2 raster, 
                         p_expression text, 
                         p_nodata1expr text, 
-                        p_nodata1expr text, 
+                        p_nodata2expr text, 
                         p_nodatanodataexpr text, 
                         t_expression text, 
                         t_nodata1expr text, 
-                        t_nodata1expr text, 
+                        t_nodata2expr text, 
                         t_nodatanodataexpr text)
     RETURNS rastexpr 
     AS $$
@@ -190,7 +190,7 @@ CREATE OR REPLACE FUNCTION MapAlgebra4Union(rast1 rastexpr,
                         rast2 raster, 
                         p_expression text, 
                         p_nodata1expr text, 
-                        p_nodata1expr text, 
+                        p_nodata2expr text, 
                         p_nodatanodataexpr text)
     RETURNS rastexpr 
     AS $$