Changes between Version 10 and Version 11 of UsersWikiplpgsqlfunctionsDistance


Ignore:
Timestamp:
Oct 23, 2009, 8:14:04 PM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiplpgsqlfunctionsDistance

    v10 v11  
    77 -- Function: utmzone(geometry)
    88 -- DROP FUNCTION utmzone(geometry);
     9 -- Usage: SELECT ST_Transform(the_geom, utmzone(ST_Centroid(the_geom)) )
     10    FROM sometable;
    911
    1012 CREATE OR REPLACE FUNCTION utmzone(geometry)