Changeset 29384 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetPlugin.java
- Timestamp:
- 2013-03-22T22:18:26+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetPlugin.java
r29382 r29384 9 9 10 10 /** 11 * A dd some actions to the imagerymenu.11 * A plugin to request and store imagery offsets in the centralized database. 12 12 * 13 * @author zverik 13 * @author Zverik 14 * @license WTFPL 14 15 */ 15 16 public class ImageryOffsetPlugin extends Plugin { … … 17 18 private StoreImageryOffsetAction storeAction; 18 19 20 /** 21 * Add both actions to their own menu. This creates 22 * "Offset" menu, because "Imagery" is constantly rebuilt, 23 * losing all changes, and other menus are either too long already, 24 * or completely unsuitable for imagery offset actions. 25 */ 19 26 public ImageryOffsetPlugin( PluginInformation info ) { 20 27 super(info);
Note:
See TracChangeset
for help on using the changeset viewer.
