Changes between Version 9 and Version 10 of Limites administratives Europe


Ignore:
Timestamp:
Jul 20, 2010 4:37:40 PM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Limites administratives Europe

    v9 v10  
    6868    join (SELECT ST_Union(f.the_geom) as singlegeom 
    6969        FROM europe.limiteeurope As f where gid='11'or gid='2'or gid='27' ) as sub 
    70     ON ST_Intersects(sub.singlegeom,r.the_geom); --170828 lignes   (avec st_contains 170703 lines) 
     70    ON ST_Intersects(sub.singlegeom,r.the_geom); 
    7171 
    72     UPDATE europe.wso set area='France' where area IS NULL --693 sea nodes 
     72    UPDATE europe.wso set area='France' where area IS NULL --680 sea nodes 
    7373 
    74 select * from ccm21.riversegments where wso_id in (select wso_id from europe.wso where area='France')--170703 lines 
     74select * from ccm21.riversegments where wso_id in (select wso_id from europe.wso where area='France')--170734 lines (with france.departement 170703 lines) 
    7575 
    7676CREATE INDEX europe_wso_id