Hi There,
I have been using GDAL/OGR in a project and it is going quite well.
I have been reprojecting data from various source formats into a single CRS
(using the C# bindings), but one issue I have come across is with the
associated OGR style information.
Most of the font sizes in the source d
Hi Even,
thanks a lot! That did the trick.
Best Nicol
Am Dienstag, den 08.10.2013, 22:05 +0200 schrieb Even Rouault:
> Le mardi 08 octobre 2013 21:37:54, Jukka Rahkonen a écrit :
> > Nicol Hermann geoworld.de> writes:
> > > Hello list,
> > >
> > > I am trying to batch load GPX files from a di
Le mardi 08 octobre 2013 21:37:54, Jukka Rahkonen a écrit :
> Nicol Hermann geoworld.de> writes:
> > Hello list,
> >
> > I am trying to batch load GPX files from a directory into a mysql
> > database.
> > In order to avoid duplicates I am using the '-overwrite' layer create
> > option.
> > The fo
Nicol Hermann geoworld.de> writes:
>
> Hello list,
>
> I am trying to batch load GPX files from a directory into a mysql
> database.
> In order to avoid duplicates I am using the '-overwrite' layer create
> option.
> The following line throw the error message
>
> ogr2ogr -overwrite -f MYSQL
>
Hello list,
I am trying to batch load GPX files from a directory into a mysql
database.
In order to avoid duplicates I am using the '-overwrite' layer create
option.
The following line throw the error message
ogr2ogr -overwrite -f MYSQL
'MYSQL:dbname,host=localhost,user=me,password=' ${file} -lco
Thanks Even,
>One thing to remind is that some layers are turned off by default in PDF. So
>defining GDAL_PDF_LAYERS_OFF "Grids" will turn off "grids", but will let
>layers
>that defaulted to OFF as OFF. So if you want all layers but "Grids", you need
>to specify --config GDAL_PDF_LAYERS "ALL"
Selon David Strip :
> The new 64 bit release of qgis (2.0.1 Dufur) fails when trying to load
> deflate compressed geotiffs. Further testing reveals that the bundled
> gdal utilities suffer the same problem. The version lists as 1.10.0,
> released 2013/04/24. No idea how it was built - this is a do
sorry for wasting everyone's time. I just realized I could download the
pre-built version from gisinternals and test against that. And the
answer is yes, deflate is supported in the latest release build.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
The new 64 bit release of qgis (2.0.1 Dufur) fails when trying to load
deflate compressed geotiffs. Further testing reveals that the bundled
gdal utilities suffer the same problem. The version lists as 1.10.0,
released 2013/04/24. No idea how it was built - this is a download of
the pre-compiled Wi
Thanks Even,
I'll change our code.
I assume I need to call
freeGEOSContext( hGEOSCtxt );
afterwards as well.
And you are right. I'm using the trunk version of GDAL because I want the
update EPSG database.
But I'm using GEOS v3.4.2 (Stable)
Paul
*Paul Meems *
Release manager, configuration m
Selon Paul Meems :
> Hi List,
>
> I'm upgrading GDAL and GEOS to the latest stable versions for MapWinGIS and
> while compiling the project I noticed the signature for exportToGEOS and
> createFromGEOS have been changed.
> They now require a GEOSContextHandle_t parameter.
>
> I've been using Googl
Hi List,
I'm upgrading GDAL and GEOS to the latest stable versions for MapWinGIS and
while compiling the project I noticed the signature for exportToGEOS and
createFromGEOS have been changed.
They now require a GEOSContextHandle_t parameter.
I've been using Google to search for some documentation
12 matches
Mail list logo