Changes between Version 12 and Version 13 of SharedTileCache
- Timestamp:
- 2014-03-24T17:59:32+01:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SharedTileCache
v12 v13 23 23 === Windows XP === 24 24 25 {{{%UserProfile%\Local Settings\Application Data\Shared TileCache\}}}25 {{{%UserProfile%\Local Settings\Application Data\SharedTileCache\}}} 26 26 27 27 === Windows Vista, 7, 8 === 28 28 29 {{{%UserProfile%\AppData\Local\Shared TileCache\}}}29 {{{%UserProfile%\AppData\Local\SharedTileCache\}}} 30 30 31 31 === Mac OS X === 32 32 33 {{{NSCachesDirectory/Shared TileCache}}} (usually "~/Library/Caches/SharedTileCache"). 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].33 {{{NSCachesDirectory/SharedTileCache}}} (usually "~/Library/Caches/SharedTileCache"). 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]. 34 34 35 35 == Tile directory layout ==
