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

update to JOSM 11868

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.