Ticket #3016: scale.patch
File scale.patch, 580 bytes (added by , 16 years ago) |
---|
-
src/org/openstreetmap/josm/gui/NavigatableComponent.java
43 43 * every physical pixel on screen are 10 x or 10 y units in the 44 44 * northing/easting space of the projection. 45 45 */ 46 private double scale ;46 private double scale = 0.000001; 47 47 /** 48 48 * Center n/e coordinate of the desired screen center. 49 49 */