Pre-generated livemap tiles generated from the Virus_City Postal Code Map based on the DLK HD Atlas Map (links to resources and authors in credits section).
These are generated leaflet tiles ready to be used with FiveNet's livemap feature. They have been generated using a customized gdal2tiles version from GitHub commenthol/gdal2tiles-leaflet to work with Leaflet.
To note the map image files have been scaled up to a resolution of 16384x16384 before being run through gdal2tiles.
Additionally to save storage and "optimize" the images, they have been run through optipng with the following options -strip all -clobber -fix -o9.
overlays/ # Contains image overlays for FiveNet's livemap feature.
└── cayo-perico
tiles/ # Contains the pre-generated tiles in a structure ready to be used with FiveNet's livemap feature.
├── postal/
└── satelite/
- Base Map
- Cayo Perico Island
- Cayo Perico Satelitte Map V3 by jonstyle83
- Cayo Perico Atlas Postal Map by DZ2024 Should you want any file removed from this repository, please contact the FiveNet organization email address with your request, thanks!
You must have Python3.13 and GDAL installed to build the tiles.
# Clone the repository
git clone https://github.com/fivenet-app/livemap-tiles.git
cd livemap-tiles
python3 -m venv .venv
source .venv/bin/activate
make gen-tiles
make optimize-tiles