Is it posible to read description attribute of KML file?

I have loaded kml file with next commands

testLayer = new OpenLayers.Layer.GML("Test layer", kmlPath, 
{
        format: OpenLayers.Format.KML, 
        projection: map.displayProjection,
        formatOptions: {
        extractStyles: true, 
        extractAttributes: true
        }
});
...


-- 
View this message in context: 
http://n2.nabble.com/Description-attribute-of-KML-file-tp3042113p3042113.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