Changeset 33222 in osm for applications/editors
- Timestamp:
- 2017-04-09T17:04:01+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/seachart
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/build.xml
r33220 r33222 4 4 <property name="commit.message" value="[Seachart] Publish new release"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="118 58"/>6 <property name="plugin.main.version" value="11868"/> 7 7 8 8 <property name="plugin.author" value="Malcolm Herring"/> -
applications/editors/josm/plugins/seachart/src/seachart/ChartImage.java
r33220 r33222 8 8 import java.awt.geom.Point2D; 9 9 import java.awt.geom.Point2D.Double; 10 import java.util.Collection;11 import java.util.Collections;12 10 13 11 import javax.swing.Action; … … 150 148 return RuleSet.ALL; 151 149 } 152 153 @Override154 public Collection<String> getNativeProjections() {155 return Collections.singletonList("EPSG:3857");156 }157 150 }
Note:
See TracChangeset
for help on using the changeset viewer.