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/walkingpapers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/walkingpapers/build.xml

    r26174 r26299  
    2626    -->
    2727    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    28     <property name="plugin.main.version" value="3835"/>
     28    <property name="plugin.main.version" value="4126"/>
    2929    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3030    <property name="plugin.dist.dir" value="../../dist"/>
  • TabularUnified applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java

    r23190 r26299  
    238238            for (int y = viewportMinY - 1; y <= viewportMaxY + 1; y++) {
    239239                LatLon tmpLL = new LatLon(tileYToLat(y), lon);
    240                 pixelpos[x - viewportMinX + 1][y - viewportMinY + 1] = mv.getPoint(Main.proj
     240                pixelpos[x - viewportMinX + 1][y - viewportMinY + 1] = mv.getPoint(Main.getProjection()
    241241                        .latlon2eastNorth(tmpLL));
    242242            }
Note: See TracChangeset for help on using the changeset viewer.