Re: [gdal-dev] convert 2 shapefiles to a single GPX?

2009-01-17 Thread Even Rouault
Here's one solution : 1) create a directory, for example "merge_shp" 2) copy in merge_shp the shapefile that is going to be put in the waypoints layer as "waypoints.shp" (rename the .dbf and .shx accordingly) 3) copy in merge_shp the shapefile that is going to be put in the tracks layer as "trac

Re: [gdal-dev] using GDAL in a java-program

2009-01-17 Thread Even Rouault
Le Friday 16 January 2009 18:14:00 Frank Warmerdam, vous avez écrit : > I'm not exactly sure how to make the callback work for reporting progress. > Hopefully you can just pass null for that.  There are a couple very brief > examples of Java use in gdal/swig/java/apps though they don't cover > buil

Re: [gdal-dev] /vsisubfile/ and using MrSID SDK for JPEG2000 in NITF

2009-01-17 Thread Even Rouault
> I have not yet confirmed the ECW and JP2KAK drivers are still working > properly in this situation, but they ought to be since both supported > VSI*L file streams. > I've made some necessary changes (r16092) in the JP2ECW driver to make it work with the /vsisubfile/ syntax, or any other virtual

[gdal-dev] python bindings in 1.6

2009-01-17 Thread Martin Landa
Hi, I have problem with the GDAL/OGR python bindings (trunk and branches/1.6). Traceback (most recent call last): File "./geocent2ll.py", line 14, in ? from osgeo import ogr File "/usr/lib/python2.4/site-packages/GDAL-1.6.0-py2.4-linux-i686.egg/osgeo/ogr.py", line 108, in ? import os