Changes between Version 2 and Version 3 of Ireland geology


Ignore:
Timestamp:
Feb 14, 2012 8:29:09 PM (13 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ireland geology

    v2 v3  
    1414update ireland.ra set the_geom=st_transform(the_geom,3035);--26739 
    1515alter table ireland.ra add constraint enforce_srid_the_geom CHECK (st_srid(the_geom) = 3035); 
     16-- need to update geometry_column before loading in Qgis, could have done that manually 
     17update geometry_columns set srid=3035 where f_table_name='ra';--1 
    1618}}}