diff --git a/gramps/plugins/mapservices/openstreetmap.py b/gramps/plugins/mapservices/openstreetmap.py index 668adf7ccbf..29262cb0fea 100644 --- a/gramps/plugins/mapservices/openstreetmap.py +++ b/gramps/plugins/mapservices/openstreetmap.py @@ -62,6 +62,6 @@ def calc_url(self): return titledescr = place_displayer.display(self.database, place) - self.url = "http://nominatim.openstreetmap.org/" "search.php?q=%s" % "+".join( + self.url = "http://nominatim.openstreetmap.org/" "search?q=%s" % "+".join( titledescr.split() )