Ticket #9440: google-map.js.patch
File google-map.js.patch, 609 bytes (added by , 16 years ago) |
---|
-
/
old new 31 31 alert("Sorry, the Google Maps API is not compatible with this browser."); 32 32 } 33 33 } 34 35 // getIcon function - used to return a personalized GMarker 36 function gmap_getIcon(path,width,height) { 37 var gicon = new GIcon(G_DEFAULT_ICON, path); 38 if(height != undefined && width != undefined) { gicon.iconSize = new GSize(width,height); } 39 return gicon; 40 } 34 41 {% endblock %}{% endautoescape %}