osmlab/changewithin

lat/lon is backwards in email link

Closed this issue · 1 comments

The link surrounding the img tags are wrong.

The lat and lon are flipped the wrong way.

On line 136 of lib.py, you see the error clearly:

changeset['map_link'] = 'http://www.openstreetmap.org/?lat=%s&lon=%s&zoom=%s&layers=M' % (extent['lon'], extent['lat'], extent['zoom'])

If someone teaches me to make pull requests, I can fix problems faster :)

  • Serge