diff --git a/rustdoc/map_gui/tools/fn.app_header.html b/rustdoc/map_gui/tools/fn.app_header.html index 19d1668d8a..a57d1a99b7 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 d8897b493b..536b77b1d6 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 cb0489698a..a3c9b4520c 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 07f18321fe..afa7f3053a 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.nice_country_name.html b/rustdoc/map_gui/tools/fn.nice_country_name.html index 901e6a2ef2..873ff06019 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 49526fff4f..571509f666 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 36db7d5769..10bc9bb029 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 661f132160..779d2d9109 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 5e4d1d6442..714504b10b 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, 17 Jan 2022 17:39:28 +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, 18 Jan 2022 10:08:10 +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-14a1fb6b31708ee5/out/built.rs.html b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-14a1fb6b31708ee5/out/built.rs.html index fa6d930cb3..d7cb3432a2 100644 --- a/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-14a1fb6b31708ee5/out/built.rs.html +++ b/rustdoc/src/map_gui/home/runner/work/abstreet/abstreet/target/debug/build/map_gui-14a1fb6b31708ee5/out/built.rs.html @@ -175,7 +175,7 @@ pub const RUSTDOC_VERSION: &str = r"rustdoc 1.58.0 (02072b482 2022-01-11)"; #[doc=r#"The build time in RFC2822, UTC."#] #[allow(dead_code)] -pub const BUILT_TIME_UTC: &str = r"Mon, 17 Jan 2022 17:39:28 +0000"; +pub const BUILT_TIME_UTC: &str = r"Tue, 18 Jan 2022 10:08:10 +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 dcf29d7c68..28f5e501d0 100644 --- a/rustdoc/src/map_gui/tools/mod.rs.html +++ b/rustdoc/src/map_gui/tools/mod.rs.html @@ -374,6 +374,7 @@ 373 374 375 +376
//! Assorted tools and UI states that're useful for applications built to display maps.
 
 use abstio::MapName;
@@ -556,6 +557,7 @@
             ("micklefield", "center") => "Micklefield",
             ("newborough_road", "center") => "Newborough Road",
             ("newcastle_great_park", "center") => "Newcastle Great Park",
+            ("newcastle_upon_tyne", "center") => "Newcastle upon Tyne",
             ("northwick_park", "center") => "Northwick Park",
             ("poundbury", "center") => "Poundbury",
             ("priors_hall", "center") => "Priors Hall",