vinayj1857 / geoxml3

Automatically exported from code.google.com/p/geoxml3
0 stars 0 forks source link

How to change KML on the fly? #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. geoXml.parse(a);
2. What should I do?
3. geoXml.parse(b);

What is the expected output? What do you see instead?
The map will have only the KML of 'b'.

How can I make this happen?

Thank you in advance.

Regards,
David

Original issue reported on code.google.com by david.horat on 29 Sep 2009 at 12:11

GoogleCodeExporter commented 9 years ago
1. geoXml.parse(a);
2. geoXml.hideDocument()
3. geoXml.parse(b);

Original comment by geocodezip on 17 Oct 2010 at 6:15