Changeset 35592 in osm


Ignore:
Timestamp:
2020-10-17T22:04:02+02:00 (4 years ago)
Author:
holgermappt
Message:

Change icons to SVG, references #19957

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  
    1717
    1818Resources:
    19   images/untaglayer.png:
     19  images/untaglayer.svg:
    2020    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
    2923        Author: JOSM contributors and others, see JOSM CONTRIBUTION
    3024        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
    3232    License: GPL v2 or later
    3333  src/org/openstreetmap/josm/plugins/photoadjust/
  • applications/editors/josm/plugins/photoadjust/build.xml

    r35108 r35592  
    1313    <property name="plugin.class" value="org.openstreetmap.josm.plugins.photoadjust.PhotoAdjustPlugin"/>
    1414    <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"/>
    1616    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PhotoAdjust"/>
    1717    <!--<property name="plugin.early" value="..."/>-->
  • applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustMapMode.java

    r35108 r35592  
    5454     */
    5555    public PhotoAdjustMapMode(PhotoAdjustWorker worker) {
    56         super(tr("Adjust photos"), "photoadjust.png",
     56        super(tr("Adjust photos"), "photoadjust",
    5757              tr("Move and position photos"),
    5858              // It is almost impossible to find an unused shortcut.
Note: See TracChangeset for help on using the changeset viewer.