Ignore:
Timestamp:
2010-05-13T13:32:20+02:00 (14 years ago)
Author:
guardian
Message:
 
Location:
applications/editors/josm/plugins/videomapping
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/videomapping/.classpath

    r21226 r21257  
    33        <classpathentry kind="src" path="src"/>
    44        <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"/>
    56        <classpathentry kind="lib" path="D:/Projekte/Studium/GeoProjekt/working/fmj/fmj.jar"/>
    6         <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="bin"/>
    88</classpath>
  • applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/PositionLayer.java

    r21226 r21257  
    9696        //finds the corresponding timecode in GPXtrack
    9797        private Point getNearestPoint(Point point) {
    98                 Main.map.mapView.getn
     98
    9999                return point;
    100100               
Note: See TracChangeset for help on using the changeset viewer.