Changes between Version 25 and Version 26 of CookBook Postgis


Ignore:
Timestamp:
Feb 9, 2010 3:24:50 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook Postgis

    v25 v26  
    2929ALTER TABLE bdmap.station ADD CONSTRAINT geometry_valid_check CHECK (isvalid(the_geom));  
    3030}}} 
    31 To transform the coordinate towards the CCM 
     31To transform the coordinate towards the CCM[[CC]] 
     32To figure out the srid of a data go to the table geometry_column, there is on line per table 
    3233{{{  
    3334SELECT ST_Transform(the_geom,3035) FROM bdmap.station;