From f3a7ccebf69610fbc5d61c62687e2bd3a4fb046b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Loguercio?= Date: Wed, 11 Jan 2017 15:40:34 -0500 Subject: [PATCH] Fix google maps plugin error in addMarker function - Refs BT#11371 --- plugin/google_maps/view/map_coordinates.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/google_maps/view/map_coordinates.tpl b/plugin/google_maps/view/map_coordinates.tpl index a39a8a58cd..d9930d2a3e 100644 --- a/plugin/google_maps/view/map_coordinates.tpl +++ b/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); } });