Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#15348 closed enhancement (fixed)

[PATCH] Include OSMCha in history viewer

Reported by: naoliv Owned by: team
Priority: normal Milestone: 17.09
Component: Core Version:
Keywords: osmcha changeset Cc:

Description

This will add OSMCha https://wiki.openstreetmap.org/wiki/OSMCha as another option in the history viewer panel

  • src/org/openstreetmap/josm/gui/history/OpenChangesetPopupMenu.java

     
    5353    private static final List<ChangesetViewerEntry> DEFAULT_ENTRIES = Arrays.asList(
    5454            new ChangesetViewerEntry(tr("View changeset in web browser"), Main.getBaseBrowseUrl() + "/changeset/{0}"),
    5555            new ChangesetViewerEntry(tr("Open {0}", "OSM History Viewer"), "http://osmhv.openstreetmap.de/changeset.jsp?id={0}"),
    56             new ChangesetViewerEntry(tr("Open {0}", "achavi (Augmented OSM Change Viewer)"), "https://overpass-api.de/achavi/?changeset={0}")
     56            new ChangesetViewerEntry(tr("Open {0}", "achavi (Augmented OSM Change Viewer)"), "https://overpass-api.de/achavi/?changeset={0}"),
     57            new ChangesetViewerEntry(tr("Open {0}", "OSMCha (OSM Changeset Analyzer)"), "https://osmcha.mapbox.com/changesets/{0}")
    5758    );
    5859
    5960    /**

Attachments (0)

Change History (3)

comment:1 by Don-vip, 6 years ago

Keywords: osmcha changeset added
Milestone: 17.09

comment:2 by Don-vip, 6 years ago

Resolution: fixed
Status: newclosed

In 12888/josm:

fix #15348 - Include OSMCha in history viewer (patch by naoliv)

comment:3 by Don-vip, 6 years ago

thanks!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.