shithub: mapfs

ref: 5390510d0ae960fae9a0a9039bb9da3d1f4f969c
dir: /Readme.md/

View raw version
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.