Ticket #19958: icon_svg.patch

File icon_svg.patch, 1.8 KB (added by holgermappt, 6 years ago)

Patch file

  • plugins/photo_geotagging/build.xml

     
    99    <property name="plugin.author" value="Paul Hartmann"/>
    1010    <property name="plugin.class" value="org.openstreetmap.josm.plugins.photo_geotagging.GeotaggingPlugin"/>
    1111    <property name="plugin.description" value="Write gps position info to the image file header. Run this feature from the right click menu of the image layer."/>
    12     <property name="plugin.icon" value="images/geotagging.png"/>
     12    <property name="plugin.icon" value="images/geotagging.svg"/>
    1313    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Photo_Geotagging"/>
    1414    <property name="plugin.canloadatruntime" value="true"/>
    1515    <property name="plugin.requires" value="apache-commons"/>