Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author peter2322

    (@peter2322)

    hi, thanks for using my plugin.

    The map is designed to fit the points with the corrects viewing area and zoom level. you can set the zoom level manual by adding the following line of code to the glatitudehistory.js file

    gLatitudeHistoryMap.setZoom(5);

    after

    if(!bounds.isEmpty()) {
            gLatitudeHistoryMap.fitBounds(bounds);
    	gLatitudeHistoryMap.setCenter(bounds.getCenter());
    }
    Thread Starter somekindofrob

    (@somekindofrob)

    Thanks a lot for the hint! But unfortunately it’s not working ??

    Plugin Author peter2322

    (@peter2322)

    comment out the following line. thanks!

    //gLatitudeHistoryMap.fitBounds(bounds);
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Google Latitude History] Zoom level’ is closed to new replies.