Ticket #3016: scale.patch

File scale.patch, 580 bytes (added by landwirt@…, 16 years ago)

set initial scale

  • src/org/openstreetmap/josm/gui/NavigatableComponent.java

     
    4343     * every physical pixel on screen are 10 x or 10 y units in the
    4444     * northing/easting space of the projection.
    4545     */
    46     private double scale;
     46    private double scale = 0.000001;
    4747    /**
    4848     * Center n/e coordinate of the desired screen center.
    4949     */