Re: [gdal-dev] Coordinate system transfromations in dxf driver

2016-03-22 Thread Pero Brbora
Are there other entites you identified to be incorrectly handled ? It depends which revision of dxf reference you read. If you're refering to R2000 (AutoCAD 2000 which ogr supports for writing) POINT and LINE entity can safely be removed from coordinate transformations. POINT: 100 Subclass

Re: [gdal-dev] Coordinate system transfromations in dxf driver

2016-03-22 Thread Even Rouault
Pero, > I started with trying to solve ticket 5705, incorect ellipse reading > when extrusion is [0,0,-1]. I've applied your patch in r33770 (with the addition of a test case that demonstrates it). Thanks > > As always the easiest solution was looked last, that is RTFM. If you > read dxf refer

[gdal-dev] Coordinate system transfromations in dxf driver

2016-03-22 Thread Pero Brbora
Hi all, I started with trying to solve ticket 5705, incorect ellipse reading when extrusion is [0,0,-1]. As always the easiest solution was looked last, that is RTFM. If you read dxf reference from autodesk you will see that everything is explained very well. Not all entities use OCS (ob

[gdal-dev] GSoC draft

2016-03-22 Thread Tanuj Kumar
Hello everyone, I have shared my draft on the GSoC website. I request the would be mentors to please have a look and suggest me any changes that they feel fit. Since it has not been shared using Google docs, any comments to the draft can be sent to me via mail. If the draft is inaccessible, please

Re: [gdal-dev] GSOC 2016

2016-03-22 Thread sarthak agarwal
Hello Dmitry, I have made all the necessary changes and now the code is working as expected ie If we provide no dbname, it will take the username by default. Here is the https://github.com/OSGeo/gdal/commit/417f4ed2642c56729f93fdb959e2bf1b9f1fdfb1 to the fix. Regards, Sarthak ​ On Tue, Mar 22,