On 10/08/07, Andrew Larcombe <[EMAIL PROTECTED]> wrote: > > On 10 Aug 2007, at 21:05, Mateusz Loskot wrote: > > > Andrew Larcombe wrote: > >> Although it's not on the list of supported formats, I *swear* ogr > >> does wkt/wkb. > >> > >> gdal.org/ogr > > > > Yes, it does, but OGR is written in C++ and requires C++ compiler. > > > > Sorry, my bad. Mateusz is right - it has a C API built over the C++ > code. :( >
Just to keep this thread going. I've written WKT parser a couple year ago in *C++* using boost::spirit - really fast. A. > > --- > Andrew Larcombe > Freelance Geospatial, Database & Web Programming > > web: http://www.andrewlarcombe.co.uk > email: [EMAIL PROTECTED] > icq: 306690163 > > > > > _______________________________________________ > Geowanking mailing list > [email protected] > http://lists.burri.to/mailman/listinfo/geowanking > _______________________________________________ Geowanking mailing list [email protected] http://lists.burri.to/mailman/listinfo/geowanking
