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/map.tpl

    r12700 r12701  
    5151        if (console)
    5252        {
    53                 console.debug(msg + " b="+map.getBounds().toUrlValue() + " c="+map.getCenter().toUrlValue() + " z="+map.getZoom() );
     53                console.log(msg + " b="+map.getBounds().toUrlValue() + " c="+map.getCenter().toUrlValue() + " z="+map.getZoom() );
    5454        }
    5555}
     
    163163                if (lang_str == undefined)
    164164                {
    165                         if (document.is_debug) google.maps.Log.write("Language string undefined '"+ str+"'");
     165                        if (document.is_debug) glog("Language string undefined '"+ str+"'");
    166166                        return str;
    167167                }
Note: See TracChangeset for help on using the changeset viewer.