Struct convert_osm::Options [−][src]
pub struct Options { pub osm_input: String, pub name: MapName, pub clip: Option<String>, pub map_config: MapConfig, pub onstreet_parking: OnstreetParking, pub public_offstreet_parking: PublicOffstreetParking, pub private_offstreet_parking: PrivateOffstreetParking, pub include_railroads: bool, pub extra_buildings: Option<String>, }
Fields
osm_input: String
name: MapName
clip: Option<String>
The path to an osmosis boundary polygon. Highly recommended.
map_config: MapConfig
onstreet_parking: OnstreetParking
public_offstreet_parking: PublicOffstreetParking
private_offstreet_parking: PrivateOffstreetParking
include_railroads: bool
OSM railway=rail will be included as light rail if so. Cosmetic only.
extra_buildings: Option<String>
If provided, read polygons from this GeoJSON file and add them to the RawMap as buildings.
Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,