From 4d7f8fbf2aa6a2832164e7c1f37a977f306a8bc2 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Thu, 25 Feb 2021 00:06:59 +0000 Subject: [PATCH] deploy: 737019a9ec0300a99f99cb26269d57be8731af7c --- rustdoc/convert_osm/all.html | 2 +- .../convert_osm/fn.add_extra_buildings.html | 2 +- rustdoc/convert_osm/fn.convert.html | 2 +- .../fn.generate_elevation_queries.html | 4 ++ rustdoc/convert_osm/fn.use_amenities.html | 2 +- rustdoc/convert_osm/fn.use_elevation.html | 2 +- rustdoc/convert_osm/index.html | 4 +- rustdoc/convert_osm/sidebar-items.js | 2 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/importer/fn.main.html | 2 +- rustdoc/importer/fn.oneshot.html | 2 +- .../importer/fn.regenerate_everything.html | 2 +- rustdoc/importer/index.html | 2 +- rustdoc/importer/struct.Job.html | 4 +- rustdoc/search-index.js | 6 +- rustdoc/src/convert_osm/lib.rs.html | 72 ++++++++++++++++++- .../game-a95c4551e63dceca/out/built.rs.html | 2 +- rustdoc/src/importer/main.rs.html | 4 -- 18 files changed, 94 insertions(+), 24 deletions(-) create mode 100644 rustdoc/convert_osm/fn.generate_elevation_queries.html diff --git a/rustdoc/convert_osm/all.html b/rustdoc/convert_osm/all.html index 37efa27bff..d162b54823 100644 --- a/rustdoc/convert_osm/all.html +++ b/rustdoc/convert_osm/all.html @@ -3,4 +3,4 @@

[] - List of all items

Structs

Enums

Functions

Constants

\ No newline at end of file + List of all items

Structs

Enums

Functions

Constants

\ No newline at end of file diff --git a/rustdoc/convert_osm/fn.add_extra_buildings.html b/rustdoc/convert_osm/fn.add_extra_buildings.html index 3f23e429f6..1ca5b87da1 100644 --- a/rustdoc/convert_osm/fn.add_extra_buildings.html +++ b/rustdoc/convert_osm/fn.add_extra_buildings.html @@ -1,4 +1,4 @@ convert_osm::add_extra_buildings - Rust

[][src]Function convert_osm::add_extra_buildings

pub(crate) fn add_extra_buildings(map: &mut RawMap, path: &str) -> Result<()>
\ No newline at end of file + Change settings

[][src]Function convert_osm::add_extra_buildings

pub(crate) fn add_extra_buildings(map: &mut RawMap, path: &str) -> Result<()>
\ No newline at end of file diff --git a/rustdoc/convert_osm/fn.convert.html b/rustdoc/convert_osm/fn.convert.html index 0ee56f4b67..5959bf2574 100644 --- a/rustdoc/convert_osm/fn.convert.html +++ b/rustdoc/convert_osm/fn.convert.html @@ -1,4 +1,4 @@ convert_osm::convert - Rust

[][src]Function convert_osm::convert

pub fn convert(opts: Options, timer: &mut Timer<'_>) -> RawMap
\ No newline at end of file + Change settings

[][src]Function convert_osm::convert

pub fn convert(opts: Options, timer: &mut Timer<'_>) -> RawMap
\ No newline at end of file diff --git a/rustdoc/convert_osm/fn.generate_elevation_queries.html b/rustdoc/convert_osm/fn.generate_elevation_queries.html new file mode 100644 index 0000000000..95eb1ff593 --- /dev/null +++ b/rustdoc/convert_osm/fn.generate_elevation_queries.html @@ -0,0 +1,4 @@ +convert_osm::generate_elevation_queries - Rust + +

[][src]Function convert_osm::generate_elevation_queries

pub(crate) fn generate_elevation_queries(map: &RawMap) -> Result<()>
\ No newline at end of file diff --git a/rustdoc/convert_osm/fn.use_amenities.html b/rustdoc/convert_osm/fn.use_amenities.html index 7869ab930f..2cd030cb2f 100644 --- a/rustdoc/convert_osm/fn.use_amenities.html +++ b/rustdoc/convert_osm/fn.use_amenities.html @@ -1,4 +1,4 @@ convert_osm::use_amenities - Rust

[][src]Function convert_osm::use_amenities

pub(crate) fn use_amenities(
    map: &mut RawMap,
    amenities: Vec<(Pt2D, Amenity)>,
    timer: &mut Timer<'_>
)
\ No newline at end of file + Change settings

[][src]Function convert_osm::use_amenities

pub(crate) fn use_amenities(
    map: &mut RawMap,
    amenities: Vec<(Pt2D, Amenity)>,
    timer: &mut Timer<'_>
)
\ No newline at end of file diff --git a/rustdoc/convert_osm/fn.use_elevation.html b/rustdoc/convert_osm/fn.use_elevation.html index 322862bdb5..db90b2e924 100644 --- a/rustdoc/convert_osm/fn.use_elevation.html +++ b/rustdoc/convert_osm/fn.use_elevation.html @@ -1,4 +1,4 @@ convert_osm::use_elevation - Rust

[][src]Function convert_osm::use_elevation

pub(crate) fn use_elevation(map: &mut RawMap, path: &str, timer: &mut Timer<'_>)
\ No newline at end of file + Change settings

[][src]Function convert_osm::use_elevation

pub(crate) fn use_elevation(map: &mut RawMap, path: &str, timer: &mut Timer<'_>)
\ No newline at end of file diff --git a/rustdoc/convert_osm/index.html b/rustdoc/convert_osm/index.html index d2dbb01162..6890ce5117 100644 --- a/rustdoc/convert_osm/index.html +++ b/rustdoc/convert_osm/index.html @@ -1,7 +1,7 @@ convert_osm - Rust

[][src]Crate convert_osm

Modules

+ Change settings

[][src]Crate convert_osm

Modules

clip
extract
osm_geom

Utilities for extracting concrete geometry from OSM objects.

parking
reader
snappy
split_ways
srtm
transit

Structs

Options

Enums

@@ -11,4 +11,4 @@ in OSM, how many private spots should it have?

PublicOffstreetParking

How many spots are available in public parking garages?

Functions

-
add_extra_buildings
convert
use_amenities
use_elevation
\ No newline at end of file +
add_extra_buildings
convert
generate_elevation_queries
use_amenities
use_elevation
\ No newline at end of file diff --git a/rustdoc/convert_osm/sidebar-items.js b/rustdoc/convert_osm/sidebar-items.js index 25450f958e..d199dfe4a0 100644 --- a/rustdoc/convert_osm/sidebar-items.js +++ b/rustdoc/convert_osm/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"enum":[["OnstreetParking","What roads will have on-street parking lanes? Data from https://wiki.openstreetmap.org/wiki/Key:parking:lane is always used if available."],["PrivateOffstreetParking","If a building doesn't have anything from public_offstreet_parking and isn't tagged as a garage in OSM, how many private spots should it have?"],["PublicOffstreetParking","How many spots are available in public parking garages?"]],"fn":[["add_extra_buildings",""],["convert",""],["use_amenities",""],["use_elevation",""]],"mod":[["clip",""],["extract",""],["osm_geom","Utilities for extracting concrete geometry from OSM objects."],["parking",""],["reader",""],["snappy",""],["split_ways",""],["srtm",""],["transit",""]],"struct":[["Options",""]]}); \ No newline at end of file +initSidebarItems({"enum":[["OnstreetParking","What roads will have on-street parking lanes? Data from https://wiki.openstreetmap.org/wiki/Key:parking:lane is always used if available."],["PrivateOffstreetParking","If a building doesn't have anything from public_offstreet_parking and isn't tagged as a garage in OSM, how many private spots should it have?"],["PublicOffstreetParking","How many spots are available in public parking garages?"]],"fn":[["add_extra_buildings",""],["convert",""],["generate_elevation_queries",""],["use_amenities",""],["use_elevation",""]],"mod":[["clip",""],["extract",""],["osm_geom","Utilities for extracting concrete geometry from OSM objects."],["parking",""],["reader",""],["snappy",""],["split_ways",""],["srtm",""],["transit",""]],"struct":[["Options",""]]}); \ 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 d90b937d69..9fc82af6bd 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 = "Wed, 24 Feb 2021 23:24:15 +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, 25 Feb 2021 00:05:05 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/importer/fn.main.html b/rustdoc/importer/fn.main.html index 1a752a027b..10eda66803 100644 --- a/rustdoc/importer/fn.main.html +++ b/rustdoc/importer/fn.main.html @@ -1,4 +1,4 @@ importer::main - Rust

[][src]Function importer::main

pub(crate) fn main()
\ No newline at end of file + Change settings

[][src]Function importer::main

pub(crate) fn main()
\ No newline at end of file diff --git a/rustdoc/importer/fn.oneshot.html b/rustdoc/importer/fn.oneshot.html index b27cfc6928..347e6e9777 100644 --- a/rustdoc/importer/fn.oneshot.html +++ b/rustdoc/importer/fn.oneshot.html @@ -1,4 +1,4 @@ importer::oneshot - Rust

[][src]Function importer::oneshot

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

[][src]Function importer::oneshot

pub(crate) fn oneshot(
    osm_path: String,
    clip: Option<String>,
    drive_on_right: bool,
    build_ch: bool,
    keep_bldg_tags: bool
)
\ No newline at end of file diff --git a/rustdoc/importer/fn.regenerate_everything.html b/rustdoc/importer/fn.regenerate_everything.html index 02efffb13e..593d9a5a2c 100644 --- a/rustdoc/importer/fn.regenerate_everything.html +++ b/rustdoc/importer/fn.regenerate_everything.html @@ -1,4 +1,4 @@ importer::regenerate_everything - Rust

[][src]Function importer::regenerate_everything

pub(crate) fn regenerate_everything(config: ImporterConfiguration)
\ No newline at end of file + Change settings

[][src]Function importer::regenerate_everything

pub(crate) fn regenerate_everything(config: ImporterConfiguration)
\ No newline at end of file diff --git a/rustdoc/importer/index.html b/rustdoc/importer/index.html index 43d0c6406a..b79458f3c7 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
seattle
uk
utils

Structs

diff --git a/rustdoc/importer/struct.Job.html b/rustdoc/importer/struct.Job.html index 2e73cec7bc..edcabee51c 100644 --- a/rustdoc/importer/struct.Job.html +++ b/rustdoc/importer/struct.Job.html @@ -1,7 +1,7 @@ importer::Job - Rust

[][src]Struct importer::Job

pub(crate) struct Job {
+                Change settings

[][src]Struct importer::Job

pub(crate) struct Job {
     city: CityName,
     osm_to_raw: bool,
     raw_to_map: bool,
@@ -9,7 +9,7 @@
     city_overview: bool,
     only_map: Option<String>,
 }

- Fields

city: CityNameosm_to_raw: boolraw_to_map: boolscenario: boolcity_overview: boolonly_map: Option<String>

Implementations

impl Job[src]

pub(crate) fn run(
    self,
    config: &ImporterConfiguration,
    skip_ch: bool,
    keep_bldg_tags: bool,
    timer: &mut Timer<'_>
)
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]