Ignore:
Timestamp:
2017-04-09T13:39:36+02:00 (8 years ago)
Author:
donvip
Message:

update to JOSM 11858

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/seachart/ChartImage.java

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