rodrigueswilson / timemap

Automatically exported from code.google.com/p/timemap
MIT License
0 stars 0 forks source link

config option to disable map.autoCenterAndZoom() #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible to add a configuration option to disable autoCenterAndZoom 
when data is loaded?

I am loading data using the progressive loader.  Data is scattered worldwide 
causing the map to zoom to 0 every time data is loaded.  This is very 
disruptive to the user when the map continuously jumps around upon timeline 
scrolling.

Thanks

Original issue reported on code.google.com by reese.na...@gmail.com on 9 Jan 2013 at 7:50

GoogleCodeExporter commented 9 years ago
This already exists:

TimeMap.init({
  options: {
     centerOnItems: false
  }
});

Original comment by nick.rab...@gmail.com on 13 Jan 2013 at 6:30