Index: trunk/BNC/src/map/bncmapwin.cpp
===================================================================
--- trunk/BNC/src/map/bncmapwin.cpp	(revision 5228)
+++ trunk/BNC/src/map/bncmapwin.cpp	(revision 5229)
@@ -50,8 +50,8 @@
   setWindowTitle("BNC: Map View");
 
-  // BKG Coordinates
-  // ---------------
-  _currLat = 50.090956;
-  _currLon =  8.663283;
+  // Current Coordinates
+  // -------------------
+  _currLat = 50.09057949; // BKG latitude
+  _currLon =  8.66496871; // BKG longitude
 
   _webView = new QWebView(this);
@@ -66,5 +66,4 @@
   // Layout
   // ------
-
   QHBoxLayout* statusLayout = new QHBoxLayout;
   statusLayout->addWidget(_statusLabel);
