diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-24 07:16:37 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-24 07:16:37 -0700 |
commit | 5926f9d4dfefba022dd2e436d9b8f4b0e38da345 (patch) | |
tree | 476df47f72789059008fb673e3fc2886b3717acd /qt-ui | |
parent | 5e0a3cdad8d02eff7ffa7c2abb4ac48c332f144f (diff) | |
parent | dfa59f98784d7bcd24f38a83049f98cf7381983a (diff) | |
download | subsurface-5926f9d4dfefba022dd2e436d9b8f4b0e38da345.tar.gz |
Merge branch 'googleEarth' of https://github.com/tcanabrava/subsurface
Diffstat (limited to 'qt-ui')
-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); |