Changes between Version 12 and Version 13 of SharedTileCache


Ignore:
Timestamp:
2014-03-24T17:59:32+01:00 (12 years ago)
Author:
Don-vip
Comment:

remove spaces in path

Legend:

Unmodified
Added
Removed
Modified
  • SharedTileCache

    v12 v13  
    2323=== Windows XP ===
    2424
    25 {{{%UserProfile%\Local Settings\Application Data\Shared Tile Cache\}}}
     25{{{%UserProfile%\Local Settings\Application Data\SharedTileCache\}}}
    2626
    2727=== Windows Vista, 7, 8 ===
    2828
    29 {{{%UserProfile%\AppData\Local\Shared Tile Cache\}}}
     29{{{%UserProfile%\AppData\Local\SharedTileCache\}}}
    3030
    3131=== Mac OS X ===
    3232
    33 {{{NSCachesDirectory/Shared Tile Cache}}} (usually "~/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].
     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].
    3434
    3535== Tile directory layout ==