Skip to content

Commit

Permalink
Fix error 404 with openstreetmap map service
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoiraud authored and Nick-Hall committed Aug 20, 2023
1 parent db55e69 commit 44629e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/plugins/mapservices/openstreetmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)

0 comments on commit 44629e3

Please sign in to comment.