浏览代码

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

José Loguercio 8 年之前
父节点
当前提交
f3a7ccebf6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
             }
         });