I like to modify the size of an item based on the attribute of any feature and your kml.
var kml = new OpenLayers.Layer.GML("KML", "./archivo.kml",
{
format: OpenLayers.Format.KML,
formatOptions: {
extractStyles: true,
extractAttributes: true
}
});
I scan the list of points and resize it.
_______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
