Commit 50a2b27e authored by Jérome Perrin's avatar Jérome Perrin

base: use https for external openstreetmap link

parent aa37dc71
......@@ -4,5 +4,5 @@
a simple basic implementation
"""
context.REQUEST.RESPONSE.redirect( \
'http://www.openstreetmap.org/?lat=%s&lon=%s&zoom=17&layers=M' \
'https://www.openstreetmap.org/?lat=%s&lon=%s&zoom=17&layers=M' \
%(context.getLatitude(), context.getLongitude()))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment