Skip to main content

Quickstart

Run the service with Docker:

docker run -p '3000:3000/tcp' mxdcodes/docker-staticmaps:latest

Send a sample request:

curl "http://localhost:3000/api/staticmaps?width=1000&height=1000&center=-18.2871,147.6992&zoom=9&basemap=satellite"

Minimal Example

An interactive playground is available at http://localhost:3000.