Skip to content
  • James Westman's avatar
    file-cache: Add methods to store/retrieve raw data · 33167037
    James Westman authored and Marcus Lundblad's avatar Marcus Lundblad committed
    Add methods to ShumateFileCache to store and retrieve raw tile data,
    rather than going through the ShumateMapSource interface. This will
    allow ShumateNetworkTileSource to have its own file cache without a map
    source chain.
    
    The methods are asynchronous, but there are still some blocking I/O calls left.
    
    Also added a ShumateFileCache:cache-key property. This is used instead
    of its map source ID.
    33167037