Talk:Achavi
Jump to navigation
Jump to search
Bookmarklet improvement
I noticed some unwanted behaviour when url has more parameters or anchor after the changeset id.
I made the correction using a regular expression. Here is the code, if you wish to change it on the main page.
javascript:(function(){id=location.href.match(/www\.openstreetmap\.org\/changeset\/(\d+)/);if(id!=null){window.open('https://overpass-api.de/achavi/?changeset='+id[1]);}else{alert('This%20is%20not%20a%20valid%20OSM%20changeset%20page.')}})()
Best regards,
The knife (talk) 21:23, 7 August 2015 (UTC)
Changeset viewer doesn't work
I think changeset viewer has a problem, since a time ago I can't see changesets on it.--Pertile (talk) 14:23, 23 September 2015 (UTC)
- Can you give examples? I'm not aware of any issues and no reports on Overpass_API/status, some random examples do work for me:
- https://overpass-api.de/achavi/?changeset=34207390, https://overpass-api.de/achavi/?changeset=34188085 --Ikonor (talk) 15:09, 23 September 2015 (UTC)