diff --git a/rustdoc/game/common/city_picker/index.html b/rustdoc/game/common/city_picker/index.html index 2e8bc37b33..7d3927c98b 100644 --- a/rustdoc/game/common/city_picker/index.html +++ b/rustdoc/game/common/city_picker/index.html @@ -1,4 +1,4 @@ game::common::city_picker - Rust

[][src]Module game::common::city_picker

Structs

+ Change settings

[][src]Module game::common::city_picker

Structs

CityPicker

Functions

switch_map
\ 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 e8b77824d7..848522c204 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,3 +1,3 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

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

pub const BUILT_TIME_UTC: &str = "Thu, 08 Oct 2020 22:21:50 +0000";

The built-time in RFC2822, UTC

+ Change settings

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

pub const BUILT_TIME_UTC: &str = "Thu, 08 Oct 2020 23:42:43 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/src/game/common/city_picker.rs.html b/rustdoc/src/game/common/city_picker.rs.html index 8516aa7b24..6024397462 100644 --- a/rustdoc/src/game/common/city_picker.rs.html +++ b/rustdoc/src/game/common/city_picker.rs.html @@ -313,6 +313,13 @@ 312 313 314 +315 +316 +317 +318 +319 +320 +321
 use geom::{Distance, Polygon, Pt2D};
 use map_model::City;
@@ -534,7 +541,14 @@
 ) -> Transition {
     Transition::Replace(loader::AsyncFileLoader::new(
         ctx,
-        format!("http://0.0.0.0:8000/system/maps/{}.bin", name),
+        if cfg!(feature = "wasm_s3") {
+            format!(
+                "http://abstreet.s3-website.us-east-2.amazonaws.com/system/maps/{}.bin",
+                name
+            )
+        } else {
+            format!("http://0.0.0.0:8000/system/maps/{}.bin", name)
+        },
         on_load,
     ))
 }
diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html
index f7711bb19b..04c1b994ab 100644
--- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html
+++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e788b46a21eaee2a/out/built.rs.html
@@ -112,7 +112,7 @@
 /// The output of `rustdoc -V`
 pub const RUSTDOC_VERSION: &str = "rustdoc 1.47.0 (18bf6b4f0 2020-10-07)";
 /// The built-time in RFC2822, UTC
-pub const BUILT_TIME_UTC: &str = "Thu, 08 Oct 2020 22:21:50 +0000";
+pub const BUILT_TIME_UTC: &str = "Thu, 08 Oct 2020 23:42:43 +0000";
 /// The target architecture, given by `cfg!(target_arch)`.
 pub const CFG_TARGET_ARCH: &str = "x86_64";
 /// The endianness, given by `cfg!(target_endian)`.