Changeset 26299 in osm for applications/editors/josm/plugins/walkingpapers
- Timestamp:
- 2011-07-10T23:22:15+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/walkingpapers
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/walkingpapers/build.xml
r26174 r26299 26 26 --> 27 27 <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"/> 29 29 <property name="josm" location="../../core/dist/josm-custom.jar"/> 30 30 <property name="plugin.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java
r23190 r26299 238 238 for (int y = viewportMinY - 1; y <= viewportMaxY + 1; y++) { 239 239 LatLon tmpLL = new LatLon(tileYToLat(y), lon); 240 pixelpos[x - viewportMinX + 1][y - viewportMinY + 1] = mv.getPoint(Main. proj240 pixelpos[x - viewportMinX + 1][y - viewportMinY + 1] = mv.getPoint(Main.getProjection() 241 241 .latlon2eastNorth(tmpLL)); 242 242 }
Note:
See TracChangeset
for help on using the changeset viewer.
