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
.
Currently only the postal code map is available here.
- Postal Code Map & Minimap - New & Improved - v1.3 by Virus_City
- DLK HD Atlas Map For FiveM by DieLikeKane
- Grid Overlay Map by chiliadmystery on Reddit (note: I have seen this overlay posted in various places, but this is the earliest I could find it)
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 tiles