Changes between Version 2 and Version 3 of Ireland geology
- Timestamp:
- Feb 14, 2012 8:29:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ireland geology
v2 v3 14 14 update ireland.ra set the_geom=st_transform(the_geom,3035);--26739 15 15 alter 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 17 update geometry_columns set srid=3035 where f_table_name='ra';--1 16 18 }}}