Le mercredi 06 février 2013 00:05:35, Brett Walker a écrit : > Hi Richard, > > After further investigation I suspect that it is the configuration of my > Linux box. It reports that it is GPX enabled but after adding an XML > header (<?xml version="1.0" encoding="UTF-8"?>) to the file it reported > that it cannot find the expat library.
ok, this means that your GDAL build has not been configured with libexpat support. Check that the expat-dev or so package is installed and rebuilld GDAL. > This is more informative that the > error message I posted the other day. Are tests done on the reading of GPX > file without the XML header? The <?xml> stuff is not necessary in my testing for the OGR GPX driver to work. > -- > RICHARD Didier - Chef du pôle technique du Géoportail 2/4, avenue Pasteur - > 94165 Saint Mandé Cedex Tél : +33 (0) 1 43 98 83 23 > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
