Garthanos / geoxml

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

Stop map reseting on .parse() #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I am re-parse may KML as it changes every 30 seconds. Is there a way to stop 
the map resting to show all the points on the map as it becomes quite annoying 
if you are looking at a data point and then you are shown the whole glob again. 

many thanks

Sion 

Original issue reported on code.google.com by sion_ev...@hotmail.com on 23 Mar 2010 at 8:28

GoogleCodeExporter commented 9 years ago
Fixed nozoom:true just found option and comment above. sorry

Original comment by sion_ev...@hotmail.com on 23 Mar 2010 at 8:49

GoogleCodeExporter commented 9 years ago
yup thats what its for... 

Original comment by lanceala...@gmail.com on 23 Mar 2010 at 8:58

GoogleCodeExporter commented 9 years ago
You will probably need to use the clear and set the urls and run parse again on 
an
interval to get the kml to update (using window.setInterval())

Original comment by lanceala...@gmail.com on 23 Mar 2010 at 9:35