Ignore:
Timestamp:
May 19, 2010, 11:26:40 PM (14 years ago)
Author:
rvelices
Message:

rv_gmaps compatibility with 2.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/template/data_loader.js

    r5018 r6245  
    7878
    7979        // BEGIN BUG in maps api 2.185 up to "today" 2.193 - when map wraps horizontally more than 360 deg - the getBounds is wrong
    80         if ( this._map.getZoom() <= 2 )
     80        if ( this._map.getZoom() <= 2 || this._map.getZoom() == 3 && this._map.getSize().width > 1000 )
    8181        {
    8282                bounds = new GLatLngBounds(
Note: See TracChangeset for help on using the changeset viewer.