Static Map Service

Hi, I’ve made a web service that generates static maps (images) based on OSM tiles. Something similar to Google’s Maps Static API. Currently, it supports circle markers, polylines, polygons and icons. The software is written in Python, uses Flask and the library staticmap. Also, there are some configuration options in order to reduce server load. Actually, it’s quite simple and some features are still missing. But I hope that some of you might find it useful.

Here’s the code: https://github.com/kambrium/staticmapservice