diff --git a/rustdoc/map_gui/tools/fn.app_header.html b/rustdoc/map_gui/tools/fn.app_header.html index 8f3101df18..e28c341eba 100644 --- a/rustdoc/map_gui/tools/fn.app_header.html +++ b/rustdoc/map_gui/tools/fn.app_header.html @@ -1,5 +1,5 @@ app_header in map_gui::tools - Rust -

Function map_gui::tools::app_header[][src]

pub fn app_header(ctx: &EventCtx<'_>, app: &dyn AppLike, title: &str) -> Widget
Expand description

A standard way to group a home button back to the title screen, the title of the current app, +

Function map_gui::tools::app_header[][src]

pub fn app_header(ctx: &EventCtx<'_>, app: &dyn AppLike, title: &str) -> Widget
Expand description

A standard way to group a home button back to the title screen, the title of the current app, and a button to change maps. Callers must handle the change map and home click events.

\ No newline at end of file diff --git a/rustdoc/map_gui/tools/fn.change_map_btn.html b/rustdoc/map_gui/tools/fn.change_map_btn.html index 908edbdffb..0e6067557c 100644 --- a/rustdoc/map_gui/tools/fn.change_map_btn.html +++ b/rustdoc/map_gui/tools/fn.change_map_btn.html @@ -1,4 +1,4 @@ change_map_btn in map_gui::tools - Rust -

Function map_gui::tools::change_map_btn[][src]

pub fn change_map_btn(ctx: &EventCtx<'_>, app: &dyn AppLike) -> Widget
Expand description

A button to change maps, with default keybindings

+

Function map_gui::tools::change_map_btn[][src]

pub fn change_map_btn(ctx: &EventCtx<'_>, app: &dyn AppLike) -> Widget
Expand description

A button to change maps, with default keybindings

\ No newline at end of file diff --git a/rustdoc/map_gui/tools/fn.find_exe.html b/rustdoc/map_gui/tools/fn.find_exe.html index 5f83cf5db7..342cbac89d 100644 --- a/rustdoc/map_gui/tools/fn.find_exe.html +++ b/rustdoc/map_gui/tools/fn.find_exe.html @@ -1,4 +1,4 @@ find_exe in map_gui::tools - Rust -

Function map_gui::tools::find_exe[][src]

pub fn find_exe(cmd: &str) -> String
Expand description

Returns the path to an executable. Native-only.

+

Function map_gui::tools::find_exe[][src]

pub fn find_exe(cmd: &str) -> String
Expand description

Returns the path to an executable. Native-only.

\ No newline at end of file diff --git a/rustdoc/map_gui/tools/fn.home_btn.html b/rustdoc/map_gui/tools/fn.home_btn.html index c743a29347..96d6dd31fe 100644 --- a/rustdoc/map_gui/tools/fn.home_btn.html +++ b/rustdoc/map_gui/tools/fn.home_btn.html @@ -1,4 +1,4 @@ home_btn in map_gui::tools - Rust -

Function map_gui::tools::home_btn[][src]

pub fn home_btn(ctx: &EventCtx<'_>) -> Widget
Expand description

A button to return to the title screen

+

Function map_gui::tools::home_btn[][src]

pub fn home_btn(ctx: &EventCtx<'_>) -> Widget
Expand description

A button to return to the title screen

\ No newline at end of file diff --git a/rustdoc/map_gui/tools/fn.intersections_from_roads.html b/rustdoc/map_gui/tools/fn.intersections_from_roads.html index c0a5518cb5..013ad45c71 100644 --- a/rustdoc/map_gui/tools/fn.intersections_from_roads.html +++ b/rustdoc/map_gui/tools/fn.intersections_from_roads.html @@ -1,3 +1,3 @@ intersections_from_roads in map_gui::tools - Rust -

Function map_gui::tools::intersections_from_roads[][src]

pub fn intersections_from_roads(
    roads: &BTreeSet<RoadID>,
    map: &Map
) -> BTreeSet<IntersectionID>
+

Function map_gui::tools::intersections_from_roads[][src]

pub fn intersections_from_roads(
    roads: &BTreeSet<RoadID>,
    map: &Map
) -> BTreeSet<IntersectionID>
\ No newline at end of file diff --git a/rustdoc/map_gui/tools/fn.nice_country_name.html b/rustdoc/map_gui/tools/fn.nice_country_name.html index c4c55adcaa..f6d8b41de3 100644 --- a/rustdoc/map_gui/tools/fn.nice_country_name.html +++ b/rustdoc/map_gui/tools/fn.nice_country_name.html @@ -1,3 +1,3 @@ nice_country_name in map_gui::tools - Rust -

Function map_gui::tools::nice_country_name[][src]

pub fn nice_country_name(code: &str) -> &str
+

Function map_gui::tools::nice_country_name[][src]

pub fn nice_country_name(code: &str) -> &str
\ No newline at end of file diff --git a/rustdoc/map_gui/tools/fn.nice_map_name.html b/rustdoc/map_gui/tools/fn.nice_map_name.html index 3c8ea1d653..74eaee5327 100644 --- a/rustdoc/map_gui/tools/fn.nice_map_name.html +++ b/rustdoc/map_gui/tools/fn.nice_map_name.html @@ -1,3 +1,3 @@ nice_map_name in map_gui::tools - Rust -

Function map_gui::tools::nice_map_name[][src]

pub fn nice_map_name(name: &MapName) -> &str
+

Function map_gui::tools::nice_map_name[][src]

pub fn nice_map_name(name: &MapName) -> &str
\ No newline at end of file diff --git a/rustdoc/map_gui/tools/fn.open_browser.html b/rustdoc/map_gui/tools/fn.open_browser.html index 6feac4d76e..d2f6328762 100644 --- a/rustdoc/map_gui/tools/fn.open_browser.html +++ b/rustdoc/map_gui/tools/fn.open_browser.html @@ -1,3 +1,3 @@ open_browser in map_gui::tools - Rust -

Function map_gui::tools::open_browser[][src]

pub fn open_browser<I: AsRef<str>>(url: I)
+

Function map_gui::tools::open_browser[][src]

pub fn open_browser<I: AsRef<str>>(url: I)
\ No newline at end of file diff --git a/rustdoc/map_gui/tools/index.html b/rustdoc/map_gui/tools/index.html index f244757a1a..bdc2269fa3 100644 --- a/rustdoc/map_gui/tools/index.html +++ b/rustdoc/map_gui/tools/index.html @@ -1,5 +1,5 @@ map_gui::tools - Rust -

Module map_gui::tools[][src]

Expand description

Assorted tools and UI states that’re useful for applications built to display maps.

+

Module map_gui::tools[][src]

Expand description

Assorted tools and UI states that’re useful for applications built to display maps.

Modules

Structs

diff --git a/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html index 8304a5ac79..ffc9328798 100644 --- a/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/map_gui/tools/title_screen/built_info/constant.BUILT_TIME_UTC.html @@ -1,4 +1,4 @@ BUILT_TIME_UTC in map_gui::tools::title_screen::built_info - Rust -

Constant map_gui::tools::title_screen::built_info::BUILT_TIME_UTC[][src]

pub const BUILT_TIME_UTC: &str = r"Mon, 24 Jan 2022 20:56:46 +0000";
Expand description

The build time in RFC2822, UTC.

+

Constant map_gui::tools::title_screen::built_info::BUILT_TIME_UTC[][src]

pub const BUILT_TIME_UTC: &str = r"Tue, 25 Jan 2022 12:40:25 +0000";
Expand description

The build time in RFC2822, UTC.

\ No newline at end of file diff --git a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-c32b77646ab1d63c/out/built.rs.html b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-c32b77646ab1d63c/out/built.rs.html index 09c2f697a0..c2dff36646 100644 --- a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-c32b77646ab1d63c/out/built.rs.html +++ b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-c32b77646ab1d63c/out/built.rs.html @@ -175,7 +175,7 @@ pub const RUSTDOC_VERSION: &str = r"rustdoc 1.58.1 (db9d1b20b 2022-01-20)"; #[doc=r#"The build time in RFC2822, UTC."#] #[allow(dead_code)] -pub const BUILT_TIME_UTC: &str = r"Mon, 24 Jan 2022 20:56:46 +0000"; +pub const BUILT_TIME_UTC: &str = r"Tue, 25 Jan 2022 12:40:25 +0000"; #[doc=r#"The target architecture, given by `CARGO_CFG_TARGET_ARCH`."#] #[allow(dead_code)] pub const CFG_TARGET_ARCH: &str = r"x86_64"; diff --git a/rustdoc/src/map_gui/tools/mod.rs.html b/rustdoc/src/map_gui/tools/mod.rs.html index c8e48d43e8..a4bc3509ff 100644 --- a/rustdoc/src/map_gui/tools/mod.rs.html +++ b/rustdoc/src/map_gui/tools/mod.rs.html @@ -401,6 +401,7 @@ 400 401 402 +403
//! Assorted tools and UI states that're useful for applications built to display maps.
 
 use std::collections::BTreeSet;
@@ -589,6 +590,7 @@
             ("london", "southbank") => "Southbank",
             ("london", "southwark") => "Southwark",
             ("long_marston", "center") => "Long Marston (Stratford)",
+            ("manchester", "levenshulme") => "Levenshulme (Manchester)",
             ("marsh_barton", "center") => "Marsh Barton",
             ("micklefield", "center") => "Micklefield",
             ("newborough_road", "center") => "Newborough Road",