Garthanos / geoxml

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

Update content dynamically #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try some methods to update content in a loaded kml file.
2. Tried to reproduce the update method as showed in 
https://developers.google.com/kml/documentation/updates
but when a call a function to load the update file.. nothing happened.
3.Tried to append elements in json element... but nothing happened

What is the expected output? What do you see instead?

Is it possible to update content dynamically ? Like has kml file loaded and 
when some one click in button, some infowindow text change.

Is the one way to update content is clean() .. change kml source or change kml 
file.. and parse() ?

Original issue reported on code.google.com by luiz.zel...@gmail.com on 27 Aug 2012 at 9:17