[gdal-dev] GSoC weekly report 11. GDAL Networking

2014-08-01 Thread Mikhail Gusev
Hello everyone. As at this week I've implemented a support of network's business logic (my blog post: http://gsoc2014gnm.blogspot.ru/2014/08/week-11-networks-business-logic.html) I'm very close to finish implementing GNM according to my plan. All that I need to complete in order to finish my projec

[gdal-dev] SetSpatialFilter

2014-08-01 Thread tunca tunc
Hi, I"m totally new to GDAL, sorry if this is a obvious thing for you. Trying to filter features in the area with following code snippet. However poLayer->GetNextFeature() always returns null on my windows 8. OGRPolygon* polygon = new OGRPolygon(); >OGRLinearRing* ring = new OGRLinearRin

Re: [gdal-dev] styles .ofs and OGR_STBL_GetNextStyle()

2014-08-01 Thread Chaitanya kumar CH
Nik, This is a good idea. The doc you specified needs a correction. The version string and style field lines are supposed to be commented out with a #. The OGRStyleTable class has methods to save and load style tables. They assume neither empty lines nor comments. There is one method to Print tha

Re: [gdal-dev] OGR: memory leak in OCI driver

2014-08-01 Thread SIMON Nicolas
Hi list, We tested the suggestion of Ivan and it's better. Fortunately, my problem to create ticket was solved The ticket is http://trac.osgeo.org/gdal/ticket/5599 with a patch file. Best regards Nicolas De : Ivan Lucena [mailto:lucena_i...@hotmail.com] Envoyé :

[gdal-dev] OCI driver: Date field creation improvement

2014-08-01 Thread SIMON Nicolas
Hi list, Can someone could review and commit my patch ? http://trac.osgeo.org/gdal/ticket/5600 Thanks Nicolas ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] python scripts - create layer problem

2014-08-01 Thread Martin Landa
Hi Even, 2014-07-11 11:33 GMT+02:00 Even Rouault : > If you see the CREATE TABLE in the debug log, and it is not created, then it > is > really weird. Perhaps check the potential surrounding BEGIN/COMMIT/ROLLBACK > just > in case. Might it not be an issue with your PostgreSQL instance ? I trie