StaticMap is a library for rendering images of tile based maps.
- Render a map to a PNG image.
- Draw features on a map, such as:
- Lines
- Circles
- PNG icons
See the /examples folder for different examples on how to use the library.
Examples can be run with cargo run --example <example name>
.