Index: /trunk/BNC/src/map/bncmapwin.cpp
===================================================================
--- /trunk/BNC/src/map/bncmapwin.cpp	(revision 5177)
+++ /trunk/BNC/src/map/bncmapwin.cpp	(revision 5178)
@@ -108,7 +108,7 @@
   _webView->page()->mainFrame()->evaluateJavaScript(QString("gotoLocation( %1 )").arg(location));
   //// beg test
-  _currLat += 0.0001;
-  _currLon += 0.0001;
-  QTimer::singleShot(1000, this, SLOT(slotGotoLocation()));
+  _currLat += 0.00001;
+  _currLon += 0.00001;
+  QTimer::singleShot(100, this, SLOT(slotGotoLocation()));
   //// end test
 }
