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,
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?
> > >
> > >
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
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_
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
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
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
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-
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 +