Generate static map images via a lightweight REST API
Generate static map images via a lightweight REST API
docker-staticmaps is an open-source API for rendering static map images. Easily create maps with markers, polygons, circles, polylines or text, making it perfect for embedding map images on websites or apps.
The Dockerfile and the README are from this original repository: https://github.com/dietrichmax/docker-staticmaps
Once deployed, you can access the interactive playground at your domain, or make API requests directly.
GET https://your-domain.zeabur.app/api/staticmaps?width=1000&height=1000¢er=-18.2871,147.6992&zoom=9&basemap=satellite
Visit your deployed domain to access the interactive playground where you can:
For detailed API documentation, supported basemaps, and advanced features, visit: https://dietrichmax.github.io/docker-staticmaps/
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0)
docker-staticmaps Copyright (C) 2026 Max Dietrich This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.