| 9 | |
| 10 | It has been necessary to reproject some of the layers |
| 11 | {{{#!sql |
| 12 | SELECT UpdateGeometrySRID('sudoang','catalonia_obstruction','geom', 25831); |
| 13 | 36 SELECT UpdateGeometrySRID('sudoang','minho_obstruction','geom', 25829); |
| 14 | SELECT UpdateGeometrySRID('sudoang','spain_obstruction_hpp','geom', 4326); |
| 15 | SELECT UpdateGeometrySRID('sudoang','catalonia_obstruction_dams','geom', 25831); |
| 16 | SELECT UpdateGeometrySRID('sudoang','galicia_obstruction','geom', 3041); |
| 17 | }}} |
| 18 | [[Image(source:eda/data/Docs/trac/sudoang/dam01.png, 400px)]] |
| 19 | |
| 20 | == Create the dbeel database == |
| 21 | |
| 22 | The script is there : source:eda/EDAcommun/sql/sudoang/dbeel_sudoang_obstruction.sql [[BR]] |