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
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
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
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é :
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
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