Skip to content

fivenet-app/livemap-tiles

Repository files navigation

livemap-tiles

Discord fivenet.app Website

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.

Folders

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/

Credits

Development

Building Tiles

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

About

Pre-generated livemap tiles generated from the Virus_City Postal Code Map based on the DLK HD Atlas Map.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors