Ignore:
Timestamp:
2011-05-09T21:50:34+02:00 (13 years ago)
Author:
jttt
Message:

Add action Zoom to native resolution to wms layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java

    r4065 r4079  
    280280     * @param scale The scale to use.
    281281     */
    282     private void zoomTo(EastNorth newCenter, double newScale) {
     282    public void zoomTo(EastNorth newCenter, double newScale) {
    283283        Bounds b = getProjection().getWorldBoundsLatLon();
    284284        CachedLatLon cl = new CachedLatLon(newCenter);
Note: See TracChangeset for help on using the changeset viewer.