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

pull/2487/head
José Loguercio 9 years ago
parent 0cc0b0cd2b
commit f3a7ccebf6
  1. 2
      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);
}
});

Loading…
Cancel
Save