|
Last change
on this file since 30197 was 29690, checked in by akks, 12 years ago |
|
JOSM/ImageryCache: add optional imagerycache.randomAccessFile parameter for slower but less system-dependent storage
|
|
File size:
806 bytes
|
| Line | |
|---|
| 1 | 15.03.2013, 29363: Initial commit
|
|---|
| 2 | 07.04.2013 :
|
|---|
| 3 | * Updated MapDB from GitHub, version 06.04, occasional deadlock on start fixed
|
|---|
| 4 | * Java 1.6 compatibilty due to update of MapDB
|
|---|
| 5 | * Metadata is loaded from database correctly
|
|---|
| 6 | * Code refactoring, iterfaces introduces
|
|---|
| 7 | * Stop background database operations on closing (much less errors on shutdown), needs MapDB one-line hack
|
|---|
| 8 | * Multiple JOSM instances now store JOSM in multiple files (Mapnik, Mapnik_1, Mapnik_2, etc.) , Mapnik.lock file indicates that the file is currently used
|
|---|
| 9 | * DAO object is a singleton now, one file per JVM will be created
|
|---|
| 10 | * Cache directory is created if needed
|
|---|
| 11 |
|
|---|
| 12 | 21.06.2013 :
|
|---|
| 13 | * Add optional imagerycache.randomAccessFile parameter for slower but less system-dependent storage
|
|---|
| 14 | (RandomAccessFile instead of memory mapped file)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.