Hi everyone When importing an ED50 (EPSG:4230) shapefile to Oracle Spatial 11g2,
ogr2ogr -a_srs EPSG:4230 -f OCI blabla a get an insufficient privileges error . however when specifying EPSG:4326 it works. Which is ironic, since the actual data _is_ 4230. SRID=4230 is , after all , present in the SDO_COORD_REF_SYS table as well as the GDAL_DATA files. Here is the WKT as reported by OGR : GEOGCS["GCS_European_1950", DATUM["European_Datum_1950", SPHEROID["International_1924",6378388.0,297.0]], PRIMEM["Greenwich",0.0], UNIT["Degree",0.0174532925199433]] This is easy to reproduce, simply download for example the "fields" dataset from the NPD : http://www.npd.no/engelsk/cwi/pbl/en/factmap/download/shapes_welcome.htm Cheers, Anders
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
