Closed jidanni closed 1 month ago
No reason for panic, but,
$ ogr2ogr ... h.gpx h.csv -sql 'SELECT Name FROM "h"' -nlt POINT $ grep \ $ h.gpx | cat -vte <bounds ... /> $ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (37 trailing blanks after GPX <bounds/> tags)
That's on purpose. When writing the file, we don't know the bounds at the beginning, hence leaving provisional space to fill it later.
No reason for panic, but,