Changes between Version 33 and Version 34 of CookBook join ROE_CCM


Ignore:
Timestamp:
Mar 23, 2010 9:43:18 AM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join ROE_CCM

    v33 v34  
    4848If you want you can choose a "XY Tolerance", because some points in the ROE are in France but they are at the limit. 
    4949(maybe 300meters?).[[BR]] 
     50{{{ 
     51INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, "type") 
     52SELECT '', 'france', 'departements', 'the_geom', ST_CoordDim(the_geom), ST_SRID(the_geom), GeometryType(the_geom) 
     53FROM france.departement LIMIT 1; 
     54}}} 
    5055 
    5156==== With QGis ====