Changeset 26407 in osm for applications/editors/josm/plugins/proj4j/src
- Timestamp:
- 2011-07-28T07:35:06+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/proj4j/src/org/openstreetmap/josm/plugins/proj4j/ProjectionProj4J.java
r25450 r26407 168 168 filterText = array[1]; 169 169 } 170 setupTransformations(); 170 171 } 171 172 } … … 199 200 org.osgeo.proj4j.ProjCoordinate pc1 = new org.osgeo.proj4j.ProjCoordinate(p.east(), p.north()); 200 201 org.osgeo.proj4j.ProjCoordinate pc2 = new org.osgeo.proj4j.ProjCoordinate(); 201 //System.out.println("InvFrom " + pc1.x + " " + pc 2.y);202 //System.out.println("InvFrom " + pc1.x + " " + pc1.y); 202 203 transformToWGS84.transform(pc1, pc2); 203 204 //System.out.println("InvTo " + pc2.x + " " + pc2.y);
Note:
See TracChangeset
for help on using the changeset viewer.