Changes between Version 23 and Version 24 of Ecological region Download and load
- Timestamp:
- Jul 19, 2010 10:33:25 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ecological region Download and load
v23 v24 52 52 {{{ 53 53 #!sql 54 --- In sql editor 54 55 INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, "type") 55 56 SELECT '', 'dmeer2003', 'ecologicalregion_arc', 'the_geom', ST_CoordDim(the_geom), ST_SRID(the_geom), GeometryType(the_geom)