Re: [gdal-dev] Fwd: ogr2ogr. SQL seems to disable use_gpx_extensions

2014-09-12 Thread Even Rouault
Le vendredi 12 septembre 2014 20:35:34, Pedro Machado Monteiro a écrit : > Thank you very much, Even. > > By the way, unlike the alias for the tag <*cmt*>, the alias for the tag < > *desc*> gave me a syntax error in the SQL: Yes, DESC is a SQL reserved keyword to ask for descending sorting order.

Re: [gdal-dev] Fwd: ogr2ogr. SQL seems to disable use_gpx_extensions

2014-09-12 Thread Pedro Machado Monteiro
Thank you very much, Even. By the way, unlike the alias for the tag <*cmt*>, the alias for the tag < *desc*> gave me a syntax error in the SQL: F:\usbgis\apps\ms4w GDAL, mapserv, mapcache, PROJ, and shapelib dll paths set GDAL_DATA path set GDAL_DRIVER_PATH set PROJ_LIB set CURL_CA_BUNDLE set F:\

Re: [gdal-dev] Fwd: ogr2ogr. SQL seems to disable use_gpx_extensions

2014-09-12 Thread Even Rouault
Selon Pedro Machado Monteiro : > Hello: > > > > I’m trying to export a shapefile to a GPX file, with GDAL 1.9.0 ogr2ogr. > > > > From the shapefile attribute table, I want to export some fields to the > corresponding tags of the GPX file, and the remaining (or all) fields to > the tag > > > >

[gdal-dev] Fwd: ogr2ogr. SQL seems to disable use_gpx_extensions

2014-09-12 Thread Pedro Machado Monteiro
Hello: I’m trying to export a shapefile to a GPX file, with GDAL 1.9.0 ogr2ogr. >From the shapefile attribute table, I want to export some fields to the corresponding tags of the GPX file, and the remaining (or all) fields to the tag That does’nt seem to work: when I use the *–sql* opti