Re: [gdal-dev] including higher-level library in GPX creator string

2023-10-13 Thread Even Rouault via gdal-dev
Cf https://github.com/OSGeo/gdal/pull/8558: "GPX: add a CREATOR dataset creation option" It will be of course up to the application / application user to set it. I've considered a global GDALSetDefaultCreatorApplication() (could be similar to CPLHTTPSetDefaultUserAgent(): https://gdal.org/dox

Re: [gdal-dev] including higher-level library in GPX creator string

2023-10-13 Thread Rahkonen Jukka via gdal-dev
Hi, It seems to be hardcoded in https://github.com/OSGeo/gdal/blob/2cfeb1a9b03716c8348d6f1f4c611f2589d53e76/ogr/ogrsf_frmts/gpx/ogrgpxdatasource.cpp#L744 -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: gdal-dev Puolesta Greg Troxel via gdal-dev Lähetetty: perjantai 13. lokakuuta 202

[gdal-dev] including higher-level library in GPX creator string

2023-10-13 Thread Greg Troxel via gdal-dev
I am a member of the GPX standards list, and we are discussing a new version and also dealing with broken data. I wrote a gpx (from geojson), with just ogr2ogr, and the creator looks like this: creator="GDAL 3.5.3" that's arguably totally fine with ogr2ogr. But it seems that if some random bi