From b98ea511cccfd9cd96489b7564f763f3cce0e5dd Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Fri, 8 Feb 2013 07:59:31 +0000 Subject: [PATCH] Geography : synchronize gramps and osm-gps-map for the free maps. svn: r21321 --- 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 c12096d6b..386335ba8 100644 --- a/gramps/plugins/lib/maps/geography.py +++ b/gramps/plugins/lib/maps/geography.py @@ -163,7 +163,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: