[PATCH] Switch to satellite image map provider

Dirk Hohndel dirk at hohndel.org
Sat Feb 9 12:46:17 PST 2013


pushed.

I really wish there was an easy way to switch, though...
(but yes, I like this MUCH better)

/D

subsurface at henrik.synth.no writes:

> From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
>
> 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 at henrik.synth.no>
> ---
>  gps.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gps.c b/gps.c
> index 9467eb1..50e514e 100644
> --- a/gps.c
> +++ b/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)
> -- 
> 1.8.1.2
>
> _______________________________________________
> subsurface mailing list
> subsurface at hohndel.org
> http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface


More information about the subsurface mailing list