Changeset 21257 in osm for applications/editors/josm
- Timestamp:
- 2010-05-13T13:32:20+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/videomapping
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/.classpath
r21226 r21257 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 5 6 <classpathentry kind="lib" path="D:/Projekte/Studium/GeoProjekt/working/fmj/fmj.jar"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>7 7 <classpathentry kind="output" path="bin"/> 8 8 </classpath> -
applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/PositionLayer.java
r21226 r21257 96 96 //finds the corresponding timecode in GPXtrack 97 97 private Point getNearestPoint(Point point) { 98 Main.map.mapView.getn 98 99 99 return point; 100 100
Note:
See TracChangeset
for help on using the changeset viewer.