Hi everyone, I am using open layers to write to kml. I am able to successfully write to a 'Description' attribute as its already in KML.
But if I need to introduce a new attribute like 'Info', I am unable to write to it using open layer. I would expected, since KML is just XML it would allow me to create a custom attribute. So if I use, kmlFormater.write(features); This writes to just description attribute. If I create my own then it doesn't. Does anybody know if there is a work around this. Thanks. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
