Update your installation to the latest version:
=== "pip"
```bash
# pip show prettymapp # check currently installed version
pip install prettymapp --upgrade
```
December 25, 2025
- Add image download button with format (png, svg) selection
- Small improvements to local run config
December 29, 2024
- Adds boolean
creditsparameter to thePlotclass. Set toFalseto hide the OSM/package credits on the map. - Fixes an issue where customized landcover_classes where ignored in
get_osm_geometries. - Fixes an issue where setting a landcover_class to
Falseresulted in a Keyerror. - Various documentation & example improvements.
November 30, 2024
- Allow selection of landcover classes via new
landcover_classesparameter inget_osm_geometries drawing_settingsparameter inPlotnow defaults toSTYLES["Peach"]pyproject.tomlreplaces setup.py & requirements.txt files
April 23, 2024
- Add get_osm_geometries_from_xml to plot OSM XML files
- Add Dockerfile
August 25, 2023
- Upgraded dependencies, adjust deprecated functions.
December 03, 2022
- Initial stable release on pypi