Skip to content

Latest commit

 

History

History

open-street-maps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Open Street Maps

Collection of binaries using an https://a.tile.osm.org tile provider.

Running

# Multiple binaries to show off drawing different geometries.
cargo run --package "open-street-maps" --bin <point|line|line_string|polygon>

Outputs

Point

Example Output

Line

Example Output

Line String

Example Output

Polygon

Example Output