<div dir="ltr">Hello Even,<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 24, 2016 at 5:23 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"><span>Le mardi 23 février 2016 14:50:35, jan vaillant a écrit :<br>
> Hi list,<br>
><br>
> I am reading a zipped kml with gdal's libkml driver. I am trying to access<br>
> the name tag of the document:<br>
><br>
> <kml><br>
>   <Document><br>
>     <name>a_name</name><br>
<br>
</span>I did a quick testing It appears that the driver will report a <name> as the<br>
layer name only if it inside a <Folder> tag, but not as a direct child of<br>
<Document><br></blockquote><div><br></div><div>I am wondering if this could this be fixed in the upstream? <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span><br>
> ...<br>
><br>
> If I look at the source code I can see a way to set those options here for<br>
> writing kml<br>
><br>
> void OGRLIBKMLDataSource::SetCommonOptions(ContainerPtr poKmlContainer,<br>
>                                            char** papszOptions)<br>
> {<br>
>     const char* pszName = CSLFetchNameValue(papszOptions, "NAME");<br>
>     if( pszName != NULL )<br>
>         poKmlContainer->set_name(pszName);<br>
> ...<br>
><br>
> but I cant find a way to read the options. ogrLayer->GetName() returns the<br>
> file name not the <name>a_name</name> element. Any ideas?<br>
><br>
> Thank you<br>
> Jan<br>
> _______________________________________________<br>
> gdal-dev mailing list<br>
> <a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
<br>
</span><span><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><div><div>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div><font face="arial, helvetica, sans-serif">Regards,<br>   Rashad</font></div></div>
</div></div>