Changes between Version 72 and Version 73 of CookBook join ROE_CCM


Ignore:
Timestamp:
May 4, 2010 11:01:54 AM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join ROE_CCM

    v72 v73  
    116116join (SELECT ST_Union(f.the_geom) as singlegeom 
    117117         FROM france.departement  As f) as sub 
    118 ON ST_DWithin(sub.singlegeom, o.ref_position_etrs89, 2000) --43909 --CEDRIC 47049 ? 
     118ON ST_DWithin(sub.singlegeom, o.ref_position_etrs89, 2000) (avec ancienne version --43909)? 
    119119}}} 
    120120