staticmap 0.3.1

Tile based static map image renderer.
Documentation
[![docs](https://img.shields.io/docsrs/staticmap/latest)](https://docs.rs/staticmap)
[![crate](https://img.shields.io/crates/v/staticmap)](https://crates.io/crates/staticmap)

# StaticMap
StaticMap is a library for rendering images of tile based maps.

### Features
-  Render a map to a PNG image.
-  Draw features on a map, such as:
    - Lines
    - Circles
    - PNG icons

### Documentation
[API Documentation](https://docs.rs/staticmap).

### Examples
See the [/examples](/examples) folder for different examples on how to use the library.

Examples can be run with `cargo run --example <example name>`.


## Results:
#### Line
![line](/examples/results/line.png)

### Circle
![circle](/examples/results/circle.png)

### Icon
![icon](/examples/results/icon.png)