Overflow map tiles
Static GTA V map tileset for the in-game map panels. Images only — no API.
URL format
https://map.overflow5m.com/{style}/{z}/{x}/{y}.{ext}
https://map.overflow5m.com/{style}/empty.{ext} ← drawn where a tile is missing
Styles
| Style | Extension | Zoom | Example |
|---|---|---|---|
styleSatelite | jpg | 0–5 | /styleSatelite/3/4/5.jpg |
styleAtlas | jpg | 0–5 | /styleAtlas/3/4/5.jpg |
styleGrid | png | 0–5 | /styleGrid/3/4/5.png |
The styleSatelite spelling is the tileset's own: it is a folder name on disk, not a label. /tiles/… is accepted as an alias for the same files.
Preview



Caching
Tiles are served with Cache-Control: public, max-age=2592000, immutable and open CORS. A tile never changes for its coordinates, so regenerating the tileset ships a new image and needs a Cloudflare purge.