Last active
August 29, 2015 14:06
-
-
Save esisa/d3f33d44b669cdae001b to your computer and use it in GitHub Desktop.
offline_map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mb = MBTilesBuilder( tiles_url=«http://example.com/url_til_cache/, filepath=«/tmp/offline_fil.mbtiles», remote=True, cache=False) | |
| mb.add_coverage(bbox=( 9.83, 60.2, 10.02, 60.8 ), zoomlevels=[ 7,8,9,10,11,12,13 ] ) | |
| mb.run() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment