Ignore:
Timestamp:
Dec 7, 2011, 10:48:16 PM (12 years ago)
Author:
rvelices
Message:

rv_gmaps auto sync gps with exif + towards full maps api v3 migration

File:
1 edited

Legend:

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

    r12700 r12701  
    1212
    1313        google.maps.event.bind( this._map, "click", this, this._onMapClick);
    14         google.maps.event.bind( this._infoWindow, "domready", this, this._onInfoWindowDomReady);
     14        //google.maps.event.bind( this._infoWindow, "domready", this, this._onInfoWindowDomReady);
    1515}
    1616
     
    161161                google.maps.event.removeListener(h);
    162162
     163        google.maps.event.addListenerOnce( this._infoWindow, "domready", pwgBind(this, this._onInfoWindowDomReady) );
    163164        this._infoWindow.setContent( content );
    164165        this._infoWindow.setPosition( marker.getPosition() );
Note: See TracChangeset for help on using the changeset viewer.