Changeset 31431 in osm for applications/viewer
- Timestamp:
- 2015-08-01T23:04:26+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java
r31430 r31431 13 13 public class TileSourceInfo { 14 14 /** id for this imagery entry, optional at the moment */ 15 pr ivatefinal String id;15 protected final String id; 16 16 17 17 /** URL of the imagery service */ 18 pr ivatefinal String url;18 protected final String url; 19 19 20 20 /** name of the imagery layer */ 21 pr ivatefinal String name;21 protected final String name; 22 22 23 23 /** headers meaning, that there is no tile at this zoom level */
Note:
See TracChangeset
for help on using the changeset viewer.