Re: [gdal-dev] Unable to create OGRSpatialReference

2012-10-21 Thread jcurru
Frank, I've been working a little bit with your ideas. The target is to realize towgs84 parameters automatically. Of course it doesn't work many times because all the procedures I use fail and/or because my code is wrong. I don't know, but maybe you can find it useful. I use Embarcadero (former B

[gdal-dev] C#: Simple geometry loading

2012-10-21 Thread CABO
Hi! I have this very simple problem which I don't understand. I am loading a shape file (multipolygon) and copying the geometry into a new structure: OSGeo.OGR.Geometry geometries = new OSGeo.OGR.Geometry(OSGeo.OGR.wkbGeometryType.wkbMultiPolygon); OSGeo.OGR.DataSource