Changeset 21136 in osm for applications/editors/josm/plugins/slippymap
- Timestamp:
- 2010-05-06T00:16:33+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java
r21021 r21136 90 90 out("clearing tile storage"); 91 91 tileCache = new MemoryTileCache(); 92 tileCache.setCacheSize(200 0);92 tileCache.setCacheSize(200); 93 93 } 94 94
Note:
See TracChangeset
for help on using the changeset viewer.