ref: 1885f38f890e6e85d0dd53f07b9c4f4b02c25073
dir: /Readme.md/
Map Filesystem ============== This filesystem provides a cached tile server for Open Street Map tiles. Usage ----- - `-s srvname`: post in `/srv` - `-m mtpt`: mountpoint (default `/mnt/map`) - `-c cache`: cache directory (default `/tmp/mapcache`) - `-z maxzoom`: maximum zoom level (default `19`) Filesystem ---------- The filesystem has three hierarchy levels and reflects the web interface: 1. Zoom level 2. X tile coordinate 3. Y tile coordinate Reading a full coordinate path (e. g. `5/5/5`) downloads the tile to cache and returns it. Deleting a file only deletes the file from the cache. This is useful to flush the cache.