Changeset 30936 in osm for applications/editors
- Timestamp:
- 2015-02-03T20:16:41+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/photoadjust
- Files:
-
- 2 deleted
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/README
r30180 r30936 24 24 self made text (CC0) 25 25 License: GPL v2 or later 26 images/togglegit.png:27 combination of:28 JOSM images/dialogs/geoimage/gpx2img.png29 images/dialogs/geoimage/photo-marker.png30 Author: JOSM contributors and others, see JOSM CONTRIBUTION31 License: GNU General Public License v2 or later32 self made arrows (CC0)33 License: GPL v2 or later34 26 images/photoadjust.png: 35 27 combination of: -
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustPlugin.java
r30737 r30936 35 35 public PhotoAdjustPlugin(PluginInformation info) { 36 36 super(info); 37 GeoImageLayer.registerMenuAddition(new ToggleGeoImageThumbAction());38 37 GeoImageLayer.registerMenuAddition(new UntaggedGeoImageLayerAction()); 39 38 worker = new PhotoAdjustWorker();
Note:
See TracChangeset
for help on using the changeset viewer.