Changeset 35592 in osm for applications/editors
- Timestamp:
- 2020-10-17T22:04:02+02:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/photoadjust
- Files:
-
- 3 added
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/README
r35108 r35592 17 17 18 18 Resources: 19 images/untaglayer. png:19 images/untaglayer.svg: 20 20 combination of: 21 JOSM plugin photo_geotagging, images/geotagging.png 22 Author: Paul Hartmann 23 License: GPL v2 or any later version 24 self made text (CC0) 25 License: GPL v2 or later 26 images/photoadjust.png: 27 combination of: 28 JOSM images/dialogs/geoimage/gpx2img.png 21 JOSM resources/images/dialogs/geoimage/togglegit.svg 22 JOSM resources/images/download_new_layer.svg 29 23 Author: JOSM contributors and others, see JOSM CONTRIBUTION 30 24 License: GNU General Public License v2 or later 31 self made arrows (CC0) 25 License: GPL v2 or later 26 images/photoadjust.svg, images/mapmode/photoadjust.svg: 27 combination of: 28 JOSM resources/images/mapmode/move/move.svg 29 JOSM resources/images/dialogs/geoimage/togglegit.svg 30 Author: JOSM contributors and others, see JOSM CONTRIBUTION 31 License: GNU General Public License v2 or later 32 32 License: GPL v2 or later 33 33 src/org/openstreetmap/josm/plugins/photoadjust/ -
applications/editors/josm/plugins/photoadjust/build.xml
r35108 r35592 13 13 <property name="plugin.class" value="org.openstreetmap.josm.plugins.photoadjust.PhotoAdjustPlugin"/> 14 14 <property name="plugin.description" value="Make photos movable and position them on the map."/> 15 <property name="plugin.icon" value="images/photoadjust. png"/>15 <property name="plugin.icon" value="images/photoadjust.svg"/> 16 16 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PhotoAdjust"/> 17 17 <!--<property name="plugin.early" value="..."/>--> -
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustMapMode.java
r35108 r35592 54 54 */ 55 55 public PhotoAdjustMapMode(PhotoAdjustWorker worker) { 56 super(tr("Adjust photos"), "photoadjust .png",56 super(tr("Adjust photos"), "photoadjust", 57 57 tr("Move and position photos"), 58 58 // It is almost impossible to find an unused shortcut.
Note:
See TracChangeset
for help on using the changeset viewer.