> Hi,
>
> I am fighting with a problem that I can't initialise my gdal16.dll. I made
> all my installation and my bindings and I also have the PATH correct. But
> still it is impossible to run my gdal-dll. There is no problem in finding it
> but it just can't be initialised. I get the following
On Oct 14, 2009, at 12:40 PM, Greg Coats wrote:
How does one specify that gdalbuildvrt save relative paths, rather
than absolute paths?
On Oct 14, 2009, at 12:59 PM, Jürgen E. Fischer wrote:
Looks like that isn't supported directly yet.
Since Qgis supports saving relative paths, it would
Hmmm... okay. Fwiw, I did the optimization in a wrapper layer class to
help simplify the interface, i.e., folding sequential and random access
into a single get_feature(int index) call. The optimization allows
efficient access if the indices are sequential and best-effort if
random, and the con
Ray,
The idea is interesting but unfortunately, I don't see how this can be
implemented in a generic way in current OGRLayer. The root of the
problem is that OGRLayer doesn't track the current index because
GetNextFeature() is a virtual method overriden by each driver. The
nicest way your ide
oward Butler wrote:
All (developers and testers),
Consider this your notice of our desire to complete our annual
Frank's-birthday-is-GDAL-major-release-day task on December 20th (21st).
All developers should expect that RC1 will happen on December 15th to give
us enough time to fix up any show s
All (developers and testers),
Consider this your notice of our desire to complete our annual
Frank's-birthday-is-GDAL-major-release-day task on December 20th (21st). All
developers should expect that RC1 will happen on December 15th to give us
enough time to fix up any show stoppers before Fra
Boris,
I fixed the pgeo driver in the ticket #3100
http://trac.osgeo.org/gdal/ticket/3100
This allows the following esri shapetypes to be handled as the usual
case. Additional attributes including non-linear segments and vertex
identifier attributes are ignored.
esriShapeGeneralPolyline as esriSh