Skip to content

Instantly share code, notes, and snippets.

@esisa
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save esisa/d3f33d44b669cdae001b to your computer and use it in GitHub Desktop.

Select an option

Save esisa/d3f33d44b669cdae001b to your computer and use it in GitHub Desktop.
offline_map
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