pub const BUILT_TIME_UTC: &str = "Thu, 08 Oct 2020 22:21:50 +0000";
The built-time in RFC2822, 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 @@
pub const RUSTDOC_VERSION: &str = "rustdoc 1.47.0 (18bf6b4f0 2020-10-07)";
-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";
pub const CFG_TARGET_ARCH: &str = "x86_64";