From 4068bebb3e094ea3928d511778183b412388f091 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Fri, 8 Feb 2013 07:39:59 +0000 Subject: [PATCH] Geography : synchronize gramps and osm-gps-map for the free maps. svn: r21319 --- gramps/plugins/lib/maps/geography.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gramps/plugins/lib/maps/geography.py b/gramps/plugins/lib/maps/geography.py index e6c5652e3..863bf5e59 100644 --- a/gramps/plugins/lib/maps/geography.py +++ b/gramps/plugins/lib/maps/geography.py @@ -162,7 +162,9 @@ class GeoGraphyView(OsmGps, NavigationView): self.geo_altmap = cairo.ImageSurface.create_from_png(pathu) if ( config.get('geography.map_service') in ( constants.OPENSTREETMAP, - constants.OPENSTREETMAP_RENDERER + constants.MAPS_FOR_FREE, + constants.OPENCYCLEMAP, + constants.OSM_PUBLIC_TRANSPORT, )): default_image = self.geo_mainmap else: