Changeset 30270 in osm
- Timestamp:
- 2014-02-10T00:51:29+01:00 (11 years ago)
- Location:
- applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java
r30248 r30270 183 183 * at the given zoom level. 184 184 * 185 * @param lat 186 * latitude of the specified coordinate 187 * @param lon 188 * longitude of the specified coordinate 185 * @param to 186 * specified coordinate 189 187 * @param zoom 190 * {@link #MIN_ZOOM} <= zoom level <= {@link #MAX_ZOOM}188 * {@link #MIN_ZOOM} <= zoom level <= {@link #MAX_ZOOM} 191 189 */ 192 190 public void setDisplayPosition(Coordinate to, int zoom) { … … 202 200 * point on the map denoted in pixels where the coordinate should 203 201 * be set 204 * @param lat 205 * latitude of the specified coordinate 206 * @param lon 207 * longitude of the specified coordinate 202 * @param to 203 * specified coordinate 208 204 * @param zoom 209 * {@link #MIN_ZOOM} <= zoom level <=205 * {@link #MIN_ZOOM} <= zoom level <= 210 206 * {@link TileSource#getMaxZoom()} 211 207 */ -
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmFileCacheTileLoader.java
r30223 r30270 340 340 * <code>LastModified</code> header: 341 341 * <ul> 342 * <li>{@link tilesources.OsmTileSource.CycleMap} - supported</li>343 * <li>{@link tilesources.OsmTileSource.Mapnik} - not supported</li>342 * <li>{@link org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.CycleMap} - supported</li> 343 * <li>{@link org.openstreetmap.gui.jmapviewer.tilesources.OsmTileSource.Mapnik} - not supported</li> 344 344 * </ul> 345 345 *
Note:
See TracChangeset
for help on using the changeset viewer.