Explorar o código

Merge pull request #1593 from jloguercio/1.11.x

Fix google maps plugin error in addMarker function - Refs BT#11371
José Loguercio %!s(int64=8) %!d(string=hai) anos
pai
achega
4d731bd689
Modificáronse 1 ficheiros con 1 adicións e 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);
             }
         });