#14578 closed enhancement (fixed)
[Patch] Use osmhv as external history viewer
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | 17.09 |
Component: | Core | Version: | |
Keywords: | history changeset | Cc: |
Description
Pressing Ctrl-H gives a dialog box "History for way 45175455". In this dialog box, clicking on the changeset ID opens, in an external browser, the URL
http://www.openstreetmap.org/changeset/45175455
I suggest to change the default to
http://osmhv.openstreetmap.de/changeset.jsp?id=45175455
(Applies to any object, not specifically 45175455.)
Attachments (5)
Change History (29)
comment:1 Changed 4 years ago by
Milestone: | → 17.04 |
---|
comment:2 Changed 4 years ago by
Achavi is also quite nice, if not better: http://overpass-api.de/achavi/?changeset=45175455
comment:3 Changed 4 years ago by
I also use achavi when analyzing changesets. We could add a achavi button in the history viewer beside the changeset button.
comment:4 Changed 4 years ago by
Keywords: | history changeset added |
---|
comment:5 Changed 4 years ago by
What about a configuration option choosing one of the three then? Probably better than adding multiple buttons.
comment:6 Changed 4 years ago by
Hm, I don't want to decide on one of them. The josm history viewer is also very helpful and can present some things better than e.g. achavi (e.g. changes on relations)
Also the josm history viewer is for displaying changes of a single object, while other sites like achavi present changes of whole changesets. So achavi is more like an alternative for the josm Help/Dialog/ChangesetManager (but would be nice if it is linked in the history browser)
comment:7 Changed 4 years ago by
What about a setting in prefs for the default and the small arrow button (like for search) for additionally choosing the final one?
@Klumbumbus: What do you mean? We don't want to replace JOSM code, only change the target of the already existing button to call external webpage.
Changed 4 years ago by
Attachment: | buttonhistoryviewer.png added |
---|
comment:8 follow-up: 16 Changed 4 years ago by
comment:9 Changed 4 years ago by
The button opens the changeset manager. It would be better to add a drop down arrow next to the link on its right, which proposes the two other suggested websites.
comment:11 Changed 4 years ago by
Milestone: | 17.04 → 17.05 |
---|
comment:13 Changed 4 years ago by
Milestone: | 17.05 → 17.06 |
---|
comment:14 Changed 4 years ago by
Milestone: | 17.06 → 17.07 |
---|
comment:15 Changed 4 years ago by
Milestone: | 17.07 → 17.08 |
---|
Changed 4 years ago by
Attachment: | 14578.patch added |
---|
Changed 4 years ago by
Attachment: | Screenshot_20170728_224505.png added |
---|
comment:16 Changed 4 years ago by
Summary: | Use osmhv as external history viewer → [Patch] Use osmhv as external history viewer |
---|
comment:17 Changed 4 years ago by
Nice! It would be great also to be able to access these links from changeset manager. I'm not sure however where this should fit in the HMI.
comment:18 Changed 4 years ago by
Can we use labels instead of blank URLs, e.g. Open in achavi and icons if available?
comment:19 follow-up: 20 Changed 4 years ago by
It seems achavi and osmhv don't have logos. For achavi we could maybe use the left part of the overpass-api logo
According to osmwiki:Achavi achavi doesn't work for changesets before september 2012. The achavi link in JOSM should be greyed out for older changesets.
comment:20 Changed 4 years ago by
Replying to Klumbumbus:
According to osmwiki:Achavi achavi doesn't work for changesets before september 2012. The achavi link in JOSM should be greyed out for older changesets.
The reason why:
Limitation : The earliest possible date to return a result is 2012-09-12 06:55:00 UTC (1347432900 in epoch seconds).
It corresponds to the first change included in the first ODbL compliant planet file, which was created on 2012-09-14. If your query asks for an object in a state prior to what this planet file contains, Overpass API will return the version contained in the first ODbL compliant planet.
comment:21 Changed 4 years ago by
Milestone: | 17.08 → 17.09 |
---|
comment:22 Changed 3 years ago by
@Simon: are you still working on it? It would be a great enhancement for this month.
Changed 3 years ago by
Attachment: | Screenshot_20170917_122942.png added |
---|
Changed 3 years ago by
Attachment: | Screenshot_20170917_123054.png added |
---|
Not as a replacement, but additionally I'd agree. It is a very good display of the changes.