mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Trying the googlemaps integration
This commit is contained in:
parent
c917a99eb2
commit
dfa59f9878
9 changed files with 211 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue