mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Switch to satellite image map provider
The current google map provider doesn't show coast lines properly and a lot of islands aren't shown at all. OSM_GPS_MAP_SOURCE_VIRTUAL_EARTH_HYBRID is much better IMHO. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5ce9d7603b
commit
8af8162809
1 changed files with 2 additions and 2 deletions
4
gps.c
4
gps.c
|
@ -18,9 +18,9 @@ static GtkWidget *window = NULL;
|
|||
static OsmGpsMap *map = NULL;
|
||||
|
||||
/* Several map providers are available, such as OSM_GPS_MAP_SOURCE_OPENSTREETMAP
|
||||
and OSM_GPS_MAP_SOURCE_VIRTUAL_EARTH_SATELLITE. We should make more of
|
||||
and OSM_GPS_MAP_SOURCE_GOOGLE_STREET. We should make more of
|
||||
them available from e.g. a pull-down menu */
|
||||
static OsmGpsMapSource_t opt_map_provider = OSM_GPS_MAP_SOURCE_GOOGLE_STREET;
|
||||
static OsmGpsMapSource_t opt_map_provider = OSM_GPS_MAP_SOURCE_VIRTUAL_EARTH_HYBRID;
|
||||
|
||||
|
||||
static void on_close(GtkWidget *widget, gpointer user_data)
|
||||
|
|
Loading…
Add table
Reference in a new issue