Roo/bootstrap/LocationPicker.js
authoredward <edward@roojs.com>
Tue, 13 Oct 2015 09:30:24 +0000 (17:30 +0800)
committeredward <edward@roojs.com>
Tue, 13 Oct 2015 09:30:24 +0000 (17:30 +0800)
Roo/bootstrap/LocationPicker.js

index dfa41d8..090303c 100644 (file)
@@ -325,7 +325,7 @@ Roo.extend(Roo.bootstrap.LocationPicker, Roo.bootstrap.Component,  {
     setPosition: function(location) 
     {
         this.gMapContext.location = location;
-        this.gMapContext.marker.setPosition(location);
+//        this.gMapContext.marker.setPosition(location);
         this.gMapContext.map.panTo(location);
         this.drawCircle(location, this.gMapContext.radius, {});