diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-24 11:07:59 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-24 11:07:59 -0300 |
commit | dfa59f98784d7bcd24f38a83049f98cf7381983a (patch) | |
tree | 0f72df73049f7d57f9f6ea2d952568a7b8684ae4 /qt-ui/globe.cpp | |
parent | c917a99eb2973701a79ba8bdb6002bb6ec0ad880 (diff) | |
download | subsurface-dfa59f98784d7bcd24f38a83049f98cf7381983a.tar.gz |
Trying the googlemaps integration
Diffstat (limited to 'qt-ui/globe.cpp')
-rw-r--r-- | qt-ui/globe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/globe.cpp b/qt-ui/globe.cpp index 7eee4fb2a..19dbb048b 100644 --- a/qt-ui/globe.cpp +++ b/qt-ui/globe.cpp @@ -19,7 +19,7 @@ GlobeGPS::GlobeGPS(QWidget* parent) : MarbleWidget(parent), loadedDives(0) { - setMapThemeId("earth/bluemarble/bluemarble.dgml"); + setMapThemeId("earth/googlesat/googlesat.dgml"); //setMapThemeId("earth/openstreetmap/openstreetmap.dgml"); setProjection(Marble::Spherical); |