Changeset 32014 in osm for applications/editors
- Timestamp:
- 2016-01-23T04:57:02+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/proj4j
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/proj4j/build.xml
r31982 r32014 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="9 419"/>6 <property name="plugin.main.version" value="9559"/> 7 7 8 8 <property name="plugin.author" value="Josh Doe <josh@joshdoe.com>"/> -
applications/editors/josm/plugins/proj4j/src/org/openstreetmap/josm/plugins/proj4j/Proj4JProjection.java
r31982 r32014 9 9 import org.openstreetmap.josm.data.coor.LatLon; 10 10 import org.openstreetmap.josm.data.projection.Projection; 11 import org.openstreetmap.josm.data.projection.proj.IPolar;12 11 13 12 public class Proj4JProjection implements Projection {
Note:
See TracChangeset
for help on using the changeset viewer.