staticmap

Crates.iostaticmap
lib.rsstaticmap
version0.4.2
sourcesrc
created_at2020-09-30 10:10:09.122616
updated_at2024-01-24 07:31:03.807438
descriptionTile based static map image renderer.
homepage
repositoryhttps://github.com/danielalvsaaker/staticmap
max_upload_size
id294553
size496,168
(danielalvsaaker)

documentation

https://docs.rs/staticmap

README

Build Status docs crate

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.

Examples

See the /examples folder for different examples on how to use the library.

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

Results:

Line

line

Circle

circle

Icon

icon

Commit count: 52

cargo fmt