Changeset 33222 in osm


Ignore:
Timestamp:
2017-04-09T17:04:01+02:00 (7 years ago)
Author:
donvip
Message:

update to JOSM 11868

Location:
applications/editors/josm/plugins/seachart
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/build.xml

    r33220 r33222  
    44    <property name="commit.message" value="[Seachart] Publish new release"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="11858"/>
     6    <property name="plugin.main.version" value="11868"/>
    77
    88    <property name="plugin.author" value="Malcolm Herring"/>
  • applications/editors/josm/plugins/seachart/src/seachart/ChartImage.java

    r33220 r33222  
    88import java.awt.geom.Point2D;
    99import java.awt.geom.Point2D.Double;
    10 import java.util.Collection;
    11 import java.util.Collections;
    1210
    1311import javax.swing.Action;
     
    150148        return RuleSet.ALL;
    151149    }
    152 
    153     @Override
    154     public Collection<String> getNativeProjections() {
    155         return Collections.singletonList("EPSG:3857");
    156     }
    157150}
Note: See TracChangeset for help on using the changeset viewer.