Changeset 30550 in osm for applications/editors/josm/plugins/ElevationProfile
- Timestamp:
- 2014-08-04T02:45:06+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/ElevationProfile
- Files:
-
- 2 added
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/.classpath
r30416 r30550 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="src" path="test"/> 4 <classpathentry kind="src" path="test/unit"/> 5 5 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> 6 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> -
applications/editors/josm/plugins/ElevationProfile/test
- Property svn:externals set to
-
Property svn:ignore
set to
build
jacoco.exec
report
-
applications/editors/josm/plugins/ElevationProfile/test/unit/org/openstreetmap/josm/plugins/elevation/tests/EleVertexTest.java
r30344 r30550 54 54 EleCoordinate c2 = new EleCoordinate(new LatLon(50.8328, 7.9217), 200); 55 55 EleCoordinate c3 = new EleCoordinate(new LatLon(50.9558, 7.9217), 400); 56 EleCoordinate c4 = new EleCoordinate(new LatLon(50.5767627, 9.1938483), 100); 56 /*EleCoordinate c4 =*/ new EleCoordinate(new LatLon(50.5767627, 9.1938483), 100); 57 57 58 58 EleVertex v1 = new EleVertex(c1, c2, c3);
Note:
See TracChangeset
for help on using the changeset viewer.