Index: trunk/BNC/src/map/bncmapwin.cpp
===================================================================
--- trunk/BNC/src/map/bncmapwin.cpp	(revision 5322)
+++ trunk/BNC/src/map/bncmapwin.cpp	(revision 5323)
@@ -58,7 +58,4 @@
   _webView = new QWebView(this);
   connect(_webView, SIGNAL(loadFinished(bool)), this, SLOT(slotInitMap(bool)));
-
-  MyWebPage* webPage = new MyWebPage();
-  _webView->setPage(webPage);
 
   // Proxy Settings
Index: trunk/BNC/src/map/bncmapwin.h
===================================================================
--- trunk/BNC/src/map/bncmapwin.h	(revision 5322)
+++ trunk/BNC/src/map/bncmapwin.h	(revision 5323)
@@ -58,11 +58,3 @@
 };
 
-class MyWebPage : public QWebPage {
- Q_OBJECT
- protected:
-  virtual QString userAgentForUrl(const QUrl &url) const {
-    return QString::fromUtf8("Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8) Gecko/20100101 Firefox/4.0b8");
-  }
-};
-
 #endif
Index: trunk/BNC/src/map/map_gm.html
===================================================================
--- trunk/BNC/src/map/map_gm.html	(revision 5322)
+++ trunk/BNC/src/map/map_gm.html	(revision 5323)
@@ -27,4 +27,5 @@
           center:     new google.maps.LatLng(lat, lon),
           zoom:       3,
+          mapTypeId:  google.maps.MapTypeId.SATELLITE,
           panControl: true
         };
