Changeset 8836 in josm for trunk/test/unit/org/openstreetmap/josm/data/projection
- Timestamp:
- 2015-10-08T00:22:36+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/projection/SwissGridTest.java
r8540 r8836 47 47 public EastNorth en; 48 48 49 publicProjData(String name, double lon, double lat, double h1, double x, double y, double h2) {49 ProjData(String name, double lon, double lat, double h1, double x, double y, double h2) { 50 50 this.name = name; 51 51 ll = new LatLon(lat, lon);
Note:
See TracChangeset
for help on using the changeset viewer.