Re: [gdal-dev] Importing KML to Mysql with extended data fields

2016-05-26 Thread Shawn L
That did the trick. What would the syntax be to create new KML based on the output of a SQL query be then? thanks On Thu, May 26, 2016 at 11:27 AM, Even Rouault wrote: > Shawn > > I suppose that your GDAL build has only the KML driver built in. It doesn't > support reading SimpleData. For that,

Re: [gdal-dev] Spatial index to raster VRT

2016-05-26 Thread Even Rouault
On Thursday 26 May 2016 13:26:38 Jukka Rahkonen wrote: > Daniel Morissette mapgears.com> writes: > > On 2016-05-26 8:40 AM, Jukka Rahkonen wrote: > > > Hi, > > > > > > Any thoughts about alternatives to implement the feature request from > > > https://trac.osgeo.org/gdal/ticket/5762? > > > > > >

Re: [gdal-dev] Importing KML to Mysql with extended data fields

2016-05-26 Thread Even Rouault
Shawn I suppose that your GDAL build has only the KML driver built in. It doesn't support reading SimpleData. For that, you need to build GDAL against libkml to have the LIBKML driver : http://gdal.org/drv_libkml.html Even > > I'm trying to import a KML file that has a bunch of SimpleData fie

Re: [gdal-dev] geospatialPDF DPI and EXTRA_IMAGES

2016-05-26 Thread Even Rouault
On Thursday 26 May 2016 09:38:21 Luca Delucchi wrote: > On 25 May 2016 at 17:12, Even Rouault wrote: > > The following extract from the driver should hopefully answer your questions : > more or less yes, now I understood a little bit more but.. > > > double dfUserUnit = dfDPI * USER_UNIT_IN_

[gdal-dev] Importing KML to Mysql with extended data fields

2016-05-26 Thread Shawn L
Hello I'm trying to import a KML file that has a bunch of SimpleData fields inside of ExtendedData into mysql. I've gotten the basic syntax down for importing the file, but I can't seem to get the simpledata fileds to transfer over. Here's an example. I don't really need all the fields -- I'm

Re: [gdal-dev] Spatial index to raster VRT

2016-05-26 Thread Jukka Rahkonen
Daniel Morissette mapgears.com> writes: > > On 2016-05-26 8:40 AM, Jukka Rahkonen wrote: > > Hi, > > > > Any thoughts about alternatives to implement the feature request from > > https://trac.osgeo.org/gdal/ticket/5762? > > > > What I dream of is to be able to utilize all the nice on-the-fly twe

Re: [gdal-dev] Spatial index to raster VRT

2016-05-26 Thread Daniel Morissette
On 2016-05-26 8:40 AM, Jukka Rahkonen wrote: Hi, Any thoughts about alternatives to implement the feature request from https://trac.osgeo.org/gdal/ticket/5762? What I dream of is to be able to utilize all the nice on-the-fly tweaks that can be done with VRT at similar speed that Mapserver is re

[gdal-dev] Spatial index to raster VRT

2016-05-26 Thread Jukka Rahkonen
Hi, Any thoughts about alternatives to implement the feature request from https://trac.osgeo.org/gdal/ticket/5762? What I dream of is to be able to utilize all the nice on-the-fly tweaks that can be done with VRT at similar speed that Mapserver is reaching with tileindex. -Jukka Rahkonen-

Re: [gdal-dev] geospatialPDF DPI and EXTRA_IMAGES

2016-05-26 Thread Luca Delucchi
On 25 May 2016 at 17:12, Even Rouault wrote: > The following extract from the driver should hopefully answer your questions : > more or less yes, now I understood a little bit more but.. > double dfUserUnit = dfDPI * USER_UNIT_IN_INCH; > double dfWidthInUserUnit = nWidth / dfUserUnit +