Ignore:
Timestamp:
2011-07-10T23:22:15+02:00 (14 years ago)
Author:
stoecker
Message:

i18n update, update to josm core cleanup

Location:
applications/editors/josm/plugins/wms-turbo-challenge2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wms-turbo-challenge2/build.xml

    r26174 r26299  
    6767                <attribute name="Plugin-Icon" value="images/wmsracer.png"/>
    6868                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/>
    69                 <attribute name="Plugin-Mainversion" value="4065"/>
     69                <attribute name="Plugin-Mainversion" value="4126"/>
    7070                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    7171            </manifest>
  • applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java

    r26174 r26299  
    104104             * have a fix and add any distortions.  */
    105105
    106             segment.add(new WayPoint(Main.proj.eastNorth2latlon(
     106            segment.add(new WayPoint(Main.getProjection().eastNorth2latlon(
    107107                    new EastNorth(lon, lat))));
    108108        }
Note: See TracChangeset for help on using the changeset viewer.