A super easy to use GUI for downloading map tiles
This tiny python based script allows you to download map tiles from Google, Bing, Open Street Maps, ESRI, NASA, and other providers. This script comes with an easy to use web based map UI for selecting the area and previewing tiles.
Just run the script via command line
python server.py
Then open up your web browser and navigate to http://localhost:8080
. The output map tiles will be in the output\{timestamp}\
directory by default.
Needs Python 3.0+, Pillow library, and a modern web browser. Other Python versions could work but aren't yet tested. If you can't install manually, try docker for easy setup.
Docker is a pretty simple way to install and contain applications. Install Docker on your system, and paste this on your command line:
docker run -v $PWD/output:/app/output/ -p 8080:8080 -it aliashraf/map-tiles-downloader
Now open the browser and head over to http://localhost:8080
. The downloaded maps will be stored in the output
directory.
I design map related things as a hobby, and often I have to work with offline maps that require tiles to be stored on my local system. Downloading tiles is a bit of a headache, and the current solutions have user experience issues. So I built this tiny script in a couple of hours to speed up my work.
x
, y
, z
, or quad
in itDownloading map tiles is subject to the terms and conditions of the tile provider. Some providers such as Google Maps have restrictions in place to avoid abuse, therefore before downloading any tiles make sure you understand their TOCs. I recommend not using Google, Bing, and ESRI tiles in any commercial application without their consent.
For latest releases and announcements, check out my site: aliashraf.net
This software is released under the MIT License. Please read LICENSE for information on the software availability and distribution.
Copyright (c) 2020 Ali Ashraf