From 9155021c6be2133a7b9a27362ffd2aa4ad19f6db Mon Sep 17 00:00:00 2001 From: dabreegster Date: Tue, 12 Jan 2021 20:03:33 +0000 Subject: [PATCH] deploy: a1988f269c068242637404ee49d7ca436f786a8c --- .../convert_osm/extract/fn.get_area_type.html | 2 +- .../extract/fn.get_bldg_amenities.html | 2 +- rustdoc/convert_osm/extract/fn.is_bldg.html | 2 +- rustdoc/convert_osm/extract/fn.is_road.html | 2 +- rustdoc/convert_osm/extract/index.html | 2 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/importer/fn.oneshot.html | 2 +- rustdoc/importer/index.html | 2 +- .../seattle/fn.add_gtfs_schedules.html | 2 +- .../seattle/fn.adjust_private_parking.html | 2 +- .../fn.match_parcels_to_buildings.html | 2 +- rustdoc/importer/seattle/fn.osm_to_raw.html | 2 +- rustdoc/importer/seattle/index.html | 2 +- .../seattle/struct.StopTimeRecord.html | 6 ++-- .../importer/seattle/struct.TripRecord.html | 6 ++-- rustdoc/map_gui/colors/fn.hex.html | 2 +- rustdoc/map_gui/colors/fn.modulo_color.html | 2 +- rustdoc/map_gui/colors/index.html | 2 +- .../map_gui/colors/struct.ColorScheme.html | 7 +++-- rustdoc/map_gui/render/map/index.html | 2 +- .../map_gui/render/map/struct.DrawMap.html | 6 ++-- rustdoc/map_gui/render/struct.DrawMap.html | 6 ++-- rustdoc/map_model/enum.DrivingSide.html | 14 ++++----- .../initial/lane_specs/fn.assemble_ltr.html | 2 +- .../lane_specs/fn.get_lane_specs_ltr.html | 2 +- .../make/initial/lane_specs/index.html | 2 +- rustdoc/map_model/map/enum.DrivingSide.html | 14 ++++----- rustdoc/map_model/map/index.html | 2 +- rustdoc/map_model/map/struct.MapConfig.html | 6 ++-- .../map_model/objects/intersection/index.html | 2 +- .../intersection/struct.Intersection.html | 6 ++-- rustdoc/map_model/objects/road/index.html | 2 +- .../map_model/objects/road/struct.Road.html | 12 ++++---- .../map_model/objects/stop_signs/index.html | 2 +- .../stop_signs/struct.ControlStopSign.html | 4 +-- .../map_model/raw/enum.RestrictionType.html | 20 ++++++------- rustdoc/map_model/raw/index.html | 2 +- rustdoc/map_model/raw/struct.RawArea.html | 10 +++---- rustdoc/map_model/raw/struct.RawBuilding.html | 10 +++---- rustdoc/map_model/raw/struct.RawBusRoute.html | 8 ++--- rustdoc/map_model/raw/struct.RawBusStop.html | 8 ++--- .../map_model/raw/struct.RawIntersection.html | 16 +++++----- rustdoc/map_model/raw/struct.RawMap.html | 4 +-- .../map_model/raw/struct.RawParkingLot.html | 10 +++---- rustdoc/map_model/raw/struct.RawRoad.html | 18 +++++------ .../map_model/raw/struct.TurnRestriction.html | 24 +++++++-------- rustdoc/map_model/struct.ControlStopSign.html | 4 +-- rustdoc/map_model/struct.Intersection.html | 6 ++-- rustdoc/map_model/struct.Map.html | 12 ++++---- rustdoc/map_model/struct.MapConfig.html | 6 ++-- rustdoc/map_model/struct.Road.html | 12 ++++---- rustdoc/search-index.js | 26 ++++++++-------- rustdoc/src/convert_osm/extract.rs.html | 24 +++++++++++++-- .../game-b5501e76eef510ad/out/built.rs.html | 2 +- rustdoc/src/importer/main.rs.html | 2 ++ rustdoc/src/importer/seattle.rs.html | 2 ++ rustdoc/src/map_gui/colors.rs.html | 4 +++ rustdoc/src/map_gui/render/map.rs.html | 8 +++++ .../map_model/make/initial/lane_specs.rs.html | 30 +++++++++++++++++++ rustdoc/src/map_model/map.rs.html | 6 ++++ .../map_model/objects/intersection.rs.html | 8 +++++ rustdoc/src/map_model/objects/road.rs.html | 12 ++++++++ .../src/map_model/objects/stop_signs.rs.html | 14 +++++---- rustdoc/src/map_model/raw.rs.html | 2 ++ rustdoc/src/tests/main.rs.html | 2 ++ rustdoc/tests/fn.check_proposals.html | 2 +- rustdoc/tests/fn.dump_route_goldenfile.html | 2 +- rustdoc/tests/fn.dump_turn_goldenfile.html | 2 +- rustdoc/tests/fn.import_map.html | 2 +- rustdoc/tests/fn.smoke_test.html | 2 +- rustdoc/tests/fn.test_lane_changing.html | 2 +- rustdoc/tests/index.html | 2 +- 72 files changed, 282 insertions(+), 179 deletions(-) diff --git a/rustdoc/convert_osm/extract/fn.get_area_type.html b/rustdoc/convert_osm/extract/fn.get_area_type.html index 6451b7fc1f..a1ab675e51 100644 --- a/rustdoc/convert_osm/extract/fn.get_area_type.html +++ b/rustdoc/convert_osm/extract/fn.get_area_type.html @@ -1,4 +1,4 @@ convert_osm::extract::get_area_type - Rust

[][src]Function convert_osm::extract::get_area_type

fn get_area_type(tags: &Tags) -> Option<AreaType>
\ No newline at end of file + Change settings

[][src]Function convert_osm::extract::get_area_type

fn get_area_type(tags: &Tags) -> Option<AreaType>
\ No newline at end of file diff --git a/rustdoc/convert_osm/extract/fn.get_bldg_amenities.html b/rustdoc/convert_osm/extract/fn.get_bldg_amenities.html index 0661c0aa69..7f6dabed63 100644 --- a/rustdoc/convert_osm/extract/fn.get_bldg_amenities.html +++ b/rustdoc/convert_osm/extract/fn.get_bldg_amenities.html @@ -1,4 +1,4 @@ convert_osm::extract::get_bldg_amenities - Rust

[][src]Function convert_osm::extract::get_bldg_amenities

fn get_bldg_amenities(tags: &Tags) -> Vec<Amenity>
\ No newline at end of file + Change settings

[][src]Function convert_osm::extract::get_bldg_amenities

fn get_bldg_amenities(tags: &Tags) -> Vec<Amenity>
\ No newline at end of file diff --git a/rustdoc/convert_osm/extract/fn.is_bldg.html b/rustdoc/convert_osm/extract/fn.is_bldg.html index 1e5e470242..a7dc832638 100644 --- a/rustdoc/convert_osm/extract/fn.is_bldg.html +++ b/rustdoc/convert_osm/extract/fn.is_bldg.html @@ -1,4 +1,4 @@ convert_osm::extract::is_bldg - Rust

[][src]Function convert_osm::extract::is_bldg

fn is_bldg(tags: &Tags) -> bool
\ No newline at end of file + Change settings

[][src]Function convert_osm::extract::is_bldg

fn is_bldg(tags: &Tags) -> bool
\ No newline at end of file diff --git a/rustdoc/convert_osm/extract/fn.is_road.html b/rustdoc/convert_osm/extract/fn.is_road.html index 5fc420ae3d..b8942ea44e 100644 --- a/rustdoc/convert_osm/extract/fn.is_road.html +++ b/rustdoc/convert_osm/extract/fn.is_road.html @@ -1,4 +1,4 @@ convert_osm::extract::is_road - Rust

[][src]Function convert_osm::extract::is_road

fn is_road(tags: &mut Tags, opts: &Options) -> bool
\ No newline at end of file + Change settings

[][src]Function convert_osm::extract::is_road

fn is_road(tags: &mut Tags, opts: &Options) -> bool
\ No newline at end of file diff --git a/rustdoc/convert_osm/extract/index.html b/rustdoc/convert_osm/extract/index.html index 14743afa17..c3439224f8 100644 --- a/rustdoc/convert_osm/extract/index.html +++ b/rustdoc/convert_osm/extract/index.html @@ -1,6 +1,6 @@ convert_osm::extract - Rust

[][src]Module convert_osm::extract

Structs

+ Change settings

[][src]Module convert_osm::extract

Structs

OsmExtract

Functions

extract_osm
get_area_type
get_bldg_amenities
is_bldg
is_road
\ No newline at end of file diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index 702efd11b7..6bb9e26e37 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,5 +1,5 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Tue, 12 Jan 2021 17:59:45 +0000";

The built-time in RFC2822, UTC

+ Change settings

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Tue, 12 Jan 2021 20:00:46 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/importer/fn.oneshot.html b/rustdoc/importer/fn.oneshot.html index b4e81a7406..eb40da4173 100644 --- a/rustdoc/importer/fn.oneshot.html +++ b/rustdoc/importer/fn.oneshot.html @@ -1,4 +1,4 @@ importer::oneshot - Rust

[][src]Function importer::oneshot

fn oneshot(
    osm_path: String,
    clip: Option<String>,
    drive_on_right: bool,
    inferred_sidewalks: bool,
    build_ch: bool,
    keep_bldg_tags: bool
)
\ No newline at end of file + Change settings

[][src]Function importer::oneshot

fn oneshot(
    osm_path: String,
    clip: Option<String>,
    drive_on_right: bool,
    inferred_sidewalks: bool,
    build_ch: bool,
    keep_bldg_tags: bool
)
\ No newline at end of file diff --git a/rustdoc/importer/index.html b/rustdoc/importer/index.html index 3ea7aab2f1..d8608f08bb 100644 --- a/rustdoc/importer/index.html +++ b/rustdoc/importer/index.html @@ -1,7 +1,7 @@ importer - Rust

[][src]Crate importer

It's assumed that the importer is run with the current directory as the project repository; aka + Change settings

[][src]Crate importer

It's assumed that the importer is run with the current directory as the project repository; aka ./data/ and ./importer/config must exist.

Modules

berlin
configuration
dependencies
generic
leeds
london
seattle
utils

Structs

diff --git a/rustdoc/importer/seattle/fn.add_gtfs_schedules.html b/rustdoc/importer/seattle/fn.add_gtfs_schedules.html index 9d5afde4a8..8ea91cfc52 100644 --- a/rustdoc/importer/seattle/fn.add_gtfs_schedules.html +++ b/rustdoc/importer/seattle/fn.add_gtfs_schedules.html @@ -1,7 +1,7 @@ importer::seattle::add_gtfs_schedules - Rust

[][src]Function importer::seattle::add_gtfs_schedules

pub fn add_gtfs_schedules(map: &mut Map)

This import from GTFS:

+ Change settings

[][src]Function importer::seattle::add_gtfs_schedules

pub fn add_gtfs_schedules(map: &mut Map)

This import from GTFS:

  • is specific to Seattle, whose files don't seem to match https://developers.google.com/transit/gtfs/reference
  • is probably wrong
  • diff --git a/rustdoc/importer/seattle/fn.adjust_private_parking.html b/rustdoc/importer/seattle/fn.adjust_private_parking.html index a78456664d..8601cfe1bb 100644 --- a/rustdoc/importer/seattle/fn.adjust_private_parking.html +++ b/rustdoc/importer/seattle/fn.adjust_private_parking.html @@ -1,4 +1,4 @@ importer::seattle::adjust_private_parking - Rust

    [][src]Function importer::seattle::adjust_private_parking

    pub fn adjust_private_parking(map: &mut Map, scenario: &Scenario)
    \ No newline at end of file + Change settings

[][src]Function importer::seattle::adjust_private_parking

pub fn adjust_private_parking(map: &mut Map, scenario: &Scenario)
\ No newline at end of file diff --git a/rustdoc/importer/seattle/fn.match_parcels_to_buildings.html b/rustdoc/importer/seattle/fn.match_parcels_to_buildings.html index 2b4e66bda0..ff13f483a0 100644 --- a/rustdoc/importer/seattle/fn.match_parcels_to_buildings.html +++ b/rustdoc/importer/seattle/fn.match_parcels_to_buildings.html @@ -1,5 +1,5 @@ importer::seattle::match_parcels_to_buildings - Rust

[][src]Function importer::seattle::match_parcels_to_buildings

pub fn match_parcels_to_buildings(map: &mut Map, timer: &mut Timer<'_>)

Match OSM buildings to parcels, scraping the number of housing units.

+ Change settings

[][src]Function importer::seattle::match_parcels_to_buildings

pub fn match_parcels_to_buildings(map: &mut Map, timer: &mut Timer<'_>)

Match OSM buildings to parcels, scraping the number of housing units.

\ No newline at end of file diff --git a/rustdoc/importer/seattle/fn.osm_to_raw.html b/rustdoc/importer/seattle/fn.osm_to_raw.html index 338df34419..9d2b391bea 100644 --- a/rustdoc/importer/seattle/fn.osm_to_raw.html +++ b/rustdoc/importer/seattle/fn.osm_to_raw.html @@ -1,4 +1,4 @@ importer::seattle::osm_to_raw - Rust

[][src]Function importer::seattle::osm_to_raw

pub fn osm_to_raw(
    name: &str,
    timer: &mut Timer<'_>,
    config: &ImporterConfiguration
)
\ No newline at end of file + Change settings

[][src]Function importer::seattle::osm_to_raw

pub fn osm_to_raw(
    name: &str,
    timer: &mut Timer<'_>,
    config: &ImporterConfiguration
)
\ No newline at end of file diff --git a/rustdoc/importer/seattle/index.html b/rustdoc/importer/seattle/index.html index 9656151efa..c5e19b27d0 100644 --- a/rustdoc/importer/seattle/index.html +++ b/rustdoc/importer/seattle/index.html @@ -1,7 +1,7 @@ importer::seattle - Rust

[][src]Module importer::seattle

Structs

+ Change settings

[][src]Module importer::seattle

Structs

StopTimeRecord
TripRecord

Functions

add_gtfs_schedules

This import from GTFS:

adjust_private_parking
input
match_parcels_to_buildings

Match OSM buildings to parcels, scraping the number of housing units.

diff --git a/rustdoc/importer/seattle/struct.StopTimeRecord.html b/rustdoc/importer/seattle/struct.StopTimeRecord.html index c122b31a99..2172fea1b0 100644 --- a/rustdoc/importer/seattle/struct.StopTimeRecord.html +++ b/rustdoc/importer/seattle/struct.StopTimeRecord.html @@ -1,12 +1,12 @@ importer::seattle::StopTimeRecord - Rust

[][src]Struct importer::seattle::StopTimeRecord

struct StopTimeRecord {
+                Change settings

[][src]Struct importer::seattle::StopTimeRecord

struct StopTimeRecord {
     trip_id: String,
     arrival_time: String,
 }

- Fields

trip_id: Stringarrival_time: String

Trait Implementations

impl Debug for StopTimeRecord[src]

impl<'de> Deserialize<'de> for StopTimeRecord[src]