enzet / map-machine

Python renderer for OpenStreetMap with custom icons intended to display as many map features as possible
MIT License
515 stars 34 forks source link

Add background option to enable/disable background. #169

Open white-gecko opened 1 month ago

white-gecko commented 1 month ago

Since there is no RGBA support in the used colour package https://github.com/vaab/colour/issues/42 I have added an option to not add the background rect. This allows to render osm files, that can then be used as overlay/layer on top of other base map images.

(Was #166 )