Excerpts from pmilanovic's message of Mon Jun 08 05:49:39 -0400 2009:
> 
> Is it posible to read description attribute of KML file?

feature.attributes.description should do this.

/quote>

Is it possible to GML layer be a feature? 

Maybe I wasn’t so precise, so  

For example:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2";>
  <Document>
    <name>Highlighted Icon</name>
    <description>Description of document</description>
    <Placemark>
        <name>Roll over this icon</name>
        <description>Description of placemar</description>
        …

I would like to read “Description of document”. I am able to read
“Description of placemar” with feature.attributes.description, but I don’t
know how to read description of document.






-- 
View this message in context: 
http://n2.nabble.com/Description-attribute-of-KML-file-tp3042113p3047632.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to