Changes between Version 14 and Version 15 of PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools/document


Ignore:
Timestamp:
Jul 12, 2012, 10:56:07 PM (12 years ago)
Author:
qliu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools/document

    v14 v15  
    3838{{{
    3939#!c
    40 raster ST_Union(raster ST_AsRaster(source_geom, list of parameters for raster specifications))
     40raster ST_Union(raster ST_AsRaster(source_geom, list of parameters of raster specifications))
    4141}}}
    4242
     
    4444
    4545{{{
    46 #!
    47 sql
     46#!sql
    4847CREATE FUNCTION euclidean_fct(pos1 integer[], pos2 integer[])
    4948RETURNS float