Ignore:
Timestamp:
2018-10-29T12:41:48+01:00 (6 years ago)
Author:
donvip
Message:

fix #josm16910 - Add public setter method for TileSourceInfo.cookies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java

    r34042 r34702  
    193193
    194194    /**
     195     * Sets the cookies to be sent together with request
     196     * @param cookies cookies to be sent along with request to tile source
     197     */
     198    public final void setCookies(String cookies) {
     199        this.cookies = cookies;
     200    }
     201
     202    /**
    195203     * Determines if this imagery supports "/status" and "/dirty" mode (tile re-rendering).
    196204     * @return <code>true</code> if it supports "/status" and "/dirty" mode (tile re-rendering)
Note: See TracChangeset for help on using the changeset viewer.