<div dir="ltr">That did the trick. What would the syntax be to create new KML based on the output of a SQL query be then?<div><br></div><div>thanks</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 26, 2016 at 11:27 AM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Shawn<br>
<br>
I suppose that your GDAL build has only the KML driver built in. It doesn't<br>
support reading SimpleData. For that, you need to build GDAL against libkml to<br>
have the LIBKML driver : <a href="http://gdal.org/drv_libkml.html" rel="noreferrer" target="_blank">http://gdal.org/drv_libkml.html</a><br>
<br>
Even<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> I'm trying to import a KML file that has a bunch of SimpleData fields<br>
> inside of  ExtendedData into mysql.<br>
><br>
> I've gotten the basic syntax down for importing the file, but I can't seem<br>
> to get the simpledata fileds to transfer over.<br>
><br>
> Here's an example.  I don't really need all the fields -- I'm only really<br>
> interested in storing the polygon and the GEOID10 field, but I can<br>
> manipulate the database to remove them later easily enough.<br>
><br>
> <Placemark><br>
> <styleUrl>#falseColor0</styleUrl><br>
> <ExtendedData><br>
> <SchemaData schemaUrl="#S_tl_2015_26_tabblock10_SSSSSSSS<br>
> SSSDDSS"><br>
> <SimpleData name="STATEFP10">13</SimpleData><br>
> <SimpleData name="COUNTYFP10">131</SimpleData><br>
> <SimpleData name="TRACTCE10">970100</SimpleData><br>
> <SimpleData name="BLOCKCE10">1125</SimpleData><br>
> <SimpleData name="GEOID10">131319701001125</Simp<br>
> leData><br>
> <SimpleData name="NAME10">Block 1125</SimpleData<br>
><br>
> <SimpleData name="MTFCC10">G5040</SimpleData><br>
> <SimpleData name="UR10">R</SimpleData><br>
> <SimpleData name="UACE10"></SimpleData><br>
> <SimpleData name="UATYPE"></SimpleData><br>
> <SimpleData name="FUNCSTAT10">S</SimpleData><br>
> <SimpleData name="ALAND10">9.67522e+06</SimpleDa<br>
> ta><br>
> <SimpleData name="AWATER10">4866</SimpleData><br>
> <SimpleData name="INTPTLAT10">+46.7776681</Simpl<br>
> eData><br>
> <SimpleData name="INTPTLON10">-088.9520440</Simp<br>
> leData><br>
> </SchemaData><br>
> </ExtendedData><br>
> <Polygon><br>
> <outerBoundaryIs><br>
> <LinearRing><br>
> <coordinates><br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</font></span></blockquote></div><br></div>