Opened 3 years ago

Last modified 7 months ago

#22750 closed enhancement

Make ImproveWayAccuracyAction extendible — at Initial Version

Reported by: kolesar Owned by: team
Priority: normal Milestone: 25.06
Component: Core Version:
Keywords: Cc:

Description

[ImproveWay](https://github.com/JOSM/improve-way) plugin used same code base as [ImproveWayAccuracy](https://josm.openstreetmap.de/wiki/Help/Action/ImproveWayAccuracy) mode. Half of code was unnecessary duplication with _old_ code. Moreover, both action in core and plugin needed to be maintained. Common code parts have diverged in years.

This MR makes core action to be extendible. ImproveWay plugin was refactored to extend this class. This change eliminates code duplication.

https://github.com/JOSM/josm/pull/108

Change History (0)

Note: See TracTickets for help on using tickets.