Crate osm_geo_mapper[][src]

Re-exports

pub extern crate geo_types;

Modules

features
interface
nominatim
openstreetmap
operations
osmtogeojson
viewer

Macros

create_enum

Helper macro to create the many enums used in this library.

print_geotile_attributes

Helper macro to pretty-print all the Option attributes of a particular GeoTile variant. print_geotile_attributes!(f => field1, field2, …) Where f is a &mut fmt::Formatter (available when implementing fmt::Display).