Changeset 34702 in osm for applications/viewer/jmapviewer
- Timestamp:
- 2018-10-29T12:41:48+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java
r34042 r34702 193 193 194 194 /** 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 /** 195 203 * Determines if this imagery supports "/status" and "/dirty" mode (tile re-rendering). 196 204 * @return <code>true</code> if it supports "/status" and "/dirty" mode (tile re-rendering)
Note:
See TracChangeset
for help on using the changeset viewer.