mapbox / mbutil

Importer and Exporter of MBTiles
http://mapbox.com/developers/
BSD 3-Clause "New" or "Revised" License
755 stars 198 forks source link

Save disk space with symlinks #41

Closed shr3k closed 11 years ago

shr3k commented 11 years ago

Save disk space with relative symlinks using fast zlib.crc32() comparsion for same tile as previously processed tile (mostly one color PNG/JPG).

tmcw commented 11 years ago

Thanks, but can't merge this as-is: os.symlink is only available on Unix-like systems and mbutil supports Windows.