소스 검색

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);
             }
         });