Changes between Version 3 and Version 4 of SharedTileCache


Ignore:
Timestamp:
2014-03-23T18:56:24+01:00 (11 years ago)
Author:
wavexx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SharedTileCache

    v3 v4  
    3131== Tile directory layout ==
    3232
    33 Under the cache directory root, each directory contains an independent tile cache directory. Each directory can be any valid arbitrary directory name, but ''should'' be an understandable short ID for the tile provider (such as "Mapnik", "Bing", etc). Applications '''must not''' rely on the short ID name, but the must instead parse the cache properties as outlined in [#CacheDiscovery].
     33Under the cache directory root, each directory contains an independent tile cache directory. Each directory can be any valid arbitrary directory name, but ''should'' be an understandable short ID for the tile provider (such as "Mapnik", "Bing", etc). Applications '''must not''' rely on the short ID name, but '''must''' instead parse the cache properties as outlined in [#CacheDiscovery].
    3434
    3535The content of the tile cache is the same as followed by [http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames Slippy Map], with the difference that each file can be located by the pattern "/zoom/x/y.extension".