Explorar el Código

Fix google maps plugin error in addMarker function - Refs BT#11371

José Loguercio hace 8 años
padre
commit
f3a7ccebf6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugin/google_maps/view/map_coordinates.tpl

+ 1 - 1
plugin/google_maps/view/map_coordinates.tpl

@@ -97,7 +97,7 @@
 
             } else if (status === google.maps.GeocoderStatus.OVER_QUERY_LIMIT) {
                 setTimeout(function() {
-                    geoCode(address, map, bounds, userCompleteName, index);
+                    addMaker(address, map, bounds, userCompleteName, index);
                 }, 350);
             }
         });