Changeset 31572 in osm for applications/viewer/jmapviewer/src/org/openstreetmap
- Timestamp:
- 2015-09-21T00:11:56+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Tile.java
r31466 r31572 435 435 return source; 436 436 } 437 438 /** 439 * indicate that loading process for this tile has been canceled 440 */ 441 public void loadingCanceled() { 442 loading = false; 443 loaded = false; 444 } 445 437 446 }
Note:
See TracChangeset
for help on using the changeset viewer.