Changes between Version 6 and Version 7 of SharedTileCache
- Timestamp:
- 2014-03-24T12:46:53+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SharedTileCache
v6 v7 23 23 === Windows XP === 24 24 25 {{{ C:\Documents and Settings\%USERNAME%\Local Settings\Application Data\Shared Tile Cache\}}}25 {{{%UserProfile%\Local Settings\Application Data\Shared Tile Cache\}}} 26 26 27 === Windows 7 or Vista===27 === Windows Vista, 7, 8 === 28 28 29 {{{C:\Users\%USERNAME%\AppData\Local\Shared Tile Cache\}}} 29 {{{%UserProfile%\AppData\Local\Shared Tile Cache\}}} 30 31 === Mac OS X === 32 33 {{{~/Library/Caches/Shared Tile Cache}}} (use the NSPathUtilities to locate the cache directory using [https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html NSCachesDirectory] 30 34 31 35 == Tile directory layout ==