diff --git a/dev/index.html b/dev/index.html index 8851ebcaaa..20377be490 100644 --- a/dev/index.html +++ b/dev/index.html @@ -215,8 +215,8 @@ version control will get out of date. At any time, you can run files that have changed.

You can also opt into downloading updates for more cities by editing data/config. Opting into everything looks like this:

-
runtime: seattle,huge_seattle,krakow,berlin,xian,tel_aviv
-input: seattle,huge_seattle,krakow,berlin,xian,tel_aviv
+
runtime: seattle,huge_seattle,krakow,berlin,xian,tel_aviv,london
+input: seattle,huge_seattle,krakow,berlin,xian,tel_aviv,london
 

runtime downloads new maps and scenarios in data/system/. input is used for building those maps -- see below.

diff --git a/print.html b/print.html index 38615895d9..d2270d3a2e 100644 --- a/print.html +++ b/print.html @@ -851,8 +851,8 @@ version control will get out of date. At any time, you can run files that have changed.

You can also opt into downloading updates for more cities by editing data/config. Opting into everything looks like this:

-
runtime: seattle,huge_seattle,krakow,berlin,xian,tel_aviv
-input: seattle,huge_seattle,krakow,berlin,xian,tel_aviv
+
runtime: seattle,huge_seattle,krakow,berlin,xian,tel_aviv,london
+input: seattle,huge_seattle,krakow,berlin,xian,tel_aviv,london
 

runtime downloads new maps and scenarios in data/system/. input is used for building those maps -- see below.

diff --git a/rustdoc/game/helpers/fn.amenity_type.html b/rustdoc/game/helpers/fn.amenity_type.html index ee478d2a05..281bcf5264 100644 --- a/rustdoc/game/helpers/fn.amenity_type.html +++ b/rustdoc/game/helpers/fn.amenity_type.html @@ -1 +1 @@ -game::helpers::amenity_type - Rust

[][src]Function game::helpers::amenity_type

pub fn amenity_type(a: &str) -> Option<&'static str>
\ No newline at end of file +game::helpers::amenity_type - Rust

[][src]Function game::helpers::amenity_type

pub fn amenity_type(a: &str) -> Option<&'static str>
\ No newline at end of file diff --git a/rustdoc/game/helpers/fn.checkbox_per_mode.html b/rustdoc/game/helpers/fn.checkbox_per_mode.html index 4027a3d1d1..9b516b60d0 100644 --- a/rustdoc/game/helpers/fn.checkbox_per_mode.html +++ b/rustdoc/game/helpers/fn.checkbox_per_mode.html @@ -1 +1 @@ -game::helpers::checkbox_per_mode - Rust

[][src]Function game::helpers::checkbox_per_mode

pub fn checkbox_per_mode(
    ctx: &mut EventCtx,
    app: &App,
    current_state: &BTreeSet<TripMode>
) -> Widget
\ No newline at end of file +game::helpers::checkbox_per_mode - Rust

[][src]Function game::helpers::checkbox_per_mode

pub fn checkbox_per_mode(
    ctx: &mut EventCtx,
    app: &App,
    current_state: &BTreeSet<TripMode>
) -> Widget
\ No newline at end of file diff --git a/rustdoc/game/helpers/fn.cmp_duration_shorter.html b/rustdoc/game/helpers/fn.cmp_duration_shorter.html index 5e29933583..f0f9873e12 100644 --- a/rustdoc/game/helpers/fn.cmp_duration_shorter.html +++ b/rustdoc/game/helpers/fn.cmp_duration_shorter.html @@ -1 +1 @@ -game::helpers::cmp_duration_shorter - Rust

[][src]Function game::helpers::cmp_duration_shorter

pub fn cmp_duration_shorter(after: Duration, before: Duration) -> Vec<TextSpan>
\ No newline at end of file +game::helpers::cmp_duration_shorter - Rust

[][src]Function game::helpers::cmp_duration_shorter

pub fn cmp_duration_shorter(after: Duration, before: Duration) -> Vec<TextSpan>
\ No newline at end of file diff --git a/rustdoc/game/helpers/fn.color_for_agent_type.html b/rustdoc/game/helpers/fn.color_for_agent_type.html index e7873001d6..464a104b7c 100644 --- a/rustdoc/game/helpers/fn.color_for_agent_type.html +++ b/rustdoc/game/helpers/fn.color_for_agent_type.html @@ -1 +1 @@ -game::helpers::color_for_agent_type - Rust

[][src]Function game::helpers::color_for_agent_type

pub fn color_for_agent_type(app: &App, a: AgentType) -> Color
\ No newline at end of file +game::helpers::color_for_agent_type - Rust

[][src]Function game::helpers::color_for_agent_type

pub fn color_for_agent_type(app: &App, a: AgentType) -> Color
\ No newline at end of file diff --git a/rustdoc/game/helpers/fn.color_for_mode.html b/rustdoc/game/helpers/fn.color_for_mode.html index 732cfb9ad7..9dfae946e7 100644 --- a/rustdoc/game/helpers/fn.color_for_mode.html +++ b/rustdoc/game/helpers/fn.color_for_mode.html @@ -1 +1 @@ -game::helpers::color_for_mode - Rust

[][src]Function game::helpers::color_for_mode

pub fn color_for_mode(app: &App, m: TripMode) -> Color
\ No newline at end of file +game::helpers::color_for_mode - Rust

[][src]Function game::helpers::color_for_mode

pub fn color_for_mode(app: &App, m: TripMode) -> Color
\ No newline at end of file diff --git a/rustdoc/game/helpers/fn.color_for_trip_phase.html b/rustdoc/game/helpers/fn.color_for_trip_phase.html index 1a1438b2d0..898b59a8a2 100644 --- a/rustdoc/game/helpers/fn.color_for_trip_phase.html +++ b/rustdoc/game/helpers/fn.color_for_trip_phase.html @@ -1 +1 @@ -game::helpers::color_for_trip_phase - Rust

[][src]Function game::helpers::color_for_trip_phase

pub fn color_for_trip_phase(app: &App, tpt: TripPhaseType) -> Color
\ No newline at end of file +game::helpers::color_for_trip_phase - Rust

[][src]Function game::helpers::color_for_trip_phase

pub fn color_for_trip_phase(app: &App, tpt: TripPhaseType) -> Color
\ No newline at end of file diff --git a/rustdoc/game/helpers/fn.hotkey_btn.html b/rustdoc/game/helpers/fn.hotkey_btn.html index 30531a9953..6cb963b6c6 100644 --- a/rustdoc/game/helpers/fn.hotkey_btn.html +++ b/rustdoc/game/helpers/fn.hotkey_btn.html @@ -1 +1 @@ -game::helpers::hotkey_btn - Rust

[][src]Function game::helpers::hotkey_btn

pub fn hotkey_btn<I: Into<String>>(
    ctx: &EventCtx,
    app: &App,
    label: I,
    key: Key
) -> Widget
\ No newline at end of file +game::helpers::hotkey_btn - Rust

[][src]Function game::helpers::hotkey_btn

pub fn hotkey_btn<I: Into<String>>(
    ctx: &EventCtx,
    app: &App,
    label: I,
    key: Key
) -> Widget
\ No newline at end of file diff --git a/rustdoc/game/helpers/fn.intersections_from_roads.html b/rustdoc/game/helpers/fn.intersections_from_roads.html index e36ded1785..dc3cf9856f 100644 --- a/rustdoc/game/helpers/fn.intersections_from_roads.html +++ b/rustdoc/game/helpers/fn.intersections_from_roads.html @@ -1 +1 @@ -game::helpers::intersections_from_roads - Rust

[][src]Function game::helpers::intersections_from_roads

pub fn intersections_from_roads(
    roads: &BTreeSet<RoadID>,
    map: &Map
) -> BTreeSet<IntersectionID>
\ No newline at end of file +game::helpers::intersections_from_roads - Rust

[][src]Function game::helpers::intersections_from_roads

pub fn intersections_from_roads(
    roads: &BTreeSet<RoadID>,
    map: &Map
) -> BTreeSet<IntersectionID>
\ No newline at end of file diff --git a/rustdoc/game/helpers/fn.nice_map_name.html b/rustdoc/game/helpers/fn.nice_map_name.html index 553b283bd6..585d0cd689 100644 --- a/rustdoc/game/helpers/fn.nice_map_name.html +++ b/rustdoc/game/helpers/fn.nice_map_name.html @@ -1 +1 @@ -game::helpers::nice_map_name - Rust

[][src]Function game::helpers::nice_map_name

pub fn nice_map_name(name: &str) -> &str
\ No newline at end of file +game::helpers::nice_map_name - Rust

[][src]Function game::helpers::nice_map_name

pub fn nice_map_name(name: &str) -> &str
\ No newline at end of file diff --git a/rustdoc/game/helpers/fn.open_browser.html b/rustdoc/game/helpers/fn.open_browser.html index 3a2491c0a3..2b3f4cf1e0 100644 --- a/rustdoc/game/helpers/fn.open_browser.html +++ b/rustdoc/game/helpers/fn.open_browser.html @@ -1 +1 @@ -game::helpers::open_browser - Rust

[][src]Function game::helpers::open_browser

pub fn open_browser(url: String)
\ No newline at end of file +game::helpers::open_browser - Rust

[][src]Function game::helpers::open_browser

pub fn open_browser(url: String)
\ No newline at end of file diff --git a/rustdoc/game/helpers/index.html b/rustdoc/game/helpers/index.html index 2057b024e4..1f4098c2ec 100644 --- a/rustdoc/game/helpers/index.html +++ b/rustdoc/game/helpers/index.html @@ -1,3 +1,3 @@ -game::helpers - Rust

[][src]Module game::helpers

Enums

+game::helpers - Rust

[][src]Module game::helpers

Enums

ID

Functions

amenity_type
checkbox_per_mode
cmp_duration_shorter
color_for_agent_type
color_for_mode
color_for_trip_phase
hotkey_btn
intersections_from_roads
list_names
nice_map_name
open_browser
\ 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 abc1f9ea34..5cb57b3519 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,2 +1,2 @@ -game::pregame::built_info::BUILT_TIME_UTC - Rust

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

pub const BUILT_TIME_UTC: &str = "Thu, 03 Sep 2020 23:03:11 +0000";

The built-time in RFC2822, UTC

+game::pregame::built_info::BUILT_TIME_UTC - Rust

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

pub const BUILT_TIME_UTC: &str = "Thu, 03 Sep 2020 23:25:13 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/importer/all.html b/rustdoc/importer/all.html index a47fe72cdb..e1e9efc3d7 100644 --- a/rustdoc/importer/all.html +++ b/rustdoc/importer/all.html @@ -1,3 +1,3 @@ List of all items in this crate

[] - List of all items

Structs

Functions

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

Structs

Functions

\ No newline at end of file diff --git a/rustdoc/importer/fn.main.html b/rustdoc/importer/fn.main.html index 3f36371318..aecca5e2b1 100644 --- a/rustdoc/importer/fn.main.html +++ b/rustdoc/importer/fn.main.html @@ -1 +1 @@ -importer::main - Rust

[][src]Function importer::main

fn main()
\ No newline at end of file +importer::main - Rust

[][src]Function importer::main

fn main()
\ No newline at end of file diff --git a/rustdoc/importer/fn.oneshot.html b/rustdoc/importer/fn.oneshot.html index 16c753bb8d..a8241a7064 100644 --- a/rustdoc/importer/fn.oneshot.html +++ b/rustdoc/importer/fn.oneshot.html @@ -1 +1 @@ -importer::oneshot - Rust

[][src]Function importer::oneshot

fn oneshot(
    osm_path: String,
    clip: Option<String>,
    drive_on_right: bool,
    build_ch: bool
)
\ No newline at end of file +importer::oneshot - Rust

[][src]Function importer::oneshot

fn oneshot(
    osm_path: String,
    clip: Option<String>,
    drive_on_right: bool,
    build_ch: bool
)
\ No newline at end of file diff --git a/rustdoc/importer/index.html b/rustdoc/importer/index.html index b2ed9ce75e..899b03ed89 100644 --- a/rustdoc/importer/index.html +++ b/rustdoc/importer/index.html @@ -1,4 +1,4 @@ -importer - Rust

[][src]Crate importer

Modules

-
berlin
configuration
dependencies
krakow
seattle
tel_aviv
utils
xian

Structs

+importer - Rust

[][src]Crate importer

Modules

+
berlin
configuration
dependencies
krakow
london
seattle
tel_aviv
utils
xian

Structs

Job

Functions

main
oneshot
\ No newline at end of file diff --git a/rustdoc/importer/london/fn.input.html b/rustdoc/importer/london/fn.input.html new file mode 100644 index 0000000000..58ba2c0638 --- /dev/null +++ b/rustdoc/importer/london/fn.input.html @@ -0,0 +1 @@ +importer::london::input - Rust

[][src]Function importer::london::input

fn input(config: &ImporterConfiguration)
\ No newline at end of file diff --git a/rustdoc/importer/london/fn.osm_to_raw.html b/rustdoc/importer/london/fn.osm_to_raw.html new file mode 100644 index 0000000000..e9d6ac4983 --- /dev/null +++ b/rustdoc/importer/london/fn.osm_to_raw.html @@ -0,0 +1 @@ +importer::london::osm_to_raw - Rust

[][src]Function importer::london::osm_to_raw

pub fn osm_to_raw(name: &str, timer: &mut Timer, config: &ImporterConfiguration)
\ No newline at end of file diff --git a/rustdoc/importer/london/index.html b/rustdoc/importer/london/index.html new file mode 100644 index 0000000000..e7197e81f8 --- /dev/null +++ b/rustdoc/importer/london/index.html @@ -0,0 +1,2 @@ +importer::london - Rust

[][src]Module importer::london

Functions

+
input
osm_to_raw
\ No newline at end of file diff --git a/rustdoc/importer/london/sidebar-items.js b/rustdoc/importer/london/sidebar-items.js new file mode 100644 index 0000000000..b8b81ba64c --- /dev/null +++ b/rustdoc/importer/london/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["input",""],["osm_to_raw",""]]}); \ No newline at end of file diff --git a/rustdoc/importer/sidebar-items.js b/rustdoc/importer/sidebar-items.js index 6089005952..7123ba8d2a 100644 --- a/rustdoc/importer/sidebar-items.js +++ b/rustdoc/importer/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["main",""],["oneshot",""]],"mod":[["berlin",""],["configuration",""],["dependencies",""],["krakow",""],["seattle",""],["tel_aviv",""],["utils",""],["xian",""]],"struct":[["Job",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["main",""],["oneshot",""]],"mod":[["berlin",""],["configuration",""],["dependencies",""],["krakow",""],["london",""],["seattle",""],["tel_aviv",""],["utils",""],["xian",""]],"struct":[["Job",""]]}); \ No newline at end of file diff --git a/rustdoc/importer/struct.Job.html b/rustdoc/importer/struct.Job.html index 14db411ccf..501b4b1237 100644 --- a/rustdoc/importer/struct.Job.html +++ b/rustdoc/importer/struct.Job.html @@ -1,4 +1,4 @@ -importer::Job - Rust

[][src]Struct importer::Job

struct Job {
+importer::Job - Rust

[][src]Struct importer::Job

struct Job {
     city: String,
     osm_to_raw: bool,
     raw_to_map: bool,
diff --git a/rustdoc/search-index.js b/rustdoc/search-index.js
index a535651fcf..f9a3f1461b 100644
--- a/rustdoc/search-index.js
+++ b/rustdoc/search-index.js
@@ -7,7 +7,7 @@ var searchIndex = JSON.parse('{\
 "geom":{"doc":"","i":[[3,"Angle","geom","",null,null],[12,"0","","",0,null],[3,"Bounds","","",null,null],[12,"min_x","","",1,null],[12,"min_y","","",1,null],[12,"max_x","","",1,null],[12,"max_y","","",1,null],[3,"GPSBounds","","",null,null],[12,"min_lon","","",2,null],[12,"min_lat","","",2,null],[12,"max_lon","","",2,null],[12,"max_lat","","",2,null],[3,"Circle","","",null,null],[12,"center","","",3,null],[12,"radius","","",3,null],[3,"Distance","","",null,null],[12,"0","","",4,null],[3,"Duration","","",null,null],[12,"0","","",5,null],[3,"FindClosest","","",null,null],[12,"geometries","","",6,null],[12,"quadtree","","",6,null],[3,"LonLat","","",null,null],[12,"longitude","","",7,null],[12,"latitude","","",7,null],[3,"InfiniteLine","","",null,null],[12,"0","","",8,null],[12,"1","","",8,null],[3,"Line","","",null,null],[12,"0","","",9,null],[12,"1","","",9,null],[3,"Percent","","",null,null],[12,"0","","",10,null],[3,"Polygon","","",null,null],[12,"points","","",11,null],[12,"indices","","",11,null],[12,"rings","","",11,null],[3,"Triangle","","",null,null],[12,"pt1","","",12,null],[12,"pt2","","",12,null],[12,"pt3","","",12,null],[3,"PolyLine","","",null,null],[12,"pts","","",13,null],[12,"length","","",13,null],[3,"HashablePt2D","","",null,null],[12,"x_nan","","",14,null],[12,"y_nan","","",14,null],[3,"Pt2D","","",null,null],[12,"inner_x","","",15,null],[12,"inner_y","","",15,null],[3,"Ring","","",null,null],[12,"pts","","",16,null],[3,"Speed","","",null,null],[12,"0","","",17,null],[3,"Histogram","","",null,null],[12,"count","","",18,null],[12,"histogram","","",18,null],[12,"min","","",18,null],[12,"max","","",18,null],[3,"Time","","",null,null],[12,"0","","",19,null],[4,"ArrowCap","","",null,null],[13,"Triangle","","",20,null],[4,"Statistic","","",null,null],[13,"Min","","",21,null],[13,"Mean","","",21,null],[13,"P50","","",21,null],[13,"P90","","",21,null],[13,"P99","","",21,null],[13,"Max","","",21,null],[5,"trim_f64","","",null,[[]]],[0,"angle","","",null,null],[3,"Angle","geom::angle","",null,null],[12,"0","","",0,null],[18,"ZERO","geom","",0,null],[11,"new_rads","","",0,[[],["angle",3]]],[11,"new_degs","","",0,[[],["angle",3]]],[11,"opposite","","",0,[[],["angle",3]]],[11,"invert_y","","",0,[[],["angle",3]]],[11,"rotate_degs","","",0,[[],["angle",3]]],[11,"normalized_radians","","",0,[[]]],[11,"normalized_degrees","","",0,[[]]],[11,"shortest_rotation_towards","","",0,[[["angle",3]],["angle",3]]],[11,"approx_eq","","",0,[[["angle",3]]]],[11,"reorient","","",0,[[],["angle",3]]],[0,"bounds","","",null,null],[3,"Bounds","geom::bounds","",null,null],[12,"min_x","","",1,null],[12,"min_y","","",1,null],[12,"max_x","","",1,null],[12,"max_y","","",1,null],[3,"GPSBounds","","",null,null],[12,"min_lon","","",2,null],[12,"min_lat","","",2,null],[12,"max_lon","","",2,null],[12,"max_lat","","",2,null],[11,"new","geom","",1,[[],["bounds",3]]],[11,"from","","",1,[[["vec",3]],["bounds",3]]],[11,"update","","",1,[[["pt2d",3]]]],[11,"union","","",1,[[["bounds",3]]]],[11,"contains","","",1,[[["pt2d",3]]]],[11,"as_bbox","","",1,[[],["rect",3]]],[11,"get_rectangle","","",1,[[],["polygon",3]]],[11,"width","","",1,[[]]],[11,"height","","",1,[[]]],[11,"center","","",1,[[],["pt2d",3]]],[11,"new","","",2,[[],["gpsbounds",3]]],[11,"from","","",2,[[["vec",3],["lonlat",3]],["gpsbounds",3]]],[11,"update","","",2,[[["lonlat",3]]]],[11,"contains","","",2,[[["lonlat",3]]]],[11,"get_max_world_pt","","",2,[[],["pt2d",3]]],[11,"to_bounds","","",2,[[],["bounds",3]]],[11,"try_convert","","",2,[[["vec",3]],[["option",4],["vec",3]]]],[11,"convert","","",2,[[["vec",3]],[["pt2d",3],["vec",3]]]],[11,"convert_back","","",2,[[["vec",3]],[["vec",3],["lonlat",3]]]],[11,"approx_eq","","",2,[[["gpsbounds",3]]]],[0,"circle","","",null,null],[3,"Circle","geom::circle","",null,null],[12,"center","","",3,null],[12,"radius","","",3,null],[17,"TRIANGLES_PER_CIRCLE","","",null,null],[11,"new","geom","",3,[[["distance",3],["pt2d",3]],["circle",3]]],[11,"contains_pt","","",3,[[["pt2d",3]]]],[11,"get_bounds","","",3,[[],["bounds",3]]],[11,"to_polygon","","",3,[[],["polygon",3]]],[11,"to_partial_polygon","","",3,[[],["polygon",3]]],[11,"to_ring","","",3,[[],["ring",3]]],[11,"outline","","",3,[[["distance",3],["pt2d",3]],[["polygon",3],["result",4],["string",3]]]],[0,"distance","","",null,null],[3,"Distance","geom::distance","",null,null],[12,"0","","",4,null],[18,"ZERO","geom","",4,null],[11,"meters","","",4,[[],["distance",3]]],[11,"const_meters","","",4,[[],["distance",3]]],[11,"inches","","",4,[[],["distance",3]]],[11,"miles","","",4,[[],["distance",3]]],[11,"centimeters","","",4,[[],["distance",3]]],[11,"abs","","",4,[[],["distance",3]]],[11,"sqrt","","",4,[[],["distance",3]]],[11,"inner_meters","","",4,[[]]],[11,"describe_rounded","","",4,[[],["string",3]]],[0,"duration","","",null,null],[3,"Duration","geom::duration","",null,null],[12,"0","","",5,null],[18,"ZERO","geom","",5,null],[18,"EPSILON","","",5,null],[11,"seconds","","",5,[[],["duration",3]]],[11,"minutes","","",5,[[],["duration",3]]],[11,"hours","","",5,[[],["duration",3]]],[11,"f64_minutes","","",5,[[],["duration",3]]],[11,"const_seconds","","",5,[[],["duration",3]]],[11,"to_u64","","",5,[[]]],[11,"from_u64","","",5,[[],["duration",3]]],[11,"inner_seconds","","",5,[[]]],[11,"get_parts","","",5,[[]]],[11,"parse","","",5,[[],[["duration",3],["box",3],["result",4]]]],[11,"epsilon_eq","","",5,[[["duration",3]]]],[11,"realtime_elapsed","","",5,[[["instant",6]],["duration",3]]],[11,"round_up","","",5,[[["duration",3]],["duration",3]]],[11,"num_minutes_rounded_up","","",5,[[]]],[11,"make_intervals_for_max","","",5,[[]]],[0,"find_closest","","",null,null],[3,"FindClosest","geom::find_closest","",null,null],[12,"geometries","","",6,null],[12,"quadtree","","",6,null],[5,"pts_to_line_string","","",null,[[["vec",3]],["linestring",3]]],[11,"new","geom","",6,[[["bounds",3]],["findclosest",3]]],[11,"add","","",6,[[["vec",3]]]],[11,"all_close_pts","","",6,[[["distance",3],["pt2d",3]],["vec",3]]],[11,"closest_pt","","",6,[[["distance",3],["pt2d",3]],["option",4]]],[0,"gps","","",null,null],[3,"LonLat","geom::gps","",null,null],[12,"longitude","","",7,null],[12,"latitude","","",7,null],[11,"new","geom","",7,[[],["lonlat",3]]],[11,"x","","",7,[[]]],[11,"y","","",7,[[]]],[11,"gps_dist_meters","","",7,[[["lonlat",3]],["distance",3]]],[11,"fast_dist","","",7,[[["lonlat",3]],["notnan",3]]],[11,"approx_eq","","",7,[[["lonlat",3]]]],[11,"read_osmosis_polygon","","",7,[[["string",3]],[["vec",3],["box",3],["result",4]]]],[0,"line","","",null,null],[3,"Line","geom::line","",null,null],[12,"0","","",9,null],[12,"1","","",9,null],[3,"InfiniteLine","","",null,null],[12,"0","","",8,null],[12,"1","","",8,null],[5,"is_counter_clockwise","","",null,[[["pt2d",3]]]],[11,"new","geom","",9,[[["pt2d",3]],[["option",4],["line",3]]]],[11,"must_new","","",9,[[["pt2d",3]],["line",3]]],[11,"infinite","","",9,[[],["infiniteline",3]]],[11,"pt1","","",9,[[],["pt2d",3]]],[11,"pt2","","",9,[[],["pt2d",3]]],[11,"points","","",9,[[],[["pt2d",3],["vec",3]]]],[11,"to_polyline","","",9,[[],["polyline",3]]],[11,"make_polygons","","",9,[[["distance",3]],["polygon",3]]],[11,"length","","",9,[[],["distance",3]]],[11,"intersection","","",9,[[["line",3]],[["pt2d",3],["option",4]]]],[11,"crosses","","",9,[[["line",3]]]],[11,"intersection_infinite","","",9,[[["infiniteline",3]],[["pt2d",3],["option",4]]]],[11,"shift_right","","",9,[[["distance",3]],["line",3]]],[11,"shift_left","","",9,[[["distance",3]],["line",3]]],[11,"shift_either_direction","","",9,[[["distance",3]],["line",3]]],[11,"reverse","","",9,[[],["line",3]]],[11,"angle","","",9,[[],["angle",3]]],[11,"dist_along","","",9,[[["distance",3]],[["pt2d",3],["option",4]]]],[11,"must_dist_along","","",9,[[["distance",3]],["pt2d",3]]],[11,"unbounded_dist_along","","",9,[[["distance",3]],["pt2d",3]]],[11,"unbounded_percent_along","","",9,[[],["pt2d",3]]],[11,"percent_along","","",9,[[],[["pt2d",3],["option",4]]]],[11,"slice","","",9,[[["distance",3]],[["option",4],["line",3]]]],[11,"middle","","",9,[[],[["pt2d",3],["option",4]]]],[11,"contains_pt","","",9,[[["pt2d",3]]]],[11,"dist_along_of_point","","",9,[[["pt2d",3]],[["distance",3],["option",4]]]],[11,"percent_along_of_point","","",9,[[["pt2d",3]],["option",4]]],[11,"project_pt","","",9,[[["pt2d",3]],["pt2d",3]]],[11,"intersection","","",8,[[["infiniteline",3]],[["pt2d",3],["option",4]]]],[0,"percent","","",null,null],[3,"Percent","geom::percent","",null,null],[12,"0","","",10,null],[11,"inner","geom","",10,[[]]],[11,"int","","",10,[[],["percent",3]]],[0,"polygon","","",null,null],[3,"Polygon","geom::polygon","",null,null],[12,"points","","",11,null],[12,"indices","","",11,null],[12,"rings","","",11,null],[3,"Triangle","","",null,null],[12,"pt1","","",12,null],[12,"pt2","","",12,null],[12,"pt3","","",12,null],[5,"to_geo","","",null,[[["vec",3]],["polygon",3]]],[5,"from_geo","","",null,[[["polygon",3]],["polygon",3]]],[5,"from_multi","","",null,[[["multipolygon",3]],[["vec",3],["polygon",3]]]],[11,"buggy_new","geom","",11,[[["vec",3],["pt2d",3]],["polygon",3]]],[11,"with_holes","","",11,[[["ring",3],["vec",3]],["polygon",3]]],[11,"from_geojson","","",11,[[["vec",3]],["polygon",3]]],[11,"precomputed","","",11,[[["vec",3],["vec",3],["pt2d",3]],["polygon",3]]],[11,"from_triangle","","",11,[[["triangle",3]],["polygon",3]]],[11,"triangles","","",11,[[],[["triangle",3],["vec",3]]]],[11,"raw_for_rendering","","",11,[[]]],[11,"contains_pt","","",11,[[["pt2d",3]]]],[11,"get_bounds","","",11,[[],["bounds",3]]],[11,"transform","","",11,[[["fn",8]],["polygon",3]]],[11,"translate","","",11,[[],["polygon",3]]],[11,"scale","","",11,[[],["polygon",3]]],[11,"rotate","","",11,[[["angle",3]],["polygon",3]]],[11,"rotate_around","","",11,[[["angle",3],["pt2d",3]],["polygon",3]]],[11,"points","","",11,[[],["vec",3]]],[11,"into_points","","",11,[[],[["pt2d",3],["vec",3]]]],[11,"into_ring","","",11,[[],["ring",3]]],[11,"center","","",11,[[],["pt2d",3]]],[11,"rectangle","","",11,[[],["polygon",3]]],[11,"rectangle_centered","","",11,[[["distance",3],["pt2d",3]],["polygon",3]]],[11,"rectangle_two_corners","","",11,[[["pt2d",3]],[["polygon",3],["option",4]]]],[11,"rounded_rectangle","","",11,[[["option",4]],["polygon",3]]],[11,"union","","",11,[[["polygon",3]],["polygon",3]]],[11,"union_all","","",11,[[["vec",3],["polygon",3]],["polygon",3]]],[11,"intersection","","",11,[[["polygon",3]],[["vec",3],["polygon",3]]]],[11,"convex_hull","","",11,[[["vec",3],["polygon",3]],["polygon",3]]],[11,"polylabel","","",11,[[],["pt2d",3]]],[11,"to_outline","","",11,[[["distance",3]],[["polygon",3],["result",4],["string",3]]]],[11,"strip_rings","","",11,[[],["polygon",3]]],[11,"area","","",11,[[]]],[11,"clip_polyline","","",11,[[["polyline",3]],[["option",4],["vec",3]]]],[11,"clip_ring","","",11,[[["ring",3]],[["option",4],["vec",3]]]],[11,"new","","",12,[[["pt2d",3]],["triangle",3]]],[11,"contains_pt","","",12,[[["pt2d",3]]]],[0,"polyline","","",null,null],[3,"PolyLine","geom::polyline","",null,null],[12,"pts","","",13,null],[12,"length","","",13,null],[4,"ArrowCap","","",null,null],[13,"Triangle","","",20,null],[5,"fix_angles","","",null,[[["polyline",3],["polyline",3]],[["result",4],["polyline",3],["string",3]]]],[5,"to_set","","",null,[[]]],[17,"MITER_THRESHOLD","","",null,null],[11,"new","geom","",13,[[["vec",3],["pt2d",3]],[["result",4],["polyline",3],["string",3]]]],[11,"must_new","","",13,[[["vec",3],["pt2d",3]],["polyline",3]]],[11,"unchecked_new","","",13,[[["vec",3],["pt2d",3]],["polyline",3]]],[11,"deduping_new","","",13,[[["vec",3],["pt2d",3]],[["result",4],["polyline",3],["string",3]]]],[11,"to_thick_boundary","","",13,[[["distance",3]],[["polygon",3],["option",4]]]],[11,"reversed","","",13,[[],["polyline",3]]],[11,"extend","","",13,[[["polyline",3]],[["result",4],["polyline",3],["string",3]]]],[11,"must_extend","","",13,[[["polyline",3]],["polyline",3]]],[11,"must_push","","",13,[[["pt2d",3]],["polyline",3]]],[11,"append","","",13,[[["vec",3],["pt2d",3]],[["result",4],["string",3],["vec",3]]]],[11,"points","","",13,[[],["vec",3]]],[11,"into_points","","",13,[[],[["pt2d",3],["vec",3]]]],[11,"lines","","",13,[[],[["line",3],["vec",3]]]],[11,"length","","",13,[[],["distance",3]]],[11,"slice","","",13,[[["distance",3]],[["result",4],["string",3]]]],[11,"exact_slice","","",13,[[["distance",3]],["polyline",3]]],[11,"maybe_exact_slice","","",13,[[["distance",3]],[["result",4],["polyline",3],["string",3]]]],[11,"first_half","","",13,[[],["polyline",3]]],[11,"second_half","","",13,[[],["polyline",3]]],[11,"dist_along","","",13,[[["distance",3]],[["result",4],["string",3]]]],[11,"must_dist_along","","",13,[[["distance",3]]]],[11,"middle","","",13,[[],["pt2d",3]]],[11,"first_pt","","",13,[[],["pt2d",3]]],[11,"last_pt","","",13,[[],["pt2d",3]]],[11,"first_line","","",13,[[],["line",3]]],[11,"last_line","","",13,[[],["line",3]]],[11,"shift_right","","",13,[[["distance",3]],[["result",4],["polyline",3],["string",3]]]],[11,"must_shift_right","","",13,[[["distance",3]],["polyline",3]]],[11,"shift_left","","",13,[[["distance",3]],[["result",4],["polyline",3],["string",3]]]],[11,"must_shift_left","","",13,[[["distance",3]],["polyline",3]]],[11,"shift_with_corrections","","",13,[[["distance",3]],[["result",4],["polyline",3],["string",3]]]],[11,"shift_with_sharp_angles","","",13,[[["distance",3]],[["pt2d",3],["vec",3]]]],[11,"make_polygons","","",13,[[["distance",3]],["polygon",3]]],[11,"make_polygons_with_miter_threshold","","",13,[[["distance",3]],["polygon",3]]],[11,"exact_dashed_polygons","","",13,[[["distance",3]],[["vec",3],["polygon",3]]]],[11,"dashed_lines","","",13,[[["distance",3]],[["vec",3],["polygon",3]]]],[11,"make_arrow","","",13,[[["arrowcap",4],["distance",3]],["polygon",3]]],[11,"make_double_arrow","","",13,[[["arrowcap",4],["distance",3]],["polygon",3]]],[11,"dashed_arrow","","",13,[[["arrowcap",4],["distance",3]],[["vec",3],["polygon",3]]]],[11,"intersection","","",13,[[["polyline",3]],["option",4]]],[11,"intersection_infinite","","",13,[[["infiniteline",3]],[["pt2d",3],["option",4]]]],[11,"get_slice_ending_at","","",13,[[["pt2d",3]],[["option",4],["polyline",3]]]],[11,"get_slice_starting_at","","",13,[[["pt2d",3]],[["option",4],["polyline",3]]]],[11,"dist_along_of_point","","",13,[[["pt2d",3]],["option",4]]],[11,"trim_to_endpts","","",13,[[["pt2d",3]],["polyline",3]]],[11,"get_bounds","","",13,[[],["bounds",3]]],[11,"extend_to_length","","",13,[[["distance",3]],["polyline",3]]],[0,"pt","","",null,null],[3,"Pt2D","geom::pt","",null,null],[12,"inner_x","","",15,null],[12,"inner_y","","",15,null],[3,"HashablePt2D","","",null,null],[12,"x_nan","","",14,null],[12,"y_nan","","",14,null],[11,"new","geom","",15,[[],["pt2d",3]]],[11,"approx_eq","","",15,[[["distance",3],["pt2d",3]]]],[11,"from_gps","","",15,[[["lonlat",3],["gpsbounds",3]],["pt2d",3]]],[11,"to_gps","","",15,[[["gpsbounds",3]],["lonlat",3]]],[11,"x","","",15,[[]]],[11,"y","","",15,[[]]],[11,"project_away","","",15,[[["angle",3],["distance",3]],["pt2d",3]]],[11,"raw_dist_to","","",15,[[["pt2d",3]]]],[11,"dist_to","","",15,[[["pt2d",3]],["distance",3]]],[11,"angle_to","","",15,[[["pt2d",3]],["angle",3]]],[11,"offset","","",15,[[],["pt2d",3]]],[11,"center","","",15,[[["vec",3]],["pt2d",3]]],[11,"approx_dedupe","","",15,[[["vec",3],["distance",3],["pt2d",3]],[["pt2d",3],["vec",3]]]],[11,"find_pts_between","","",15,[[["pt2d",3],["distance",3],["vec",3]],[["option",4],["vec",3]]]],[11,"to_hashable","","",15,[[],["hashablept2d",3]]],[11,"to_pt2d","","",14,[[],["pt2d",3]]],[0,"ring","","",null,null],[3,"Ring","geom::ring","",null,null],[12,"pts","","",16,null],[11,"new","geom","",16,[[["vec",3],["pt2d",3]],[["ring",3],["string",3],["result",4]]]],[11,"must_new","","",16,[[["vec",3],["pt2d",3]],["ring",3]]],[11,"to_outline","","",16,[[["distance",3]],["polygon",3]]],[11,"to_polygon","","",16,[[],["polygon",3]]],[11,"points","","",16,[[],["vec",3]]],[11,"into_points","","",16,[[],[["pt2d",3],["vec",3]]]],[11,"all_intersections","","",16,[[["polyline",3]],[["pt2d",3],["vec",3]]]],[11,"get_both_slices_btwn","","",16,[[["pt2d",3]],["option",4]]],[11,"get_shorter_slice_btwn","","",16,[[["pt2d",3]],["polyline",3]]],[11,"split_points","","",16,[[["vec",3]],[["result",4],["string",3]]]],[11,"contains_pt","","",16,[[["pt2d",3]]]],[0,"speed","","",null,null],[3,"Speed","geom::speed","",null,null],[12,"0","","",17,null],[18,"ZERO","geom","",17,null],[11,"is_zero","","",17,[[["duration",3]]]],[11,"meters_per_second","","",17,[[],["speed",3]]],[11,"const_meters_per_second","","",17,[[],["speed",3]]],[11,"miles_per_hour","","",17,[[],["speed",3]]],[11,"km_per_hour","","",17,[[],["speed",3]]],[11,"from_dist_time","","",17,[[["duration",3],["distance",3]],["speed",3]]],[11,"inner_meters_per_second","","",17,[[]]],[11,"max","","",17,[[["speed",3]],["speed",3]]],[11,"min","","",17,[[["speed",3]],["speed",3]]],[0,"stats","","",null,null],[3,"Histogram","geom::stats","",null,null],[12,"count","","",18,null],[12,"histogram","","",18,null],[12,"min","","",18,null],[12,"max","","",18,null],[4,"Statistic","","",null,null],[13,"Min","","",21,null],[13,"Mean","","",21,null],[13,"P50","","",21,null],[13,"P90","","",21,null],[13,"P99","","",21,null],[13,"Max","","",21,null],[8,"HgramValue","","",null,null],[10,"hgram_zero","","",22,[[]]],[10,"to_u64","","",22,[[]]],[10,"from_u64","","",22,[[]]],[11,"all","geom","",21,[[],[["vec",3],["statistic",4]]]],[11,"new","","",18,[[],["histogram",3]]],[11,"add","","",18,[[]]],[11,"remove","","",18,[[]]],[11,"describe","","",18,[[],["string",3]]],[11,"percentile","","",18,[[],["option",4]]],[11,"select","","",18,[[["statistic",4]],["option",4]]],[11,"count","","",18,[[]]],[11,"seems_eq","","",18,[[["histogram",3]]]],[0,"time","","",null,null],[3,"Time","geom::time","",null,null],[12,"0","","",19,null],[18,"START_OF_DAY","geom","",19,null],[11,"seconds_since_midnight","","",19,[[],["time",3]]],[11,"get_parts","","",19,[[]]],[11,"get_hours","","",19,[[]]],[11,"ampm_tostring","","",19,[[],["string",3]]],[11,"as_filename","","",19,[[],["string",3]]],[11,"parse","","",19,[[],[["box",3],["result",4],["time",3]]]],[11,"min","","",19,[[["time",3]],["time",3]]],[11,"max","","",19,[[["time",3]],["time",3]]],[11,"percent_of","","",19,[[],["time",3]]],[11,"to_percent","","",19,[[["time",3]]]],[11,"inner_seconds","","",19,[[]]],[11,"clamped_sub","","",19,[[["duration",3]],["time",3]]],[11,"round_seconds","","",19,[[],["time",3]]],[17,"EPSILON_DIST","","",null,null],[8,"HgramValue","","",null,null],[10,"hgram_zero","","",22,[[]]],[10,"to_u64","","",22,[[]]],[10,"from_u64","","",22,[[]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"to_owned","","",0,[[]]],[11,"clone_into","","",0,[[]]],[11,"to_string","","",0,[[],["string",3]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"to_owned","","",1,[[]]],[11,"clone_into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"to_string","","",3,[[],["string",3]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"to_string","","",4,[[],["string",3]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"to_string","","",5,[[],["string",3]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"to_string","","",7,[[],["string",3]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"to_owned","","",8,[[]]],[11,"clone_into","","",8,[[]]],[11,"to_string","","",8,[[],["string",3]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"to_string","","",9,[[],["string",3]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"to_owned","","",10,[[]]],[11,"clone_into","","",10,[[]]],[11,"to_string","","",10,[[],["string",3]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"to_owned","","",11,[[]]],[11,"clone_into","","",11,[[]]],[11,"to_string","","",11,[[],["string",3]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"to_owned","","",13,[[]]],[11,"clone_into","","",13,[[]]],[11,"to_string","","",13,[[],["string",3]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"to_owned","","",14,[[]]],[11,"clone_into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"to_owned","","",15,[[]]],[11,"clone_into","","",15,[[]]],[11,"to_string","","",15,[[],["string",3]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"to_string","","",16,[[],["string",3]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"to_owned","","",17,[[]]],[11,"clone_into","","",17,[[]]],[11,"to_string","","",17,[[],["string",3]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"to_owned","","",18,[[]]],[11,"clone_into","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"to_owned","","",19,[[]]],[11,"clone_into","","",19,[[]]],[11,"to_string","","",19,[[],["string",3]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"to_owned","","",21,[[]]],[11,"clone_into","","",21,[[]]],[11,"to_string","","",21,[[],["string",3]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"hgram_zero","","",5,[[],["duration",3]]],[11,"to_u64","","",5,[[]]],[11,"from_u64","","",5,[[],["duration",3]]],[11,"clone","","",0,[[],["angle",3]]],[11,"clone","","",1,[[],["bounds",3]]],[11,"clone","","",2,[[],["gpsbounds",3]]],[11,"clone","","",3,[[],["circle",3]]],[11,"clone","","",4,[[],["distance",3]]],[11,"clone","","",5,[[],["duration",3]]],[11,"clone","","",7,[[],["lonlat",3]]],[11,"clone","","",9,[[],["line",3]]],[11,"clone","","",8,[[],["infiniteline",3]]],[11,"clone","","",10,[[],["percent",3]]],[11,"clone","","",11,[[],["polygon",3]]],[11,"clone","","",12,[[],["triangle",3]]],[11,"clone","","",13,[[],["polyline",3]]],[11,"clone","","",15,[[],["pt2d",3]]],[11,"clone","","",14,[[],["hashablept2d",3]]],[11,"clone","","",16,[[],["ring",3]]],[11,"clone","","",17,[[],["speed",3]]],[11,"clone","","",21,[[],["statistic",4]]],[11,"clone","","",18,[[],["histogram",3]]],[11,"clone","","",19,[[],["time",3]]],[11,"default","","",4,[[],["distance",3]]],[11,"default","","",5,[[],["duration",3]]],[11,"default","","",18,[[],["histogram",3]]],[11,"cmp","","",4,[[["distance",3]],["ordering",4]]],[11,"cmp","","",5,[[["duration",3]],["ordering",4]]],[11,"cmp","","",7,[[["lonlat",3]],["ordering",4]]],[11,"cmp","","",14,[[["hashablept2d",3]],["ordering",4]]],[11,"cmp","","",21,[[["statistic",4]],["ordering",4]]],[11,"cmp","","",19,[[["time",3]],["ordering",4]]],[11,"eq","","",0,[[["angle",3]]]],[11,"ne","","",0,[[["angle",3]]]],[11,"eq","","",2,[[["gpsbounds",3]]]],[11,"ne","","",2,[[["gpsbounds",3]]]],[11,"eq","","",4,[[["distance",3]]]],[11,"ne","","",4,[[["distance",3]]]],[11,"eq","","",5,[[["duration",3]]]],[11,"ne","","",5,[[["duration",3]]]],[11,"eq","","",7,[[["lonlat",3]]]],[11,"ne","","",7,[[["lonlat",3]]]],[11,"eq","","",9,[[["line",3]]]],[11,"ne","","",9,[[["line",3]]]],[11,"eq","","",10,[[["percent",3]]]],[11,"ne","","",10,[[["percent",3]]]],[11,"eq","","",13,[[["polyline",3]]]],[11,"ne","","",13,[[["polyline",3]]]],[11,"eq","","",15,[[["pt2d",3]]]],[11,"eq","","",14,[[["hashablept2d",3]]]],[11,"ne","","",14,[[["hashablept2d",3]]]],[11,"eq","","",16,[[["ring",3]]]],[11,"ne","","",16,[[["ring",3]]]],[11,"eq","","",17,[[["speed",3]]]],[11,"ne","","",17,[[["speed",3]]]],[11,"eq","","",21,[[["statistic",4]]]],[11,"eq","","",19,[[["time",3]]]],[11,"ne","","",19,[[["time",3]]]],[11,"partial_cmp","","",0,[[["angle",3]],[["ordering",4],["option",4]]]],[11,"lt","","",0,[[["angle",3]]]],[11,"le","","",0,[[["angle",3]]]],[11,"gt","","",0,[[["angle",3]]]],[11,"ge","","",0,[[["angle",3]]]],[11,"partial_cmp","","",4,[[["distance",3]],[["ordering",4],["option",4]]]],[11,"lt","","",4,[[["distance",3]]]],[11,"le","","",4,[[["distance",3]]]],[11,"gt","","",4,[[["distance",3]]]],[11,"ge","","",4,[[["distance",3]]]],[11,"partial_cmp","","",5,[[["duration",3]],[["ordering",4],["option",4]]]],[11,"lt","","",5,[[["duration",3]]]],[11,"le","","",5,[[["duration",3]]]],[11,"gt","","",5,[[["duration",3]]]],[11,"ge","","",5,[[["duration",3]]]],[11,"partial_cmp","","",7,[[["lonlat",3]],[["ordering",4],["option",4]]]],[11,"lt","","",7,[[["lonlat",3]]]],[11,"le","","",7,[[["lonlat",3]]]],[11,"gt","","",7,[[["lonlat",3]]]],[11,"ge","","",7,[[["lonlat",3]]]],[11,"partial_cmp","","",14,[[["hashablept2d",3]],[["ordering",4],["option",4]]]],[11,"lt","","",14,[[["hashablept2d",3]]]],[11,"le","","",14,[[["hashablept2d",3]]]],[11,"gt","","",14,[[["hashablept2d",3]]]],[11,"ge","","",14,[[["hashablept2d",3]]]],[11,"partial_cmp","","",17,[[["speed",3]],[["ordering",4],["option",4]]]],[11,"lt","","",17,[[["speed",3]]]],[11,"le","","",17,[[["speed",3]]]],[11,"gt","","",17,[[["speed",3]]]],[11,"ge","","",17,[[["speed",3]]]],[11,"partial_cmp","","",21,[[["statistic",4]],[["ordering",4],["option",4]]]],[11,"partial_cmp","","",19,[[["time",3]],[["ordering",4],["option",4]]]],[11,"lt","","",19,[[["time",3]]]],[11,"le","","",19,[[["time",3]]]],[11,"gt","","",19,[[["time",3]]]],[11,"ge","","",19,[[["time",3]]]],[11,"fmt","","",0,[[["formatter",3]],["result",6]]],[11,"fmt","","",1,[[["formatter",3]],["result",6]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"fmt","","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",4,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","","",13,[[["formatter",3]],["result",6]]],[11,"fmt","","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",14,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",17,[[["formatter",3]],["result",6]]],[11,"fmt","","",19,[[["formatter",3]],["result",6]]],[11,"fmt","","",0,[[["formatter",3]],["result",6]]],[11,"fmt","","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",4,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",10,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",13,[[["formatter",3]],["result",6]]],[11,"fmt","","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",17,[[["formatter",3]],["result",6]]],[11,"fmt","","",21,[[["formatter",3]],["result",6]]],[11,"fmt","","",19,[[["formatter",3]],["result",6]]],[11,"div","","",0,[[],["angle",3]]],[11,"div","","",4,[[["distance",3]]]],[11,"div","","",4,[[],["distance",3]]],[11,"div","","",4,[[["speed",3]],["duration",3]]],[11,"div","","",5,[[["duration",3]]]],[11,"div","","",5,[[],["duration",3]]],[11,"rem","","",5,[[["duration",3]],["duration",3]]],[11,"sub","","",4,[[["distance",3]],["distance",3]]],[11,"sub","","",5,[[["duration",3]],["duration",3]]],[11,"sub","","",17,[[["speed",3]],["speed",3]]],[11,"sub","","",19,[[["duration",3]],["time",3]]],[11,"sub","","",19,[[["time",3]],["duration",3]]],[11,"add","","",0,[[["angle",3]],["angle",3]]],[11,"add","","",4,[[["distance",3]],["distance",3]]],[11,"add","","",5,[[["duration",3]],["duration",3]]],[11,"add","","",17,[[["speed",3]],["speed",3]]],[11,"add","","",19,[[["duration",3]],["time",3]]],[11,"mul","","",4,[[],["distance",3]]],[11,"mul","","",5,[[],["duration",3]]],[11,"mul","","",5,[[["speed",3]],["distance",3]]],[11,"mul","","",17,[[],["speed",3]]],[11,"mul","","",17,[[["duration",3]],["distance",3]]],[11,"neg","","",0,[[],["angle",3]]],[11,"neg","","",4,[[],["distance",3]]],[11,"neg","","",17,[[],["speed",3]]],[11,"add_assign","","",4,[[["distance",3]]]],[11,"add_assign","","",5,[[["duration",3]]]],[11,"add_assign","","",19,[[["duration",3]]]],[11,"sub_assign","","",4,[[["distance",3]]]],[11,"sub_assign","","",5,[[["duration",3]]]],[11,"hash","","",14,[[]]],[11,"sum","","",0,[[],["angle",3]]],[11,"sum","","",4,[[],["distance",3]]],[11,"sum","","",5,[[],["duration",3]]],[11,"serialize","","",0,[[],["result",4]]],[11,"serialize","","",1,[[],["result",4]]],[11,"serialize","","",2,[[],["result",4]]],[11,"serialize","","",3,[[],["result",4]]],[11,"serialize","","",4,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"serialize","","",8,[[],["result",4]]],[11,"serialize","","",11,[[],["result",4]]],[11,"serialize","","",13,[[],["result",4]]],[11,"serialize","","",15,[[],["result",4]]],[11,"serialize","","",16,[[],["result",4]]],[11,"serialize","","",17,[[],["result",4]]],[11,"serialize","","",21,[[],["result",4]]],[11,"serialize","","",19,[[],["result",4]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","","",1,[[],["result",4]]],[11,"deserialize","","",2,[[],["result",4]]],[11,"deserialize","","",3,[[],["result",4]]],[11,"deserialize","","",4,[[],["result",4]]],[11,"deserialize","","",5,[[],["result",4]]],[11,"deserialize","","",7,[[],["result",4]]],[11,"deserialize","","",9,[[],["result",4]]],[11,"deserialize","","",8,[[],["result",4]]],[11,"deserialize","","",11,[[],["result",4]]],[11,"deserialize","","",13,[[],["result",4]]],[11,"deserialize","","",15,[[],["result",4]]],[11,"deserialize","","",16,[[],["result",4]]],[11,"deserialize","","",17,[[],["result",4]]],[11,"deserialize","","",21,[[],["result",4]]],[11,"deserialize","","",19,[[],["result",4]]]],"p":[[3,"Angle"],[3,"Bounds"],[3,"GPSBounds"],[3,"Circle"],[3,"Distance"],[3,"Duration"],[3,"FindClosest"],[3,"LonLat"],[3,"InfiniteLine"],[3,"Line"],[3,"Percent"],[3,"Polygon"],[3,"Triangle"],[3,"PolyLine"],[3,"HashablePt2D"],[3,"Pt2D"],[3,"Ring"],[3,"Speed"],[3,"Histogram"],[3,"Time"],[4,"ArrowCap"],[4,"Statistic"],[8,"HgramValue"]]},\
 "headless":{"doc":"","i":[[3,"MAP","headless","",null,null],[12,"__private_field","","",0,null],[3,"SIM","","",null,null],[12,"__private_field","","",1,null],[3,"FLAGS","","",null,null],[12,"__private_field","","",2,null],[3,"FinishedTrips","","",null,null],[12,"trips","","",3,null],[3,"Delays","","",null,null],[12,"per_direction","","",4,null],[3,"Throughput","","",null,null],[12,"per_direction","","",5,null],[3,"AgentPositions","","",null,null],[12,"agents","","",6,null],[3,"AgentPosition","","",null,null],[12,"vehicle_type","","",7,null],[12,"pos","","",7,null],[12,"person","","",7,null],[5,"main","","",null,[[]]],[5,"serve_req","","",null,[[["request",3],["body",3]]]],[5,"handle_command","","",null,[[["hashmap",3],["map",3],["vec",3],["sim",3]],[["string",3],["result",4],["box",3]]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"into_any_arc","","",5,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"into_any_arc","","",6,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["any",8],["arc",3]]]],[11,"deref","","",0,[[],["rwlock",3]]],[11,"deref","","",1,[[],["rwlock",3]]],[11,"deref","","",2,[[],["rwlock",3]]],[11,"serialize","","",3,[[],["result",4]]],[11,"serialize","","",4,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",6,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"initialize","","",0,[[]]],[11,"initialize","","",1,[[]]],[11,"initialize","","",2,[[]]]],"p":[[3,"MAP"],[3,"SIM"],[3,"FLAGS"],[3,"FinishedTrips"],[3,"Delays"],[3,"Throughput"],[3,"AgentPositions"],[3,"AgentPosition"]]},\
 "import_traffic":{"doc":"","i":[[3,"Input","import_traffic","",null,null],[12,"scenario_name","","",0,null],[12,"people","","",0,null],[3,"Person","","",null,null],[12,"origin","","",1,null],[12,"trips","","",1,null],[3,"Trip","","",null,null],[12,"departure","","",2,null],[12,"position","","",2,null],[12,"mode","","",2,null],[5,"main","","",null,[[]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["any",8],["arc",3]]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","","",1,[[],["result",4]]],[11,"deserialize","","",2,[[],["result",4]]]],"p":[[3,"Input"],[3,"Person"],[3,"Trip"]]},\
-"importer":{"doc":"","i":[[3,"Job","importer","",null,null],[12,"city","","",0,null],[12,"osm_to_raw","","",0,null],[12,"raw_to_map","","",0,null],[12,"scenario","","",0,null],[12,"scenario_everyone","","",0,null],[12,"skip_ch","","",0,null],[12,"only_map","","",0,null],[12,"oneshot","","",0,null],[12,"oneshot_clip","","",0,null],[12,"oneshot_drive_on_left","","",0,null],[5,"main","","",null,[[]]],[5,"oneshot","","",null,[[["string",3],["option",4]]]],[0,"berlin","","",null,null],[3,"Record","importer::berlin","",null,null],[12,"raumid","","",1,null],[12,"e_e","","",1,null],[5,"input","","",null,[[["timer",3],["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["timer",3],["importerconfiguration",3]]]],[5,"correlate_population","","",null,[[["timer",3]]]],[5,"distribute_residents","","",null,[[["timer",3],["map",3]]]],[0,"configuration","importer","",null,null],[3,"ImporterConfiguration","importer::configuration","",null,null],[12,"curl","","",2,null],[12,"osmconvert","","",2,null],[12,"unzip","","",2,null],[12,"gunzip","","",2,null],[12,"gunzip_args","","",2,null],[5,"load_configuration","","",null,[[],["importerconfiguration",3]]],[0,"dependencies","importer","",null,null],[5,"are_dependencies_callable","importer::dependencies","",null,[[["importerconfiguration",3]]]],[5,"is_program_callable","","",null,[[["asref",8],["osstr",3]]]],[0,"krakow","importer","",null,null],[5,"input","importer::krakow","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[0,"seattle","importer","",null,null],[3,"TripRecord","importer::seattle","",null,null],[12,"shape_id","","",3,null],[12,"trip_id","","",3,null],[3,"StopTimeRecord","","",null,null],[12,"trip_id","","",4,null],[12,"arrival_time","","",4,null],[5,"input","","",null,[[["importerconfiguration",3],["timer",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[5,"adjust_private_parking","","",null,[[["scenario",3],["map",3]]]],[5,"add_gtfs_schedules","","",null,[[["map",3]]]],[0,"tel_aviv","importer","",null,null],[5,"input","importer::tel_aviv","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[0,"utils","importer","",null,null],[5,"download","importer::utils","",null,[[["importerconfiguration",3]]]],[5,"download_kml","","",null,[[["timer",3],["gpsbounds",3]]]],[5,"osmconvert","","",null,[[["string",3],["importerconfiguration",3]]]],[5,"run","","",null,[[["command",3]]]],[5,"raw_to_map","","",null,[[["timer",3]],["map",3]]],[0,"xian","importer","",null,null],[5,"input","importer::xian","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[11,"from","importer","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","importer::berlin","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","importer::configuration","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","importer::seattle","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["any",8],["arc",3]]]],[11,"default","importer::configuration","",2,[[],["importerconfiguration",3]]],[11,"fmt","importer::berlin","",1,[[["formatter",3]],["result",6]]],[11,"fmt","importer::seattle","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",4,[[["formatter",3]],["result",6]]],[11,"deserialize","importer::berlin","",1,[[],["result",4]]],[11,"deserialize","importer::configuration","",2,[[],["result",4]]],[11,"deserialize","importer::seattle","",3,[[],["result",4]]],[11,"deserialize","","",4,[[],["result",4]]]],"p":[[3,"Job"],[3,"Record"],[3,"ImporterConfiguration"],[3,"TripRecord"],[3,"StopTimeRecord"]]},\
+"importer":{"doc":"","i":[[3,"Job","importer","",null,null],[12,"city","","",0,null],[12,"osm_to_raw","","",0,null],[12,"raw_to_map","","",0,null],[12,"scenario","","",0,null],[12,"scenario_everyone","","",0,null],[12,"skip_ch","","",0,null],[12,"only_map","","",0,null],[12,"oneshot","","",0,null],[12,"oneshot_clip","","",0,null],[12,"oneshot_drive_on_left","","",0,null],[5,"main","","",null,[[]]],[5,"oneshot","","",null,[[["string",3],["option",4]]]],[0,"berlin","","",null,null],[3,"Record","importer::berlin","",null,null],[12,"raumid","","",1,null],[12,"e_e","","",1,null],[5,"input","","",null,[[["importerconfiguration",3],["timer",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[5,"correlate_population","","",null,[[["timer",3]]]],[5,"distribute_residents","","",null,[[["timer",3],["map",3]]]],[0,"configuration","importer","",null,null],[3,"ImporterConfiguration","importer::configuration","",null,null],[12,"curl","","",2,null],[12,"osmconvert","","",2,null],[12,"unzip","","",2,null],[12,"gunzip","","",2,null],[12,"gunzip_args","","",2,null],[5,"load_configuration","","",null,[[],["importerconfiguration",3]]],[0,"dependencies","importer","",null,null],[5,"are_dependencies_callable","importer::dependencies","",null,[[["importerconfiguration",3]]]],[5,"is_program_callable","","",null,[[["asref",8],["osstr",3]]]],[0,"krakow","importer","",null,null],[5,"input","importer::krakow","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[0,"london","importer","",null,null],[5,"input","importer::london","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[0,"seattle","importer","",null,null],[3,"TripRecord","importer::seattle","",null,null],[12,"shape_id","","",3,null],[12,"trip_id","","",3,null],[3,"StopTimeRecord","","",null,null],[12,"trip_id","","",4,null],[12,"arrival_time","","",4,null],[5,"input","","",null,[[["importerconfiguration",3],["timer",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[5,"adjust_private_parking","","",null,[[["scenario",3],["map",3]]]],[5,"add_gtfs_schedules","","",null,[[["map",3]]]],[0,"tel_aviv","importer","",null,null],[5,"input","importer::tel_aviv","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[0,"utils","importer","",null,null],[5,"download","importer::utils","",null,[[["importerconfiguration",3]]]],[5,"download_kml","","",null,[[["timer",3],["gpsbounds",3]]]],[5,"osmconvert","","",null,[[["importerconfiguration",3],["string",3]]]],[5,"run","","",null,[[["command",3]]]],[5,"raw_to_map","","",null,[[["timer",3]],["map",3]]],[0,"xian","importer","",null,null],[5,"input","importer::xian","",null,[[["importerconfiguration",3]]]],[5,"osm_to_raw","","",null,[[["importerconfiguration",3],["timer",3]]]],[11,"from","importer","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","importer::berlin","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","importer::configuration","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","importer::seattle","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["any",8],["arc",3]]]],[11,"default","importer::configuration","",2,[[],["importerconfiguration",3]]],[11,"fmt","importer::berlin","",1,[[["formatter",3]],["result",6]]],[11,"fmt","importer::seattle","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",4,[[["formatter",3]],["result",6]]],[11,"deserialize","importer::berlin","",1,[[],["result",4]]],[11,"deserialize","importer::configuration","",2,[[],["result",4]]],[11,"deserialize","importer::seattle","",3,[[],["result",4]]],[11,"deserialize","","",4,[[],["result",4]]]],"p":[[3,"Job"],[3,"Record"],[3,"ImporterConfiguration"],[3,"TripRecord"],[3,"StopTimeRecord"]]},\
 "kml":{"doc":"","i":[[3,"ExtraShapes","kml","",null,null],[12,"shapes","","",0,null],[3,"ExtraShape","","",null,null],[12,"points","","",1,null],[12,"attributes","","",1,null],[5,"load","","",null,[[["gpsbounds",3],["timer",3]],[["extrashapes",3],["box",3],["result",4]]]],[5,"parse_pt","","",null,[[],[["lonlat",3],["option",4]]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"fmt","","",1,[[["formatter",3]],["result",6]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","","",1,[[],["result",4]]],[11,"serialize","","",0,[[],["result",4]]],[11,"serialize","","",1,[[],["result",4]]]],"p":[[3,"ExtraShapes"],[3,"ExtraShape"]]},\
 "map_editor":{"doc":"","i":[[3,"UI","map_editor","",null,null],[12,"model","","",0,null],[12,"state","","",0,null],[12,"panel","","",0,null],[12,"popup","","",0,null],[12,"info_key_held","","",0,null],[12,"last_id","","",0,null],[4,"State","","",null,null],[13,"Viewing","","",1,null],[13,"MovingIntersection","","",1,null],[13,"MovingBuilding","","",1,null],[13,"MovingRoadPoint","","",1,null],[13,"CreatingRoad","","",1,null],[13,"PreviewIntersection","","",1,null],[5,"preview_intersection","","",null,[[["nodeid",3],["model",3],["eventctx",3]],["drawable",3]]],[5,"preview_all_intersections","","",null,[[["model",3],["eventctx",3]],["drawable",3]]],[5,"main","","",null,[[]]],[0,"model","","",null,null],[3,"Model","map_editor::model","",null,null],[12,"map","","",2,null],[12,"showing_pts","","",2,null],[12,"world","","",2,null],[12,"include_bldgs","","",2,null],[12,"intersection_geom","","",2,null],[4,"ID","","",null,null],[13,"Building","","",3,null],[13,"Intersection","","",3,null],[13,"Road","","",3,null],[13,"RoadPoint","","",3,null],[5,"time_to_id","","",null,[[]]],[17,"INTERSECTION_RADIUS","","",null,null],[17,"BUILDING_LENGTH","","",null,null],[11,"blank","","",2,[[],["model",3]]],[11,"import","","",2,[[["string",3],["eventctx",3]],["model",3]]],[11,"export","","",2,[[]]],[11,"compute_bounds","","",2,[[],["bounds",3]]],[11,"describe_obj","","",2,[[["id",4]],["text",3]]],[11,"intersection_added","","",2,[[["nodeid",3],["eventctx",3]]]],[11,"create_i","","",2,[[["pt2d",3],["eventctx",3]]]],[11,"move_i","","",2,[[["nodeid",3],["pt2d",3],["eventctx",3]]]],[11,"delete_i","","",2,[[["nodeid",3]]]],[11,"road_added","","",2,[[["eventctx",3],["originalroad",3]]]],[11,"road_deleted","","",2,[[["originalroad",3]]]],[11,"create_r","","",2,[[["nodeid",3],["eventctx",3]]]],[11,"delete_r","","",2,[[["originalroad",3]]]],[11,"road_object","","",2,[[["originalroad",3]],[["object",3],["id",4]]]],[11,"show_r_points","","",2,[[["eventctx",3],["originalroad",3]]]],[11,"stop_showing_pts","","",2,[[["originalroad",3]]]],[11,"move_r_pt","","",2,[[["eventctx",3],["pt2d",3],["originalroad",3]]]],[11,"delete_r_pt","","",2,[[["eventctx",3],["originalroad",3]]]],[11,"insert_r_pt","","",2,[[["eventctx",3],["pt2d",3],["originalroad",3]],[["option",4],["id",4]]]],[11,"clear_r_pts","","",2,[[["eventctx",3],["originalroad",3]]]],[11,"bldg_added","","",2,[[["osmid",4],["eventctx",3]]]],[11,"create_b","","",2,[[["pt2d",3],["eventctx",3]],["id",4]]],[11,"move_b","","",2,[[["osmid",4],["pt2d",3],["eventctx",3]]]],[11,"delete_b","","",2,[[["osmid",4]]]],[0,"world","map_editor","",null,null],[3,"Object","map_editor::world","",null,null],[12,"id","","",4,null],[12,"geometry","","",4,null],[3,"WorldObject","","",null,null],[12,"unioned_polygon","","",5,null],[12,"draw","","",5,null],[12,"quadtree_id","","",5,null],[3,"World","","",null,null],[12,"objects","","",6,null],[12,"quadtree","","",6,null],[12,"current_selection","","",6,null],[8,"ObjectID","","",null,null],[10,"zorder","","",7,[[]]],[11,"new","","",4,[[["polygon",3],["color",3]],["object",3]]],[11,"new","","",6,[[],["world",3]]],[11,"draw","","",6,[[["gfxctx",3],["fn",8]]]],[11,"handle_mouseover","","",6,[[["eventctx",3]]]],[11,"force_set_selection","","",6,[[]]],[11,"get_selection","","",6,[[],["option",4]]],[11,"add","","",6,[[["eventctx",3],["object",3]]]],[11,"delete","","",6,[[]]],[11,"new","map_editor","",0,[[["eventctx",3]],["ui",3]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_editor::model","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"equivalent","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","map_editor::world","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"into_any_arc","","",5,[[["arc",3]],[["any",8],["arc",3]]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["box",3],["any",8]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"zorder","map_editor::model","",3,[[]]],[11,"clone","","",3,[[],["id",4]]],[11,"eq","","",3,[[["id",4]]]],[11,"ne","","",3,[[["id",4]]]],[11,"fmt","","",3,[[["formatter",3]],["result",6]]],[11,"hash","","",3,[[]]],[11,"event","map_editor","",0,[[["eventctx",3]]]],[11,"draw","","",0,[[["gfxctx",3]]]],[11,"dump_before_abort","","",0,[[["canvas",3]]]],[11,"before_quit","","",0,[[["canvas",3]]]]],"p":[[3,"UI"],[4,"State"],[3,"Model"],[4,"ID"],[3,"Object"],[3,"WorldObject"],[3,"World"],[8,"ObjectID"]]},\
 "map_model":{"doc":"","i":[[3,"City","map_model","",null,null],[12,"name","","",0,null],[12,"boundary","","",0,null],[12,"areas","","",0,null],[12,"regions","","",0,null],[3,"EditEffects","","",null,null],[12,"changed_roads","","",1,null],[12,"changed_intersections","","",1,null],[12,"added_turns","","",1,null],[12,"deleted_turns","","",1,null],[3,"EditRoad","","",null,null],[12,"lanes_ltr","","",2,null],[12,"speed_limit","","",2,null],[12,"access_restrictions","","",2,null],[3,"MapEdits","","",null,null],[12,"edits_name","","",3,null],[12,"commands","","",3,null],[12,"changed_roads","","",3,null],[12,"original_intersections","","",3,null],[12,"changed_routes","","",3,null],[12,"proposal_description","","",3,null],[12,"proposal_link","","",3,null],[3,"PermanentMapEdits","","",null,null],[12,"map_name","","",4,null],[12,"edits_name","","",4,null],[12,"version","","",4,null],[12,"commands","","",4,null],[12,"proposal_description","","",4,null],[12,"proposal_link","","",4,null],[3,"MapConfig","","",null,null],[12,"driving_side","","",5,null],[12,"bikes_can_use_bus_lanes","","",5,null],[3,"Area","","",null,null],[12,"id","","",6,null],[12,"area_type","","",6,null],[12,"polygon","","",6,null],[12,"osm_tags","","",6,null],[12,"osm_id","","",6,null],[3,"AreaID","","",null,null],[12,"0","","",7,null],[3,"Building","","",null,null],[12,"id","","",8,null],[12,"polygon","","",8,null],[12,"address","","",8,null],[12,"name","","",8,null],[12,"orig_id","","",8,null],[12,"label_center","","",8,null],[12,"amenities","","",8,null],[12,"bldg_type","","",8,null],[12,"parking","","",8,null],[12,"sidewalk_pos","","",8,null],[12,"driveway_geom","","",8,null],[3,"BuildingID","","",null,null],[12,"0","","",9,null],[3,"NamePerLanguage","","",null,null],[12,"0","","",10,null],[3,"BusRoute","","",null,null],[12,"id","","",11,null],[12,"full_name","","",11,null],[12,"short_name","","",11,null],[12,"gtfs_trip_marker","","",11,null],[12,"osm_rel_id","","",11,null],[12,"stops","","",11,null],[12,"start","","",11,null],[12,"end_border","","",11,null],[12,"route_type","","",11,null],[12,"spawn_times","","",11,null],[12,"orig_spawn_times","","",11,null],[3,"BusRouteID","","",null,null],[12,"0","","",12,null],[3,"BusStop","","",null,null],[12,"id","","",13,null],[12,"name","","",13,null],[12,"driving_pos","","",13,null],[12,"sidewalk_pos","","",13,null],[12,"is_train_stop","","",13,null],[3,"BusStopID","","",null,null],[12,"sidewalk","","",14,null],[12,"idx","","",14,null],[3,"Intersection","","",null,null],[12,"id","","",15,null],[12,"polygon","","",15,null],[12,"turns","","",15,null],[12,"elevation","","",15,null],[12,"intersection_type","","",15,null],[12,"orig_id","","",15,null],[12,"incoming_lanes","","",15,null],[12,"outgoing_lanes","","",15,null],[12,"roads","","",15,null],[3,"IntersectionID","","",null,null],[12,"0","","",16,null],[3,"Lane","","",null,null],[12,"id","","",17,null],[12,"parent","","",17,null],[12,"lane_type","","",17,null],[12,"lane_center_pts","","",17,null],[12,"width","","",17,null],[12,"src_i","","",17,null],[12,"dst_i","","",17,null],[12,"bus_stops","","",17,null],[12,"driving_blackhole","","",17,null],[12,"biking_blackhole","","",17,null],[3,"LaneID","","",null,null],[12,"0","","",18,null],[3,"ParkingLot","","",null,null],[12,"id","","",19,null],[12,"polygon","","",19,null],[12,"aisles","","",19,null],[12,"osm_id","","",19,null],[12,"spots","","",19,null],[12,"extra_spots","","",19,null],[12,"driveway_line","","",19,null],[12,"driving_pos","","",19,null],[12,"sidewalk_line","","",19,null],[12,"sidewalk_pos","","",19,null],[3,"ParkingLotID","","",null,null],[12,"0","","",20,null],[3,"DirectedRoadID","","",null,null],[12,"id","","",21,null],[12,"dir","","",21,null],[3,"Road","","",null,null],[12,"id","","",22,null],[12,"osm_tags","","",22,null],[12,"turn_restrictions","","",22,null],[12,"complicated_turn_restrictions","","",22,null],[12,"orig_id","","",22,null],[12,"speed_limit","","",22,null],[12,"access_restrictions","","",22,null],[12,"zorder","","",22,null],[12,"lanes_ltr","","",22,null],[12,"center_pts","","",22,null],[12,"src_i","","",22,null],[12,"dst_i","","",22,null],[3,"RoadID","","",null,null],[12,"0","","",23,null],[3,"ControlStopSign","","",null,null],[12,"id","","",24,null],[12,"roads","","",24,null],[3,"RoadWithStopSign","","",null,null],[12,"rightmost_lane","","",25,null],[12,"must_stop","","",25,null],[3,"ControlTrafficSignal","","",null,null],[12,"id","","",26,null],[12,"stages","","",26,null],[12,"offset","","",26,null],[12,"movements","","",26,null],[3,"Stage","","",null,null],[12,"protected_movements","","",27,null],[12,"yield_movements","","",27,null],[12,"phase_type","","",27,null],[3,"CompressedMovementID","","",null,null],[12,"i","","",28,null],[12,"idx","","",28,null],[3,"Movement","","",null,null],[12,"id","","",29,null],[12,"turn_type","","",29,null],[12,"members","","",29,null],[12,"geom","","",29,null],[12,"angle","","",29,null],[3,"MovementID","","",null,null],[12,"from","","",30,null],[12,"to","","",30,null],[12,"parent","","",30,null],[12,"crosswalk","","",30,null],[3,"Turn","","",null,null],[12,"id","","",31,null],[12,"turn_type","","",31,null],[12,"geom","","",31,null],[12,"other_crosswalk_ids","","",31,null],[3,"TurnID","","",null,null],[12,"parent","","",32,null],[12,"src","","",32,null],[12,"dst","","",32,null],[3,"AccessRestrictions","","",null,null],[12,"allow_through_traffic","","",33,null],[12,"cap_vehicles_per_hour","","",33,null],[3,"Zone","","",null,null],[12,"members","","",34,null],[12,"borders","","",34,null],[12,"restrictions","","",34,null],[3,"IntersectionCluster","","",null,null],[12,"members","","",35,null],[12,"uber_turns","","",35,null],[3,"UberTurn","","",null,null],[12,"path","","",36,null],[3,"UberTurnGroup","","",null,null],[12,"from","","",37,null],[12,"to","","",37,null],[12,"members","","",37,null],[12,"geom","","",37,null],[3,"Path","","",null,null],[12,"steps","","",38,null],[12,"end_dist","","",38,null],[12,"total_length","","",38,null],[12,"crossed_so_far","","",38,null],[12,"total_lanes","","",38,null],[12,"uber_turns","","",38,null],[12,"currently_inside_ut","","",38,null],[3,"PathRequest","","",null,null],[12,"start","","",39,null],[12,"end","","",39,null],[12,"constraints","","",39,null],[3,"Position","","",null,null],[12,"lane","","",40,null],[12,"dist_along","","",40,null],[3,"Map","","",null,null],[12,"roads","","",41,null],[12,"lanes","","",41,null],[12,"intersections","","",41,null],[12,"turns","","",41,null],[12,"buildings","","",41,null],[12,"bus_stops","","",41,null],[12,"bus_routes","","",41,null],[12,"areas","","",41,null],[12,"parking_lots","","",41,null],[12,"boundary_polygon","","",41,null],[12,"stop_signs","","",41,null],[12,"traffic_signals","","",41,null],[12,"gps_bounds","","",41,null],[12,"bounds","","",41,null],[12,"config","","",41,null],[12,"pathfinder","","",41,null],[12,"pathfinder_dirty","","",41,null],[12,"zones","","",41,null],[12,"city_name","","",41,null],[12,"name","","",41,null],[12,"edits","","",41,null],[4,"EditCmd","","",null,null],[13,"ChangeRoad","","",42,null],[12,"r","map_model::EditCmd","",43,null],[12,"old","","",43,null],[12,"new","","",43,null],[13,"ChangeIntersection","map_model","",42,null],[12,"i","map_model::EditCmd","",44,null],[12,"new","","",44,null],[12,"old","","",44,null],[13,"ChangeRouteSchedule","map_model","",42,null],[12,"id","map_model::EditCmd","",45,null],[12,"old","","",45,null],[12,"new","","",45,null],[4,"EditIntersection","map_model","",null,null],[13,"StopSign","","",46,null],[13,"TrafficSignal","","",46,null],[13,"Closed","","",46,null],[4,"AreaType","","",null,null],[13,"Park","","",47,null],[13,"Water","","",47,null],[13,"PedestrianIsland","","",47,null],[13,"Island","","",47,null],[4,"BuildingType","","",null,null],[13,"Residential","","",48,null],[13,"ResidentialCommercial","","",48,null],[13,"Commercial","","",48,null],[13,"Empty","","",48,null],[4,"OffstreetParking","","",null,null],[13,"PublicGarage","","",49,null],[13,"Private","","",49,null],[4,"IntersectionType","","",null,null],[13,"StopSign","","",50,null],[13,"TrafficSignal","","",50,null],[13,"Border","","",50,null],[13,"Construction","","",50,null],[4,"LaneType","","",null,null],[13,"Driving","","",51,null],[13,"Parking","","",51,null],[13,"Sidewalk","","",51,null],[13,"Shoulder","","",51,null],[13,"Biking","","",51,null],[13,"Bus","","",51,null],[13,"SharedLeftTurn","","",51,null],[13,"Construction","","",51,null],[13,"LightRail","","",51,null],[4,"Direction","","",null,null],[13,"Fwd","","",52,null],[13,"Back","","",52,null],[4,"PhaseType","","",null,null],[13,"Fixed","","",53,null],[13,"Adaptive","","",53,null],[4,"TurnPriority","","",null,null],[13,"Banned","","",54,null],[13,"Yield","","",54,null],[13,"Protected","","",54,null],[4,"TurnType","","",null,null],[13,"Crosswalk","","",55,null],[13,"SharedSidewalkCorner","","",55,null],[13,"Straight","","",55,null],[13,"Right","","",55,null],[13,"Left","","",55,null],[4,"PathConstraints","","",null,null],[13,"Pedestrian","","",56,null],[13,"Car","","",56,null],[13,"Bike","","",56,null],[13,"Bus","","",56,null],[13,"Train","","",56,null],[4,"PathStep","","",null,null],[13,"Lane","","",57,null],[13,"ContraflowLane","","",57,null],[13,"Turn","","",57,null],[4,"Traversable","","",null,null],[13,"Lane","","",58,null],[13,"Turn","","",58,null],[0,"city","","",null,null],[3,"City","map_model::city","",null,null],[12,"name","","",0,null],[12,"boundary","","",0,null],[12,"areas","","",0,null],[12,"regions","","",0,null],[11,"new","map_model","",0,[[["map",3]],["city",3]]],[0,"connectivity","","",null,null],[5,"find_scc","map_model::connectivity","",null,[[["map",3],["pathconstraints",4]]]],[5,"all_costs_from","","",null,[[["map",3],["buildingid",3]],[["distance",3],["buildingid",3],["hashmap",3]]]],[0,"edits","map_model","",null,null],[3,"MapEdits","map_model::edits","",null,null],[12,"edits_name","","",3,null],[12,"commands","","",3,null],[12,"changed_roads","","",3,null],[12,"original_intersections","","",3,null],[12,"changed_routes","","",3,null],[12,"proposal_description","","",3,null],[12,"proposal_link","","",3,null],[3,"EditRoad","","",null,null],[12,"lanes_ltr","","",2,null],[12,"speed_limit","","",2,null],[12,"access_restrictions","","",2,null],[3,"EditEffects","","",null,null],[12,"changed_roads","","",1,null],[12,"changed_intersections","","",1,null],[12,"added_turns","","",1,null],[12,"deleted_turns","","",1,null],[4,"EditIntersection","","",null,null],[13,"StopSign","","",46,null],[13,"TrafficSignal","","",46,null],[13,"Closed","","",46,null],[4,"EditCmd","","",null,null],[13,"ChangeRoad","","",42,null],[12,"r","map_model::edits::EditCmd","",43,null],[12,"old","","",43,null],[12,"new","","",43,null],[13,"ChangeIntersection","map_model::edits","",42,null],[12,"i","map_model::edits::EditCmd","",44,null],[12,"new","","",44,null],[12,"old","","",44,null],[13,"ChangeRouteSchedule","map_model::edits","",42,null],[12,"id","map_model::edits::EditCmd","",45,null],[12,"old","","",45,null],[12,"new","","",45,null],[5,"recalculate_turns","map_model::edits","",null,[[["timer",3],["intersectionid",3],["editeffects",3],["map",3]]]],[0,"compat","","",null,null],[3,"OriginalLane","map_model::edits::compat","",null,null],[12,"parent","","",59,null],[12,"num_fwd","","",59,null],[12,"num_back","","",59,null],[12,"dir","","",59,null],[12,"idx","","",59,null],[3,"ChangeLaneType","","",null,null],[12,"id","","",60,null],[12,"lt","","",60,null],[12,"orig_lt","","",60,null],[3,"ReverseLane","","",null,null],[12,"l","","",61,null],[12,"dst_i","","",61,null],[3,"ChangeSpeedLimit","","",null,null],[12,"id","","",62,null],[12,"new","","",62,null],[12,"old","","",62,null],[3,"ChangeAccessRestrictions","","",null,null],[12,"id","","",63,null],[12,"new","","",63,null],[12,"old","","",63,null],[5,"upgrade","","",null,[[["map",3],["value",4]],[["permanentmapedits",3],["string",3],["result",4]]]],[5,"walk","","",null,[[["value",4]]]],[5,"fix_offset","","",null,[[["value",4]]]],[5,"fix_intersection_ids","","",null,[[["value",4]]]],[5,"fix_road_direction","","",null,[[["value",4]]]],[5,"fix_old_lane_cmds","","",null,[[["value",4],["map",3]],[["string",3],["result",4]]]],[11,"lookup","","",59,[[["map",3]],[["string",3],["result",4]]]],[0,"perma","map_model::edits","",null,null],[3,"PermanentMapEdits","map_model::edits::perma","",null,null],[12,"map_name","","",4,null],[12,"edits_name","","",4,null],[12,"version","","",4,null],[12,"commands","","",4,null],[12,"proposal_description","","",4,null],[12,"proposal_link","","",4,null],[4,"PermanentEditIntersection","","",null,null],[13,"StopSign","","",64,null],[12,"must_stop","map_model::edits::perma::PermanentEditIntersection","",65,null],[13,"TrafficSignal","map_model::edits::perma","",64,null],[13,"Closed","","",64,null],[4,"PermanentEditCmd","","",null,null],[13,"ChangeRoad","","",66,null],[12,"r","map_model::edits::perma::PermanentEditCmd","",67,null],[12,"new","","",67,null],[12,"old","","",67,null],[13,"ChangeIntersection","map_model::edits::perma","",66,null],[12,"i","map_model::edits::perma::PermanentEditCmd","",68,null],[12,"new","","",68,null],[12,"old","","",68,null],[13,"ChangeRouteSchedule","map_model::edits::perma","",66,null],[12,"osm_rel_id","map_model::edits::perma::PermanentEditCmd","",69,null],[12,"old","","",69,null],[12,"new","","",69,null],[11,"to_perma","map_model","",42,[[["map",3]],["permanenteditcmd",4]]],[11,"to_permanent","","",4,[[["mapedits",3],["map",3]],["permanentmapedits",3]]],[11,"from_permanent","","",4,[[["map",3],["permanentmapedits",3]],[["mapedits",3],["string",3],["result",4]]]],[11,"to_permanent","","",46,[[["map",3]],["permanenteditintersection",4]]],[11,"from_permanent","map_model::edits::perma","",64,[[["intersectionid",3],["map",3]],[["option",4],["editintersection",4]]]],[11,"get_orig_from_osm","map_model","",2,[[["road",3]],["editroad",3]]],[11,"new","","",3,[[],["mapedits",3]]],[11,"load","","",3,[[["timer",3],["map",3],["string",3]],[["mapedits",3],["string",3],["result",4]]]],[11,"save","","",3,[[["map",3]]]],[11,"update_derived","","",3,[[["map",3]]]],[11,"compress","","",3,[[["map",3]]]],[11,"new","","",1,[[],["editeffects",3]]],[11,"short_name","","",42,[[["map",3]],["string",3]]],[11,"apply","","",42,[[["timer",3],["editeffects",3],["map",3]]]],[11,"undo","","",42,[[],["editcmd",4]]],[11,"get_edits","","",41,[[],["mapedits",3]]],[11,"get_r_edit","","",41,[[["roadid",3]],["editroad",3]]],[11,"edit_road_cmd","","",41,[[["roadid",3],["fn",8]],["editcmd",4]]],[11,"get_i_edit","","",41,[[["intersectionid",3]],["editintersection",4]]],[11,"save_edits","","",41,[[]]],[11,"must_apply_edits","","",41,[[["mapedits",3],["timer",3]]]],[11,"try_apply_edits","","",41,[[["mapedits",3],["timer",3]]]],[11,"apply_edits","","",41,[[["mapedits",3],["timer",3]]]],[11,"recalculate_pathfinding_after_edits","","",41,[[["timer",3]]]],[11,"incremental_edit_traffic_signal","","",41,[[["controltrafficsignal",3]]]],[0,"make","","",null,null],[5,"is_border","map_model::make","",null,[[["vec",3],["intersection",3]]]],[5,"match_points_to_lanes","","",null,[[["hashset",3],["bounds",3],["hashablept2d",3],["vec",3],["fn",8],["distance",3],["timer",3]],[["hashablept2d",3],["hashmap",3],["position",3]]]],[0,"bridges","","",null,null],[5,"find_bridges","map_model::make::bridges","",null,[[["vec",3],["bounds",3],["timer",3]]]],[0,"buildings","map_model::make","",null,null],[5,"make_all_buildings","map_model::make::buildings","",null,[[["timer",3],["map",3],["btreemap",3]],[["vec",3],["building",3]]]],[5,"trim_path","","",null,[[["line",3],["polygon",3]],["line",3]]],[5,"get_address","","",null,[[["tags",3],["laneid",3],["map",3]],["string",3]]],[5,"classify_bldg","","",null,[[["xorshiftrng",3],["tags",3],["btreeset",3]],["buildingtype",4]]],[0,"initial","map_model::make","",null,null],[3,"InitialMap","map_model::make::initial","",null,null],[12,"roads","","",70,null],[12,"intersections","","",70,null],[12,"bounds","","",70,null],[3,"Road","","",null,null],[12,"id","","",71,null],[12,"src_i","","",71,null],[12,"dst_i","","",71,null],[12,"trimmed_center_pts","","",71,null],[12,"half_width","","",71,null],[12,"lane_specs_ltr","","",71,null],[12,"osm_tags","","",71,null],[3,"Intersection","","",null,null],[12,"id","","",72,null],[12,"polygon","","",72,null],[12,"roads","","",72,null],[12,"intersection_type","","",72,null],[12,"elevation","","",72,null],[0,"geometry","","",null,null],[3,"Piece","map_model::make::initial::geometry","",null,null],[12,"id","","",73,null],[12,"left","","",73,null],[12,"center","","",73,null],[12,"right","","",73,null],[5,"intersection_polygon","","",null,[[["timer",3],["intersection",3],["btreemap",3],["drivingside",4]],[["string",3],["result",4]]]],[5,"generalized_trim_back","","",null,[[["timer",3],["btreemap",3],["nodeid",3],["drivingside",4],["vec",3]],[["string",3],["result",4]]]],[5,"deadend","","",null,[[["btreemap",3],["nodeid",3],["drivingside",4],["vec",3]],[["string",3],["result",4]]]],[5,"close_off_polygon","","",null,[[["vec",3],["pt2d",3]],[["vec",3],["pt2d",3]]]],[5,"on_off_ramp","","",null,[[["btreemap",3],["nodeid",3],["drivingside",4],["vec",3]],["option",4]]],[17,"DEGENERATE_INTERSECTION_HALF_LENGTH","","",null,null],[0,"lane_specs","map_model::make::initial","",null,null],[3,"LaneSpec","map_model::make::initial::lane_specs","",null,null],[12,"lt","","",74,null],[12,"dir","","",74,null],[12,"width","","",74,null],[5,"fwd","","",null,[[["lanetype",4]],["lanespec",3]]],[5,"back","","",null,[[["lanetype",4]],["lanespec",3]]],[5,"get_lane_specs_ltr","","",null,[[["tags",3]],[["vec",3],["lanespec",3]]]],[11,"new","map_model::make::initial","",71,[[["originalroad",3],["rawroad",3],["drivingside",4]],["road",3]]],[11,"new","","",70,[[["timer",3],["bounds",3],["rawmap",3]],["initialmap",3]]],[0,"parking_lots","map_model::make","",null,null],[5,"make_all_parking_lots","map_model::make::parking_lots","",null,[[["vec",3],["timer",3],["map",3],["vec",3]],[["parkinglot",3],["vec",3]]]],[5,"trim_path","","",null,[[["line",3],["polygon",3]],["line",3]]],[5,"infer_spots","","",null,[[["vec",3],["polygon",3]],["vec",3]]],[5,"line_valid","","",null,[[["polygon",3],["vec",3],["line",3],["vec",3]]]],[0,"remove_disconnected","map_model::make","",null,null],[5,"remove_disconnected_roads","map_model::make::remove_disconnected","",null,[[["rawmap",3],["timer",3]]]],[0,"traffic_signals","map_model::make","",null,null],[3,"Partition","map_model::make::traffic_signals","",null,null],[12,"0","","",75,null],[5,"get_possible_policies","","",null,[[["timer",3],["map",3],["intersectionid",3]],["vec",3]]],[5,"new","","",null,[[["intersectionid",3],["map",3]],["controltrafficsignal",3]]],[5,"greedy_assignment","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"degenerate","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"half_signal","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"three_way","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"four_way_four_stage","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"four_way_two_stage","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"four_oneways","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"all_walk_all_yield","","",null,[[["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[5,"stage_per_road","","",null,[[["map",3],["intersectionid",3]],[["controltrafficsignal",3],["option",4]]]],[5,"expand_all_stages","","",null,[[["controltrafficsignal",3]]]],[5,"make_stages","","",null,[[["vec",3],["vec",3],["controltrafficsignal",3]]]],[5,"brute_force","","",null,[[["map",3],["intersectionid",3]]]],[5,"okay_partition","","",null,[[["partition",3],["vec",3],["movement",3]]]],[5,"helper","","",null,[[],[["partition",3],["vec",3]]]],[5,"synchronize","","",null,[[["map",3]]]],[17,"PROTECTED","","",null,null],[17,"YIELD","","",null,null],[0,"transit","map_model::make","",null,null],[3,"Matcher","map_model::make::transit","",null,null],[12,"sidewalk_pts","","",76,null],[12,"light_rail_pts","","",76,null],[5,"make_stops_and_routes","","",null,[[["timer",3],["map",3],["vec",3]]]],[5,"make_route","","",null,[[["matcher",3],["btreemap",3],["rawbusroute",3],["map",3]],[["string",3],["result",4]]]],[5,"pick_start_lane","","",null,[[["position",3],["map",3],["pathconstraints",4]],[["laneid",3],["string",3],["result",4]]]],[5,"default_spawn_times","","",null,[[],[["vec",3],["time",3]]]],[11,"new","","",76,[[["timer",3],["map",3],["vec",3]],["matcher",3]]],[11,"lookup","","",76,[[["rawbusstop",3],["map",3],["pathconstraints",4]],[["string",3],["result",4]]]],[0,"turns","map_model::make","",null,null],[5,"make_all_turns","map_model::make::turns","",null,[[["timer",3],["map",3],["intersection",3]],[["turn",3],["vec",3]]]],[5,"ensure_unique","","",null,[[["turn",3],["vec",3]],[["turn",3],["vec",3]]]],[5,"is_turn_allowed","","",null,[[["map",3],["turn",3]]]],[5,"does_turn_pass_restrictions","","",null,[[["map",3],["turn",3],["intersection",3]]]],[5,"make_vehicle_turns","","",null,[[["timer",3],["map",3],["intersection",3]],[["turn",3],["vec",3]]]],[5,"curvey_turn","","",null,[[["lane",3]],[["polyline",3],["string",3],["result",4]]]],[5,"to_pt","","",null,[[["pt2d",3]],["point2d",3]]],[5,"from_pt","","",null,[[["point2d",3]],["pt2d",3]]],[5,"lc_penalty","","",null,[[["map",3],["turn",3]]]],[0,"walking_turns","map_model::make","",null,null],[5,"make_walking_turns","map_model::make::walking_turns","",null,[[["timer",3],["map",3],["intersection",3]],[["turn",3],["vec",3]]]],[5,"_new_make_walking_turns","","",null,[[["vec",3],["vec",3],["timer",3],["intersection",3],["drivingside",4]],[["turn",3],["vec",3]]]],[5,"make_crosswalks","","",null,[[["lane",3],["intersectionid",3]],[["option",4],["vec",3]]]],[5,"make_degenerate_crosswalks","","",null,[[["vec",3],["intersectionid",3],["road",3]],["option",4]]],[5,"make_shared_sidewalk_corner","","",null,[[["lane",3],["timer",3],["intersection",3],["drivingside",4]],["polyline",3]]],[5,"turn_id","","",null,[[["intersectionid",3],["laneid",3]],["turnid",3]]],[5,"get_sidewalk","","",null,[[["vec",3],["vec",3]],[["option",4],["lane",3]]]],[11,"create_from_raw","map_model","",41,[[["timer",3],["rawmap",3]],["map",3]]],[0,"map","","",null,null],[3,"MapConfig","map_model::map","",null,null],[12,"driving_side","","",5,null],[12,"bikes_can_use_bus_lanes","","",5,null],[11,"new","map_model","",41,[[["timer",3],["string",3]],["map",3]]],[11,"corrupt_err","","",41,[[["error",3],["string",3]]]],[11,"blank","","",41,[[],["map",3]]],[11,"all_roads","","",41,[[],["vec",3]]],[11,"all_lanes","","",41,[[],["vec",3]]],[11,"all_intersections","","",41,[[],["vec",3]]],[11,"all_turns","","",41,[[],["btreemap",3]]],[11,"all_buildings","","",41,[[],["vec",3]]],[11,"all_areas","","",41,[[],["vec",3]]],[11,"all_parking_lots","","",41,[[],["vec",3]]],[11,"all_zones","","",41,[[],["vec",3]]],[11,"maybe_get_r","","",41,[[["roadid",3]],[["road",3],["option",4]]]],[11,"maybe_get_l","","",41,[[["laneid",3]],[["lane",3],["option",4]]]],[11,"maybe_get_i","","",41,[[["intersectionid",3]],[["option",4],["intersection",3]]]],[11,"maybe_get_t","","",41,[[["turnid",3]],[["option",4],["turn",3]]]],[11,"maybe_get_b","","",41,[[["buildingid",3]],[["building",3],["option",4]]]],[11,"maybe_get_pl","","",41,[[["parkinglotid",3]],[["option",4],["parkinglot",3]]]],[11,"maybe_get_a","","",41,[[["areaid",3]],[["option",4],["area",3]]]],[11,"maybe_get_bs","","",41,[[["busstopid",3]],[["option",4],["busstop",3]]]],[11,"maybe_get_stop_sign","","",41,[[["intersectionid",3]],[["option",4],["controlstopsign",3]]]],[11,"maybe_get_traffic_signal","","",41,[[["intersectionid",3]],[["option",4],["controltrafficsignal",3]]]],[11,"maybe_get_br","","",41,[[["busrouteid",3]],[["busroute",3],["option",4]]]],[11,"get_r","","",41,[[["roadid",3]],["road",3]]],[11,"get_l","","",41,[[["laneid",3]],["lane",3]]],[11,"get_i","","",41,[[["intersectionid",3]],["intersection",3]]],[11,"get_t","","",41,[[["turnid",3]],["turn",3]]],[11,"get_b","","",41,[[["buildingid",3]],["building",3]]],[11,"get_a","","",41,[[["areaid",3]],["area",3]]],[11,"get_pl","","",41,[[["parkinglotid",3]],["parkinglot",3]]],[11,"get_stop_sign","","",41,[[["intersectionid",3]],["controlstopsign",3]]],[11,"get_traffic_signal","","",41,[[["intersectionid",3]],["controltrafficsignal",3]]],[11,"get_turns_in_intersection","","",41,[[["intersectionid",3]]]],[11,"get_turns_from_lane","","",41,[[["laneid",3]],[["turn",3],["vec",3]]]],[11,"get_turns_to_lane","","",41,[[["laneid",3]],[["turn",3],["vec",3]]]],[11,"get_turn_between","","",41,[[["laneid",3],["intersectionid",3]],[["option",4],["turnid",3]]]],[11,"get_next_turns_and_lanes","","",41,[[["laneid",3],["intersectionid",3]]]],[11,"get_turns_for","","",41,[[["laneid",3],["pathconstraints",4]],[["turn",3],["vec",3]]]],[11,"get_next_roads","","",41,[[["roadid",3]]]],[11,"get_parent","","",41,[[["laneid",3]],["road",3]]],[11,"get_gps_bounds","","",41,[[],["gpsbounds",3]]],[11,"get_bounds","","",41,[[],["bounds",3]]],[11,"get_city_name","","",41,[[],["string",3]]],[11,"get_name","","",41,[[],["string",3]]],[11,"all_bus_stops","","",41,[[],["btreemap",3]]],[11,"get_bs","","",41,[[["busstopid",3]],["busstop",3]]],[11,"get_br","","",41,[[["busrouteid",3]],["busroute",3]]],[11,"all_bus_routes","","",41,[[],["vec",3]]],[11,"get_bus_route","","",41,[[],[["busroute",3],["option",4]]]],[11,"get_routes_serving_stop","","",41,[[["busstopid",3]],[["vec",3],["busroute",3]]]],[11,"building_to_road","","",41,[[["buildingid",3]],["road",3]]],[11,"all_incoming_borders","","",41,[[],[["intersection",3],["vec",3]]]],[11,"all_outgoing_borders","","",41,[[],[["intersection",3],["vec",3]]]],[11,"unsaved_edits","","",41,[[]]],[11,"save","","",41,[[]]],[11,"find_driving_lane_near_building","","",41,[[["buildingid",3]],["laneid",3]]],[11,"get_boundary_polygon","","",41,[[],["polygon",3]]],[11,"pathfind","","",41,[[["pathrequest",3]],[["path",3],["option",4]]]],[11,"should_use_transit","","",41,[[["position",3]],["option",4]]],[11,"get_movement","","",41,[[["turnid",3]],[["option",4],["movementid",3]]]],[11,"find_r_by_osm_id","","",41,[[["originalroad",3]],[["result",4],["roadid",3],["string",3]]]],[11,"find_i_by_osm_id","","",41,[[["nodeid",3]],[["result",4],["intersectionid",3],["string",3]]]],[11,"find_b_by_osm_id","","",41,[[["osmid",4]],[["option",4],["buildingid",3]]]],[11,"find_br","","",41,[[["relationid",3]],[["option",4],["busrouteid",3]]]],[11,"right_shift","","",41,[[["polyline",3],["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_right_shift","","",41,[[["polyline",3],["distance",3]],["polyline",3]]],[11,"left_shift","","",41,[[["polyline",3],["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_left_shift","","",41,[[["polyline",3],["distance",3]],["polyline",3]]],[11,"right_shift_line","","",41,[[["distance",3],["line",3]],["line",3]]],[11,"left_shift_line","","",41,[[["distance",3],["line",3]],["line",3]]],[11,"driving_side_angle","","",41,[[["angle",3]],["angle",3]]],[11,"get_driving_side","","",41,[[],["drivingside",4]]],[11,"hack_override_offstreet_spots","","",41,[[]]],[11,"hack_override_offstreet_spots_individ","","",41,[[["buildingid",3]]]],[11,"hack_override_bldg_type","","",41,[[["buildingtype",4],["buildingid",3]]]],[11,"hack_override_orig_spawn_times","","",41,[[["vec",3],["time",3],["busrouteid",3]]]],[11,"get_languages","","",41,[[],["btreeset",3]]],[0,"objects","","",null,null],[0,"area","map_model::objects","",null,null],[3,"AreaID","map_model::objects::area","",null,null],[12,"0","","",7,null],[3,"Area","","",null,null],[12,"id","","",6,null],[12,"area_type","","",6,null],[12,"polygon","","",6,null],[12,"osm_tags","","",6,null],[12,"osm_id","","",6,null],[4,"AreaType","","",null,null],[13,"Park","","",47,null],[13,"Water","","",47,null],[13,"PedestrianIsland","","",47,null],[13,"Island","","",47,null],[0,"building","map_model::objects","",null,null],[3,"BuildingID","map_model::objects::building","",null,null],[12,"0","","",9,null],[3,"Building","","",null,null],[12,"id","","",8,null],[12,"polygon","","",8,null],[12,"address","","",8,null],[12,"name","","",8,null],[12,"orig_id","","",8,null],[12,"label_center","","",8,null],[12,"amenities","","",8,null],[12,"bldg_type","","",8,null],[12,"parking","","",8,null],[12,"sidewalk_pos","","",8,null],[12,"driveway_geom","","",8,null],[3,"NamePerLanguage","","",null,null],[12,"0","","",10,null],[4,"OffstreetParking","","",null,null],[13,"PublicGarage","","",49,null],[13,"Private","","",49,null],[4,"BuildingType","","",null,null],[13,"Residential","","",48,null],[13,"ResidentialCommercial","","",48,null],[13,"Commercial","","",48,null],[13,"Empty","","",48,null],[5,"sidewalk_to_bike","","",null,[[["position",3],["map",3]],["option",4]]],[11,"has_residents","map_model","",48,[[]]],[11,"get","","",10,[[["string",3],["option",4]],["string",3]]],[11,"new","","",10,[[["tags",3]],[["option",4],["nameperlanguage",3]]]],[11,"unnamed","","",10,[[],["nameperlanguage",3]]],[11,"sidewalk","","",8,[[],["laneid",3]]],[11,"house_number","","",8,[[],[["string",3],["option",4]]]],[11,"driving_connection","","",8,[[["map",3]],["option",4]]],[11,"biking_connection","","",8,[[["map",3]],["option",4]]],[11,"num_parking_spots","","",8,[[]]],[0,"bus_stop","map_model::objects","",null,null],[3,"BusStopID","map_model::objects::bus_stop","",null,null],[12,"sidewalk","","",14,null],[12,"idx","","",14,null],[3,"BusRouteID","","",null,null],[12,"0","","",12,null],[3,"BusStop","","",null,null],[12,"id","","",13,null],[12,"name","","",13,null],[12,"driving_pos","","",13,null],[12,"sidewalk_pos","","",13,null],[12,"is_train_stop","","",13,null],[3,"BusRoute","","",null,null],[12,"id","","",11,null],[12,"full_name","","",11,null],[12,"short_name","","",11,null],[12,"gtfs_trip_marker","","",11,null],[12,"osm_rel_id","","",11,null],[12,"stops","","",11,null],[12,"start","","",11,null],[12,"end_border","","",11,null],[12,"route_type","","",11,null],[12,"spawn_times","","",11,null],[12,"orig_spawn_times","","",11,null],[11,"all_steps","map_model","",11,[[["map",3]],[["vec",3],["pathrequest",3]]]],[11,"plural_noun","","",11,[[]]],[0,"intersection","map_model::objects","",null,null],[3,"IntersectionID","map_model::objects::intersection","",null,null],[12,"0","","",16,null],[3,"Intersection","","",null,null],[12,"id","","",15,null],[12,"polygon","","",15,null],[12,"turns","","",15,null],[12,"elevation","","",15,null],[12,"intersection_type","","",15,null],[12,"orig_id","","",15,null],[12,"incoming_lanes","","",15,null],[12,"outgoing_lanes","","",15,null],[12,"roads","","",15,null],[4,"IntersectionType","","",null,null],[13,"StopSign","","",50,null],[13,"TrafficSignal","","",50,null],[13,"Border","","",50,null],[13,"Construction","","",50,null],[11,"is_border","map_model","",15,[[]]],[11,"is_incoming_border","","",15,[[]]],[11,"is_outgoing_border","","",15,[[]]],[11,"is_closed","","",15,[[]]],[11,"is_stop_sign","","",15,[[]]],[11,"is_traffic_signal","","",15,[[]]],[11,"is_light_rail","","",15,[[["map",3]]]],[11,"is_private","","",15,[[["map",3]]]],[11,"get_incoming_lanes","","",15,[[["map",3],["pathconstraints",4]]]],[11,"get_outgoing_lanes","","",15,[[["map",3],["pathconstraints",4]],[["vec",3],["laneid",3]]]],[11,"get_zorder","","",15,[[["map",3]]]],[11,"get_rank","","",15,[[["map",3]],["roadrank",4]]],[11,"get_roads_sorted_by_incoming_angle","","",15,[[["vec",3]],[["vec",3],["roadid",3]]]],[11,"some_outgoing_road","","",15,[[["map",3]],[["directedroadid",3],["option",4]]]],[11,"some_incoming_road","","",15,[[["map",3]],[["directedroadid",3],["option",4]]]],[11,"name","","",15,[[["string",3],["map",3],["option",4]],["string",3]]],[0,"lane","map_model::objects","",null,null],[3,"LaneID","map_model::objects::lane","",null,null],[12,"0","","",18,null],[3,"Lane","","",null,null],[12,"id","","",17,null],[12,"parent","","",17,null],[12,"lane_type","","",17,null],[12,"lane_center_pts","","",17,null],[12,"width","","",17,null],[12,"src_i","","",17,null],[12,"dst_i","","",17,null],[12,"bus_stops","","",17,null],[12,"driving_blackhole","","",17,null],[12,"biking_blackhole","","",17,null],[4,"LaneType","","",null,null],[13,"Driving","","",51,null],[13,"Parking","","",51,null],[13,"Sidewalk","","",51,null],[13,"Shoulder","","",51,null],[13,"Biking","","",51,null],[13,"Bus","","",51,null],[13,"SharedLeftTurn","","",51,null],[13,"Construction","","",51,null],[13,"LightRail","","",51,null],[17,"PARKING_SPOT_LENGTH","","",null,null],[17,"PARKING_LOT_SPOT_LENGTH","","",null,null],[11,"is_for_moving_vehicles","map_model","",51,[[]]],[11,"supports_any_movement","","",51,[[]]],[11,"describe","","",51,[[]]],[11,"short_name","","",51,[[]]],[11,"first_pt","","",17,[[],["pt2d",3]]],[11,"last_pt","","",17,[[],["pt2d",3]]],[11,"first_line","","",17,[[],["line",3]]],[11,"last_line","","",17,[[],["line",3]]],[11,"endpoint","","",17,[[["intersectionid",3]],["pt2d",3]]],[11,"end_line","","",17,[[["intersectionid",3]],["line",3]]],[11,"dist_along_of_point","","",17,[[["pt2d",3]],[["option",4],["distance",3]]]],[11,"length","","",17,[[],["distance",3]]],[11,"intersections","","",17,[[],[["intersectionid",3],["vec",3]]]],[11,"number_parking_spots","","",17,[[]]],[11,"is_driving","","",17,[[]]],[11,"is_biking","","",17,[[]]],[11,"is_bus","","",17,[[]]],[11,"is_walkable","","",17,[[]]],[11,"is_sidewalk","","",17,[[]]],[11,"is_shoulder","","",17,[[]]],[11,"is_parking","","",17,[[]]],[11,"is_light_rail","","",17,[[]]],[11,"get_directed_parent","","",17,[[["map",3]],["directedroadid",3]]],[11,"get_turn_restrictions","","",17,[[["road",3]],["option",4]]],[11,"get_max_cost","","",17,[[["map",3],["pathconstraints",4]]]],[0,"parking_lot","map_model::objects","",null,null],[3,"ParkingLotID","map_model::objects::parking_lot","",null,null],[12,"0","","",20,null],[3,"ParkingLot","","",null,null],[12,"id","","",19,null],[12,"polygon","","",19,null],[12,"aisles","","",19,null],[12,"osm_id","","",19,null],[12,"spots","","",19,null],[12,"extra_spots","","",19,null],[12,"driveway_line","","",19,null],[12,"driving_pos","","",19,null],[12,"sidewalk_line","","",19,null],[12,"sidewalk_pos","","",19,null],[11,"capacity","map_model","",19,[[]]],[0,"road","map_model::objects","",null,null],[3,"RoadID","map_model::objects::road","",null,null],[12,"0","","",23,null],[3,"DirectedRoadID","","",null,null],[12,"id","","",21,null],[12,"dir","","",21,null],[3,"Road","","",null,null],[12,"id","","",22,null],[12,"osm_tags","","",22,null],[12,"turn_restrictions","","",22,null],[12,"complicated_turn_restrictions","","",22,null],[12,"orig_id","","",22,null],[12,"speed_limit","","",22,null],[12,"access_restrictions","","",22,null],[12,"zorder","","",22,null],[12,"lanes_ltr","","",22,null],[12,"center_pts","","",22,null],[12,"src_i","","",22,null],[12,"dst_i","","",22,null],[4,"Direction","","",null,null],[13,"Fwd","","",52,null],[13,"Back","","",52,null],[11,"opposite","map_model","",52,[[],["direction",4]]],[11,"src_i","","",21,[[["map",3]],["intersectionid",3]]],[11,"dst_i","","",21,[[["map",3]],["intersectionid",3]]],[11,"lanes","","",21,[[["map",3],["pathconstraints",4]],[["vec",3],["laneid",3]]]],[11,"lanes_ltr","","",22,[[],["vec",3]]],[11,"get_left_side","","",22,[[["map",3]],["polyline",3]]],[11,"offset","","",22,[[["laneid",3]]]],[11,"dir","","",22,[[["laneid",3]],["direction",4]]],[11,"parking_to_driving","","",22,[[["laneid",3],["map",3]],[["option",4],["laneid",3]]]],[11,"speed_limit_from_osm","","",22,[[],["speed",3]]],[11,"find_closest_lane","","",22,[[["fn",8],["laneid",3],["map",3]],[["option",4],["laneid",3]]]],[11,"all_lanes","","",22,[[],[["vec",3],["laneid",3]]]],[11,"get_dir_change_pl","","",22,[[["map",3]],["polyline",3]]],[11,"get_half_width","","",22,[[["map",3]],["distance",3]]],[11,"get_thick_polygon","","",22,[[["map",3]],["polygon",3]]],[11,"get_name","","",22,[[["string",3],["option",4]],["string",3]]],[11,"get_rank","","",22,[[],["roadrank",4]]],[11,"all_bus_stops","","",22,[[["map",3]],[["vec",3],["busstopid",3]]]],[11,"percent_grade","","",22,[[["map",3]]]],[11,"is_light_rail","","",22,[[]]],[11,"is_footway","","",22,[[]]],[11,"common_endpt","","",22,[[["road",3]],["intersectionid",3]]],[11,"is_private","","",22,[[]]],[11,"access_restrictions_from_osm","","",22,[[],["accessrestrictions",3]]],[11,"get_zone","","",22,[[["map",3]],[["zone",3],["option",4]]]],[11,"children_forwards","","",22,[[],["vec",3]]],[11,"children_backwards","","",22,[[],["vec",3]]],[11,"children","","",22,[[["direction",4]],["vec",3]]],[11,"dir_and_offset","","",22,[[["laneid",3]]]],[11,"incoming_lanes","","",22,[[["intersectionid",3]],["vec",3]]],[11,"outgoing_lanes","","",22,[[["intersectionid",3]],["vec",3]]],[0,"stop_signs","map_model::objects","",null,null],[3,"ControlStopSign","map_model::objects::stop_signs","",null,null],[12,"id","","",24,null],[12,"roads","","",24,null],[3,"RoadWithStopSign","","",null,null],[12,"rightmost_lane","","",25,null],[12,"must_stop","","",25,null],[11,"new","map_model","",24,[[["map",3],["intersectionid",3]],["controlstopsign",3]]],[11,"get_priority","","",24,[[["map",3],["turnid",3]],["turnpriority",4]]],[11,"flip_sign","","",24,[[["roadid",3]]]],[0,"traffic_signals","map_model::objects","",null,null],[3,"ControlTrafficSignal","map_model::objects::traffic_signals","",null,null],[12,"id","","",26,null],[12,"stages","","",26,null],[12,"offset","","",26,null],[12,"movements","","",26,null],[3,"Stage","","",null,null],[12,"protected_movements","","",27,null],[12,"yield_movements","","",27,null],[12,"phase_type","","",27,null],[4,"PhaseType","","",null,null],[13,"Fixed","","",53,null],[13,"Adaptive","","",53,null],[5,"export_movement","","",null,[[["map",3],["movementid",3]],["turn",3]]],[5,"import_movement","","",null,[[["map",3],["turn",3]],[["option",4],["movementid",3]]]],[5,"find_r","","",null,[[["map",3],["directedroad",3]],[["directedroadid",3],["option",4]]]],[11,"simple_duration","map_model","",53,[[],["duration",3]]],[11,"new","","",26,[[["timer",3],["map",3],["intersectionid",3]],["controltrafficsignal",3]]],[11,"get_possible_policies","","",26,[[["timer",3],["map",3],["intersectionid",3]],["vec",3]]],[11,"brute_force","","",26,[[["map",3],["intersectionid",3]]]],[11,"validate","","",26,[[],[["controltrafficsignal",3],["string",3],["result",4]]]],[11,"convert_to_ped_scramble","","",26,[[]]],[11,"turn_to_movement","","",26,[[["turnid",3]],["movementid",3]]],[11,"missing_turns","","",26,[[],[["btreeset",3],["movementid",3]]]],[11,"compressed_id","","",26,[[["turnid",3]],["compressedmovementid",3]]],[11,"new","","",27,[[],["stage",3]]],[11,"could_be_protected","","",27,[[["movementid",3],["btreemap",3]]]],[11,"get_priority_of_turn","","",27,[[["turnid",3],["controltrafficsignal",3]],["turnpriority",4]]],[11,"get_priority_of_movement","","",27,[[["movementid",3]],["turnpriority",4]]],[11,"edit_movement","","",27,[[["turnpriority",4],["movement",3]]]],[11,"export","","",26,[[["map",3]],["trafficsignal",3]]],[11,"import","","",26,[[["trafficsignal",3],["intersectionid",3],["map",3]],[["controltrafficsignal",3],["string",3],["result",4]]]],[0,"turn","map_model::objects","",null,null],[3,"TurnID","map_model::objects::turn","",null,null],[12,"parent","","",32,null],[12,"src","","",32,null],[12,"dst","","",32,null],[3,"Turn","","",null,null],[12,"id","","",31,null],[12,"turn_type","","",31,null],[12,"geom","","",31,null],[12,"other_crosswalk_ids","","",31,null],[3,"MovementID","","",null,null],[12,"from","","",30,null],[12,"to","","",30,null],[12,"parent","","",30,null],[12,"crosswalk","","",30,null],[3,"CompressedMovementID","","",null,null],[12,"i","","",28,null],[12,"idx","","",28,null],[3,"Movement","","",null,null],[12,"id","","",29,null],[12,"turn_type","","",29,null],[12,"members","","",29,null],[12,"geom","","",29,null],[12,"angle","","",29,null],[4,"TurnType","","",null,null],[13,"Crosswalk","","",55,null],[13,"SharedSidewalkCorner","","",55,null],[13,"Straight","","",55,null],[13,"Right","","",55,null],[13,"Left","","",55,null],[4,"TurnPriority","","",null,null],[13,"Banned","","",54,null],[13,"Yield","","",54,null],[13,"Protected","","",54,null],[5,"movement_geom","","",null,[[["vec",3],["directedroadid",3],["polyline",3]],[["polyline",3],["string",3],["result",4]]]],[11,"from_angles","map_model","",55,[[["angle",3]],["turntype",4]]],[11,"conflicts_with","","",31,[[["turn",3]]]],[11,"angle","","",31,[[],["angle",3]]],[11,"between_sidewalks","","",31,[[]]],[11,"penalty","","",31,[[["map",3]]]],[11,"for_i","","",29,[[["intersectionid",3],["map",3]],[["result",4],["string",3],["btreemap",3]]]],[11,"src_center_and_width","","",29,[[["map",3]]]],[11,"conflicts_with","","",29,[[["movement",3]]]],[0,"zone","map_model::objects","",null,null],[3,"AccessRestrictions","map_model::objects::zone","",null,null],[12,"allow_through_traffic","","",33,null],[12,"cap_vehicles_per_hour","","",33,null],[3,"Zone","","",null,null],[12,"members","","",34,null],[12,"borders","","",34,null],[12,"restrictions","","",34,null],[5,"floodfill","","",null,[[["map",3],["roadid",3]],["zone",3]]],[11,"new","map_model","",33,[[],["accessrestrictions",3]]],[11,"make_all","","",34,[[["map",3]],[["zone",3],["vec",3]]]],[11,"pathfind","","",34,[[["map",3],["pathrequest",3]],[["path",3],["option",4]]]],[11,"pathfind_walking","","",34,[[["map",3],["pathrequest",3]],[["option",4],["vec",3]]]],[0,"osm","","",null,null],[3,"NodeID","map_model::osm","",null,null],[12,"0","","",77,null],[3,"WayID","","",null,null],[12,"0","","",78,null],[3,"RelationID","","",null,null],[12,"0","","",79,null],[4,"RoadRank","","",null,null],[13,"Local","","",80,null],[13,"Arterial","","",80,null],[13,"Highway","","",80,null],[4,"OsmID","","",null,null],[13,"Node","","",81,null],[13,"Way","","",81,null],[13,"Relation","","",81,null],[17,"NAME","","",null,null],[17,"HIGHWAY","","",null,null],[17,"MAXSPEED","","",null,null],[17,"PARKING_RIGHT","","",null,null],[17,"PARKING_LEFT","","",null,null],[17,"PARKING_BOTH","","",null,null],[17,"SIDEWALK","","",null,null],[17,"OSM_WAY_ID","","",null,null],[17,"OSM_REL_ID","","",null,null],[17,"ENDPT_FWD","","",null,null],[17,"ENDPT_BACK","","",null,null],[17,"INFERRED_PARKING","","",null,null],[17,"INFERRED_SIDEWALKS","","",null,null],[11,"from_highway","","",80,[[],["roadrank",4]]],[11,"inner","","",81,[[]]],[0,"pathfind","map_model","",null,null],[3,"Path","map_model::pathfind","",null,null],[12,"steps","","",38,null],[12,"end_dist","","",38,null],[12,"total_length","","",38,null],[12,"crossed_so_far","","",38,null],[12,"total_lanes","","",38,null],[12,"uber_turns","","",38,null],[12,"currently_inside_ut","","",38,null],[3,"PathRequest","","",null,null],[12,"start","","",39,null],[12,"end","","",39,null],[12,"constraints","","",39,null],[4,"PathStep","","",null,null],[13,"Lane","","",57,null],[13,"ContraflowLane","","",57,null],[13,"Turn","","",57,null],[4,"PathConstraints","","",null,null],[13,"Pedestrian","","",56,null],[13,"Car","","",56,null],[13,"Bike","","",56,null],[13,"Bus","","",56,null],[13,"Train","","",56,null],[4,"Pathfinder","","",null,null],[13,"Dijkstra","","",82,null],[13,"CH","","",82,null],[5,"validate_continuity","","",null,[[["map",3],["vec",3]]]],[5,"validate_restrictions","","",null,[[["map",3],["vec",3]]]],[0,"ch","","",null,null],[3,"ContractionHierarchyPathfinder","map_model::pathfind::ch","",null,null],[12,"car_graph","","",83,null],[12,"bike_graph","","",83,null],[12,"bus_graph","","",83,null],[12,"train_graph","","",83,null],[12,"walking_graph","","",83,null],[12,"walking_with_transit_graph","","",83,null],[11,"new","","",83,[[["timer",3],["map",3]],["contractionhierarchypathfinder",3]]],[11,"pathfind","","",83,[[["map",3],["pathrequest",3]],[["path",3],["option",4]]]],[11,"pathfind_from_zone","","",83,[[["zone",3],["intersection",3],["map",3],["pathrequest",3]],[["path",3],["option",4]]]],[11,"pathfind_to_zone","","",83,[[["zone",3],["intersection",3],["map",3],["pathrequest",3]],[["path",3],["option",4]]]],[11,"should_use_transit","","",83,[[["map",3],["position",3]],["option",4]]],[11,"apply_edits","","",83,[[["timer",3],["map",3]]]],[0,"dijkstra","map_model::pathfind","",null,null],[5,"pathfind","map_model::pathfind::dijkstra","",null,[[["map",3],["pathrequest",3]],[["path",3],["option",4]]]],[5,"pathfind_walking","","",null,[[["map",3],["pathrequest",3]],[["option",4],["vec",3]]]],[0,"driving","map_model::pathfind","",null,null],[3,"VehiclePathfinder","map_model::pathfind::driving","",null,null],[12,"graph","","",84,null],[12,"nodes","","",84,null],[12,"uber_turns","","",84,null],[12,"constraints","","",84,null],[12,"path_calc","","",84,null],[4,"Node","","",null,null],[13,"Lane","","",85,null],[13,"UberTurn","","",85,null],[5,"make_input_graph","","",null,[[["pathconstraints",4],["map",3],["nodemap",3],["vec",3]],["inputgraph",3]]],[5,"driving_cost","","",null,[[["lane",3],["turn",3],["pathconstraints",4],["map",3]]]],[11,"new","","",84,[[["pathconstraints",4],["option",4],["map",3],["vehiclepathfinder",3]],["vehiclepathfinder",3]]],[11,"pathfind","","",84,[[["pathrequest",3],["map",3]],["option",4]]],[11,"apply_edits","","",84,[[["map",3]]]],[0,"node_map","map_model::pathfind","",null,null],[3,"NodeMap","map_model::pathfind::node_map","",null,null],[12,"node_to_id","","",86,null],[12,"id_to_node","","",86,null],[5,"deserialize_nodemap","","",null,[[["deserializer",8]],[["nodemap",3],["result",4]]]],[11,"new","","",86,[[],["nodemap",3]]],[11,"get_or_insert","","",86,[[],["nodeid",6]]],[11,"get","","",86,[[],["nodeid",6]]],[11,"translate","","",86,[[["shortestpath",3]],["vec",3]]],[0,"uber_turns","map_model::pathfind","",null,null],[3,"IntersectionCluster","map_model::pathfind::uber_turns","",null,null],[12,"members","","",35,null],[12,"uber_turns","","",35,null],[3,"UberTurn","","",null,null],[12,"path","","",36,null],[3,"UberTurnGroup","","",null,null],[12,"from","","",37,null],[12,"to","","",37,null],[12,"members","","",37,null],[12,"geom","","",37,null],[5,"flood","","",null,[[["map",3],["turnid",3],["btreeset",3]],[["uberturn",3],["vec",3]]]],[5,"trace_back","","",null,[[["turnid",3],["btreemap",3]],[["turnid",3],["vec",3]]]],[5,"group_geom","","",null,[[["vec",3],["polyline",3]],["polyline",3]]],[11,"find_all","map_model","",35,[[["map",3]],[["intersectioncluster",3],["vec",3]]]],[11,"new","","",35,[[["intersectionid",3],["map",3],["btreeset",3]]]],[11,"autodetect","","",35,[[["intersectionid",3],["map",3]],[["option",4],["btreeset",3]]]],[11,"entry","","",36,[[],["laneid",3]]],[11,"exit","","",36,[[],["laneid",3]]],[11,"geom","","",36,[[["map",3]],["polyline",3]]],[11,"uber_turn_groups","","",35,[[["map",3]],[["uberturngroup",3],["vec",3]]]],[11,"src_center_and_width","","",37,[[["map",3]]]],[11,"angle","","",37,[[],["angle",3]]],[0,"walking","map_model::pathfind","",null,null],[3,"SidewalkPathfinder","map_model::pathfind::walking","",null,null],[12,"graph","","",87,null],[12,"nodes","","",87,null],[12,"use_transit","","",87,null],[12,"path_calc","","",87,null],[4,"WalkingNode","","",null,null],[13,"SidewalkEndpoint","","",88,null],[13,"RideBus","","",88,null],[13,"LeaveMap","","",88,null],[5,"make_input_graph","","",null,[[["map",3],["nodemap",3],["vehiclepathfinder",3]],["inputgraph",3]]],[5,"transit_input_graph","","",null,[[["inputgraph",3],["map",3],["nodemap",3],["vehiclepathfinder",3]]]],[5,"walking_cost","","",null,[[["distance",3]]]],[5,"walking_path_to_steps","","",null,[[["vec",3],["walkingnode",4],["map",3]],[["vec",3],["pathstep",4]]]],[5,"one_step_walking_path","","",null,[[["pathrequest",3],["map",3]],["path",3]]],[11,"closest","","",88,[[["position",3],["map",3]],["walkingnode",4]]],[11,"end_transit","","",88,[[["position",3],["map",3]],["walkingnode",4]]],[11,"new","","",87,[[["map",3],["vehiclepathfinder",3]],["sidewalkpathfinder",3]]],[11,"apply_edits","","",87,[[["map",3],["vehiclepathfinder",3]]]],[11,"pathfind","","",87,[[["pathrequest",3],["map",3]],[["option",4],["vec",3]]]],[11,"should_use_transit","","",87,[[["map",3],["position",3]],["option",4]]],[11,"as_traversable","map_model","",57,[[],["traversable",4]]],[11,"as_lane","","",57,[[],["laneid",3]]],[11,"as_turn","","",57,[[],["turnid",3]]],[11,"slice","","",57,[[["option",4],["map",3],["distance",3]],[["string",3],["result",4]]]],[11,"new","","",38,[[["vec",3],["uberturn",3],["vec",3],["map",3],["pathstep",4],["distance",3]],["path",3]]],[11,"one_step","","",38,[[["laneid",3],["map",3]],["path",3]]],[11,"dummy","","",38,[[],["path",3]]],[11,"total_lanes","","",38,[[]]],[11,"lanes_crossed_so_far","","",38,[[]]],[11,"crossed_so_far","","",38,[[],["distance",3]]],[11,"total_length","","",38,[[],["distance",3]]],[11,"percent_dist_crossed","","",38,[[]]],[11,"is_empty","","",38,[[]]],[11,"is_last_step","","",38,[[]]],[11,"isnt_last_step","","",38,[[]]],[11,"currently_inside_ut","","",38,[[],["option",4]]],[11,"about_to_start_ut","","",38,[[],[["option",4],["uberturn",3]]]],[11,"shift","","",38,[[["map",3]],["pathstep",4]]],[11,"add","","",38,[[["pathstep",4],["map",3]]]],[11,"approaching_uber_turn","","",38,[[]]],[11,"modify_step","","",38,[[["pathstep",4],["map",3]]]],[11,"current_step","","",38,[[],["pathstep",4]]],[11,"next_step","","",38,[[],["pathstep",4]]],[11,"last_step","","",38,[[],["pathstep",4]]],[11,"trace","","",38,[[["option",4],["map",3],["distance",3]],[["polyline",3],["option",4]]]],[11,"get_steps","","",38,[[],["vecdeque",3]]],[11,"append","","",38,[[["map",3],["path",3]]]],[11,"all","","",56,[[],[["vec",3],["pathconstraints",4]]]],[11,"from_lt","","",56,[[["lanetype",4]],["pathconstraints",4]]],[11,"can_use","","",56,[[["lane",3],["map",3]]]],[11,"filter_lanes","","",56,[[["vec",3],["laneid",3],["map",3]],[["vec",3],["laneid",3]]]],[11,"pathfind","map_model::pathfind","",82,[[["map",3],["pathrequest",3]],[["path",3],["option",4]]]],[11,"should_use_transit","","",82,[[["map",3],["position",3]],["option",4]]],[11,"apply_edits","","",82,[[["timer",3],["map",3]]]],[0,"raw","map_model","",null,null],[3,"RawMap","map_model::raw","",null,null],[12,"city_name","","",89,null],[12,"name","","",89,null],[12,"roads","","",89,null],[12,"intersections","","",89,null],[12,"buildings","","",89,null],[12,"bus_routes","","",89,null],[12,"areas","","",89,null],[12,"parking_lots","","",89,null],[12,"parking_aisles","","",89,null],[12,"boundary_polygon","","",89,null],[12,"gps_bounds","","",89,null],[12,"config","","",89,null],[3,"OriginalRoad","","",null,null],[12,"osm_way_id","","",90,null],[12,"i1","","",90,null],[12,"i2","","",90,null],[3,"RawRoad","","",null,null],[12,"center_points","","",91,null],[12,"osm_tags","","",91,null],[12,"turn_restrictions","","",91,null],[12,"complicated_turn_restrictions","","",91,null],[3,"RawIntersection","","",null,null],[12,"point","","",92,null],[12,"intersection_type","","",92,null],[12,"elevation","","",92,null],[3,"RawBuilding","","",null,null],[12,"polygon","","",93,null],[12,"osm_tags","","",93,null],[12,"public_garage_name","","",93,null],[12,"num_parking_spots","","",93,null],[12,"amenities","","",93,null],[3,"RawArea","","",null,null],[12,"area_type","","",94,null],[12,"polygon","","",94,null],[12,"osm_tags","","",94,null],[12,"osm_id","","",94,null],[3,"RawParkingLot","","",null,null],[12,"osm_id","","",95,null],[12,"polygon","","",95,null],[12,"osm_tags","","",95,null],[3,"TurnRestriction","","",null,null],[12,"0","","",96,null],[12,"1","","",96,null],[12,"2","","",96,null],[3,"RawBusRoute","","",null,null],[12,"full_name","","",97,null],[12,"short_name","","",97,null],[12,"osm_rel_id","","",97,null],[12,"gtfs_trip_marker","","",97,null],[12,"is_bus","","",97,null],[12,"stops","","",97,null],[12,"border_start","","",97,null],[12,"border_end","","",97,null],[12,"all_pts","","",97,null],[3,"RawBusStop","","",null,null],[12,"name","","",98,null],[12,"vehicle_pos","","",98,null],[12,"matched_road","","",98,null],[12,"ped_pos","","",98,null],[4,"RestrictionType","","",null,null],[13,"BanTurns","","",99,null],[13,"OnlyAllowTurns","","",99,null],[4,"DrivingSide","","",null,null],[13,"Right","","",100,null],[13,"Left","","",100,null],[11,"new","","",90,[[],["originalroad",3]]],[11,"blank","","",89,[[],["rawmap",3]]],[11,"roads_per_intersection","","",89,[[["nodeid",3]],[["vec",3],["originalroad",3]]]],[11,"new_osm_node_id","","",89,[[],["nodeid",3]]],[11,"new_osm_way_id","","",89,[[],["wayid",3]]],[11,"preview_intersection","","",89,[[["nodeid",3],["timer",3]]]],[11,"can_delete_intersection","","",89,[[["nodeid",3]]]],[11,"delete_intersection","","",89,[[["nodeid",3]]]],[11,"move_intersection","","",89,[[["nodeid",3],["pt2d",3]],[["option",4],["vec",3]]]],[11,"closest_intersection","","",89,[[["pt2d",3]],["nodeid",3]]],[11,"path_dist_to","","",89,[[["nodeid",3]],[["option",4],["distance",3]]]],[11,"get_geometry","","",91,[[["originalroad",3],["drivingside",4]]]],[11,"is_light_rail","","",91,[[]]],[11,"is_footway","","",91,[[]]],[11,"new","","",99,[[],[["option",4],["restrictiontype",4]]]],[11,"right_shift","","",100,[[["polyline",3],["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_right_shift","","",100,[[["polyline",3],["distance",3]],["polyline",3]]],[11,"left_shift","","",100,[[["polyline",3],["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_left_shift","","",100,[[["polyline",3],["distance",3]],["polyline",3]]],[11,"right_shift_line","","",100,[[["distance",3],["line",3]],["line",3]]],[11,"left_shift_line","","",100,[[["distance",3],["line",3]],["line",3]]],[11,"angle_offset","","",100,[[["angle",3]],["angle",3]]],[0,"traversable","map_model","",null,null],[3,"Position","map_model::traversable","",null,null],[12,"lane","","",40,null],[12,"dist_along","","",40,null],[4,"Traversable","","",null,null],[13,"Lane","","",58,null],[13,"Turn","","",58,null],[11,"new","map_model","",40,[[["laneid",3],["distance",3]],["position",3]]],[11,"start","","",40,[[["laneid",3]],["position",3]]],[11,"end","","",40,[[["laneid",3],["map",3]],["position",3]]],[11,"lane","","",40,[[],["laneid",3]]],[11,"dist_along","","",40,[[],["distance",3]]],[11,"pt","","",40,[[["map",3]],["pt2d",3]]],[11,"pt_and_angle","","",40,[[["map",3]]]],[11,"equiv_pos","","",40,[[["laneid",3],["map",3]],["position",3]]],[11,"equiv_pos_for_long_object","","",40,[[["laneid",3],["distance",3],["map",3]],["position",3]]],[11,"min_dist","","",40,[[["distance",3],["map",3]],[["option",4],["position",3]]]],[11,"buffer_dist","","",40,[[["distance",3],["map",3]],[["option",4],["position",3]]]],[11,"as_lane","","",58,[[],["laneid",3]]],[11,"as_turn","","",58,[[],["turnid",3]]],[11,"maybe_turn","","",58,[[],[["option",4],["turnid",3]]]],[11,"maybe_lane","","",58,[[],[["option",4],["laneid",3]]]],[11,"length","","",58,[[["map",3]],["distance",3]]],[11,"dist_along","","",58,[[["distance",3],["map",3]],[["string",3],["result",4]]]],[11,"slice","","",58,[[["distance",3],["map",3]],[["string",3],["result",4]]]],[11,"exact_slice","","",58,[[["distance",3],["map",3]],["polyline",3]]],[11,"speed_limit","","",58,[[["map",3]],["speed",3]]],[11,"get_zorder","","",58,[[["map",3]]]],[17,"PARKING_LOT_SPOT_LENGTH","","",null,null],[17,"PARKING_SPOT_LENGTH","","",null,null],[17,"NORMAL_LANE_THICKNESS","","",null,null],[17,"SIDEWALK_THICKNESS","","",null,null],[17,"SHOULDER_THICKNESS","","",null,null],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"to_string","","",7,[[],["string",3]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"equivalent","","",7,[[]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"to_string","","",9,[[],["string",3]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"equivalent","","",9,[[]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"to_owned","","",10,[[]]],[11,"clone_into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"equivalent","","",10,[[]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"to_string","","",12,[[],["string",3]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"equivalent","","",12,[[]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"to_owned","","",13,[[]]],[11,"clone_into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"to_owned","","",14,[[]]],[11,"clone_into","","",14,[[]]],[11,"to_string","","",14,[[],["string",3]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"equivalent","","",14,[[]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"to_string","","",16,[[],["string",3]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"equivalent","","",16,[[]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"to_owned","","",18,[[]]],[11,"clone_into","","",18,[[]]],[11,"to_string","","",18,[[],["string",3]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"equivalent","","",18,[[]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"to_owned","","",20,[[]]],[11,"clone_into","","",20,[[]]],[11,"to_string","","",20,[[],["string",3]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"equivalent","","",20,[[]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"to_owned","","",21,[[]]],[11,"clone_into","","",21,[[]]],[11,"to_string","","",21,[[],["string",3]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"equivalent","","",21,[[]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"from","","",23,[[]]],[11,"into","","",23,[[]]],[11,"to_owned","","",23,[[]]],[11,"clone_into","","",23,[[]]],[11,"to_string","","",23,[[],["string",3]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"vzip","","",23,[[]]],[11,"equivalent","","",23,[[]]],[11,"from","","",24,[[]]],[11,"into","","",24,[[]]],[11,"to_owned","","",24,[[]]],[11,"clone_into","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"from","","",25,[[]]],[11,"into","","",25,[[]]],[11,"to_owned","","",25,[[]]],[11,"clone_into","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"from","","",26,[[]]],[11,"into","","",26,[[]]],[11,"to_owned","","",26,[[]]],[11,"clone_into","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"from","","",27,[[]]],[11,"into","","",27,[[]]],[11,"to_owned","","",27,[[]]],[11,"clone_into","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"from","","",28,[[]]],[11,"into","","",28,[[]]],[11,"to_owned","","",28,[[]]],[11,"clone_into","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"equivalent","","",28,[[]]],[11,"from","","",29,[[]]],[11,"into","","",29,[[]]],[11,"to_owned","","",29,[[]]],[11,"clone_into","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"from","","",30,[[]]],[11,"into","","",30,[[]]],[11,"to_owned","","",30,[[]]],[11,"clone_into","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"equivalent","","",30,[[]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"to_owned","","",31,[[]]],[11,"clone_into","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"from","","",32,[[]]],[11,"into","","",32,[[]]],[11,"to_owned","","",32,[[]]],[11,"clone_into","","",32,[[]]],[11,"to_string","","",32,[[],["string",3]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"equivalent","","",32,[[]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"to_owned","","",33,[[]]],[11,"clone_into","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"from","","",35,[[]]],[11,"into","","",35,[[]]],[11,"to_owned","","",35,[[]]],[11,"clone_into","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"to_owned","","",36,[[]]],[11,"clone_into","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"from","","",37,[[]]],[11,"into","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"from","","",38,[[]]],[11,"into","","",38,[[]]],[11,"to_owned","","",38,[[]]],[11,"clone_into","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"to_owned","","",39,[[]]],[11,"clone_into","","",39,[[]]],[11,"to_string","","",39,[[],["string",3]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"vzip","","",39,[[]]],[11,"equivalent","","",39,[[]]],[11,"from","","",40,[[]]],[11,"into","","",40,[[]]],[11,"to_owned","","",40,[[]]],[11,"clone_into","","",40,[[]]],[11,"to_string","","",40,[[],["string",3]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"vzip","","",40,[[]]],[11,"equivalent","","",40,[[]]],[11,"from","","",41,[[]]],[11,"into","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"from","","",42,[[]]],[11,"into","","",42,[[]]],[11,"to_owned","","",42,[[]]],[11,"clone_into","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"from","","",46,[[]]],[11,"into","","",46,[[]]],[11,"to_owned","","",46,[[]]],[11,"clone_into","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"from","","",47,[[]]],[11,"into","","",47,[[]]],[11,"to_owned","","",47,[[]]],[11,"clone_into","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"equivalent","","",47,[[]]],[11,"from","","",48,[[]]],[11,"into","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"vzip","","",48,[[]]],[11,"from","","",49,[[]]],[11,"into","","",49,[[]]],[11,"to_owned","","",49,[[]]],[11,"clone_into","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"from","","",50,[[]]],[11,"into","","",50,[[]]],[11,"to_owned","","",50,[[]]],[11,"clone_into","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"equivalent","","",50,[[]]],[11,"from","","",51,[[]]],[11,"into","","",51,[[]]],[11,"to_owned","","",51,[[]]],[11,"clone_into","","",51,[[]]],[11,"try_from","","",51,[[],["result",4]]],[11,"try_into","","",51,[[],["result",4]]],[11,"borrow","","",51,[[]]],[11,"borrow_mut","","",51,[[]]],[11,"type_id","","",51,[[],["typeid",3]]],[11,"vzip","","",51,[[]]],[11,"equivalent","","",51,[[]]],[11,"from","","",52,[[]]],[11,"into","","",52,[[]]],[11,"to_owned","","",52,[[]]],[11,"clone_into","","",52,[[]]],[11,"to_string","","",52,[[],["string",3]]],[11,"try_from","","",52,[[],["result",4]]],[11,"try_into","","",52,[[],["result",4]]],[11,"borrow","","",52,[[]]],[11,"borrow_mut","","",52,[[]]],[11,"type_id","","",52,[[],["typeid",3]]],[11,"vzip","","",52,[[]]],[11,"equivalent","","",52,[[]]],[11,"from","","",53,[[]]],[11,"into","","",53,[[]]],[11,"to_owned","","",53,[[]]],[11,"clone_into","","",53,[[]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"vzip","","",53,[[]]],[11,"from","","",54,[[]]],[11,"into","","",54,[[]]],[11,"to_owned","","",54,[[]]],[11,"clone_into","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"from","","",55,[[]]],[11,"into","","",55,[[]]],[11,"to_owned","","",55,[[]]],[11,"clone_into","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"equivalent","","",55,[[]]],[11,"from","","",56,[[]]],[11,"into","","",56,[[]]],[11,"to_owned","","",56,[[]]],[11,"clone_into","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"vzip","","",56,[[]]],[11,"equivalent","","",56,[[]]],[11,"from","","",57,[[]]],[11,"into","","",57,[[]]],[11,"to_owned","","",57,[[]]],[11,"clone_into","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"vzip","","",57,[[]]],[11,"equivalent","","",57,[[]]],[11,"from","","",58,[[]]],[11,"into","","",58,[[]]],[11,"to_owned","","",58,[[]]],[11,"clone_into","","",58,[[]]],[11,"to_string","","",58,[[],["string",3]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"vzip","","",58,[[]]],[11,"equivalent","","",58,[[]]],[11,"from","map_model::edits::compat","",59,[[]]],[11,"into","","",59,[[]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"vzip","","",59,[[]]],[11,"from","","",60,[[]]],[11,"into","","",60,[[]]],[11,"try_from","","",60,[[],["result",4]]],[11,"try_into","","",60,[[],["result",4]]],[11,"borrow","","",60,[[]]],[11,"borrow_mut","","",60,[[]]],[11,"type_id","","",60,[[],["typeid",3]]],[11,"vzip","","",60,[[]]],[11,"from","","",61,[[]]],[11,"into","","",61,[[]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"vzip","","",61,[[]]],[11,"from","","",62,[[]]],[11,"into","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"vzip","","",62,[[]]],[11,"from","","",63,[[]]],[11,"into","","",63,[[]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"vzip","","",63,[[]]],[11,"from","map_model::edits::perma","",64,[[]]],[11,"into","","",64,[[]]],[11,"to_owned","","",64,[[]]],[11,"clone_into","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"vzip","","",64,[[]]],[11,"from","","",66,[[]]],[11,"into","","",66,[[]]],[11,"to_owned","","",66,[[]]],[11,"clone_into","","",66,[[]]],[11,"try_from","","",66,[[],["result",4]]],[11,"try_into","","",66,[[],["result",4]]],[11,"borrow","","",66,[[]]],[11,"borrow_mut","","",66,[[]]],[11,"type_id","","",66,[[],["typeid",3]]],[11,"vzip","","",66,[[]]],[11,"from","map_model::make::initial","",70,[[]]],[11,"into","","",70,[[]]],[11,"try_from","","",70,[[],["result",4]]],[11,"try_into","","",70,[[],["result",4]]],[11,"borrow","","",70,[[]]],[11,"borrow_mut","","",70,[[]]],[11,"type_id","","",70,[[],["typeid",3]]],[11,"vzip","","",70,[[]]],[11,"from","","",71,[[]]],[11,"into","","",71,[[]]],[11,"try_from","","",71,[[],["result",4]]],[11,"try_into","","",71,[[],["result",4]]],[11,"borrow","","",71,[[]]],[11,"borrow_mut","","",71,[[]]],[11,"type_id","","",71,[[],["typeid",3]]],[11,"vzip","","",71,[[]]],[11,"from","","",72,[[]]],[11,"into","","",72,[[]]],[11,"try_from","","",72,[[],["result",4]]],[11,"try_into","","",72,[[],["result",4]]],[11,"borrow","","",72,[[]]],[11,"borrow_mut","","",72,[[]]],[11,"type_id","","",72,[[],["typeid",3]]],[11,"vzip","","",72,[[]]],[11,"from","map_model::make::initial::geometry","",73,[[]]],[11,"into","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"from","map_model::make::initial::lane_specs","",74,[[]]],[11,"into","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"from","map_model::make::traffic_signals","",75,[[]]],[11,"into","","",75,[[]]],[11,"to_owned","","",75,[[]]],[11,"clone_into","","",75,[[]]],[11,"try_from","","",75,[[],["result",4]]],[11,"try_into","","",75,[[],["result",4]]],[11,"borrow","","",75,[[]]],[11,"borrow_mut","","",75,[[]]],[11,"type_id","","",75,[[],["typeid",3]]],[11,"vzip","","",75,[[]]],[11,"from","map_model::make::transit","",76,[[]]],[11,"into","","",76,[[]]],[11,"try_from","","",76,[[],["result",4]]],[11,"try_into","","",76,[[],["result",4]]],[11,"borrow","","",76,[[]]],[11,"borrow_mut","","",76,[[]]],[11,"type_id","","",76,[[],["typeid",3]]],[11,"vzip","","",76,[[]]],[11,"from","map_model::osm","",77,[[]]],[11,"into","","",77,[[]]],[11,"to_owned","","",77,[[]]],[11,"clone_into","","",77,[[]]],[11,"to_string","","",77,[[],["string",3]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"equivalent","","",77,[[]]],[11,"from","","",78,[[]]],[11,"into","","",78,[[]]],[11,"to_owned","","",78,[[]]],[11,"clone_into","","",78,[[]]],[11,"to_string","","",78,[[],["string",3]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"vzip","","",78,[[]]],[11,"equivalent","","",78,[[]]],[11,"from","","",79,[[]]],[11,"into","","",79,[[]]],[11,"to_owned","","",79,[[]]],[11,"clone_into","","",79,[[]]],[11,"to_string","","",79,[[],["string",3]]],[11,"try_from","","",79,[[],["result",4]]],[11,"try_into","","",79,[[],["result",4]]],[11,"borrow","","",79,[[]]],[11,"borrow_mut","","",79,[[]]],[11,"type_id","","",79,[[],["typeid",3]]],[11,"vzip","","",79,[[]]],[11,"equivalent","","",79,[[]]],[11,"from","","",80,[[]]],[11,"into","","",80,[[]]],[11,"to_owned","","",80,[[]]],[11,"clone_into","","",80,[[]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"vzip","","",80,[[]]],[11,"equivalent","","",80,[[]]],[11,"from","","",81,[[]]],[11,"into","","",81,[[]]],[11,"to_owned","","",81,[[]]],[11,"clone_into","","",81,[[]]],[11,"to_string","","",81,[[],["string",3]]],[11,"try_from","","",81,[[],["result",4]]],[11,"try_into","","",81,[[],["result",4]]],[11,"borrow","","",81,[[]]],[11,"borrow_mut","","",81,[[]]],[11,"type_id","","",81,[[],["typeid",3]]],[11,"vzip","","",81,[[]]],[11,"equivalent","","",81,[[]]],[11,"from","map_model::pathfind","",82,[[]]],[11,"into","","",82,[[]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"vzip","","",82,[[]]],[11,"from","map_model::pathfind::ch","",83,[[]]],[11,"into","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"from","map_model::pathfind::driving","",84,[[]]],[11,"into","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"from","","",85,[[]]],[11,"into","","",85,[[]]],[11,"to_owned","","",85,[[]]],[11,"clone_into","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"equivalent","","",85,[[]]],[11,"from","map_model::pathfind::node_map","",86,[[]]],[11,"into","","",86,[[]]],[11,"try_from","","",86,[[],["result",4]]],[11,"try_into","","",86,[[],["result",4]]],[11,"borrow","","",86,[[]]],[11,"borrow_mut","","",86,[[]]],[11,"type_id","","",86,[[],["typeid",3]]],[11,"vzip","","",86,[[]]],[11,"from","map_model::pathfind::walking","",87,[[]]],[11,"into","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"from","","",88,[[]]],[11,"into","","",88,[[]]],[11,"to_owned","","",88,[[]]],[11,"clone_into","","",88,[[]]],[11,"try_from","","",88,[[],["result",4]]],[11,"try_into","","",88,[[],["result",4]]],[11,"borrow","","",88,[[]]],[11,"borrow_mut","","",88,[[]]],[11,"type_id","","",88,[[],["typeid",3]]],[11,"vzip","","",88,[[]]],[11,"equivalent","","",88,[[]]],[11,"from","map_model::raw","",89,[[]]],[11,"into","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"vzip","","",89,[[]]],[11,"from","","",90,[[]]],[11,"into","","",90,[[]]],[11,"to_owned","","",90,[[]]],[11,"clone_into","","",90,[[]]],[11,"to_string","","",90,[[],["string",3]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"vzip","","",90,[[]]],[11,"equivalent","","",90,[[]]],[11,"from","","",91,[[]]],[11,"into","","",91,[[]]],[11,"to_owned","","",91,[[]]],[11,"clone_into","","",91,[[]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"vzip","","",91,[[]]],[11,"from","","",92,[[]]],[11,"into","","",92,[[]]],[11,"to_owned","","",92,[[]]],[11,"clone_into","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"vzip","","",92,[[]]],[11,"from","","",93,[[]]],[11,"into","","",93,[[]]],[11,"to_owned","","",93,[[]]],[11,"clone_into","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"from","","",94,[[]]],[11,"into","","",94,[[]]],[11,"to_owned","","",94,[[]]],[11,"clone_into","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"vzip","","",94,[[]]],[11,"from","","",95,[[]]],[11,"into","","",95,[[]]],[11,"to_owned","","",95,[[]]],[11,"clone_into","","",95,[[]]],[11,"try_from","","",95,[[],["result",4]]],[11,"try_into","","",95,[[],["result",4]]],[11,"borrow","","",95,[[]]],[11,"borrow_mut","","",95,[[]]],[11,"type_id","","",95,[[],["typeid",3]]],[11,"vzip","","",95,[[]]],[11,"from","","",96,[[]]],[11,"into","","",96,[[]]],[11,"to_owned","","",96,[[]]],[11,"clone_into","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"equivalent","","",96,[[]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"vzip","","",97,[[]]],[11,"from","","",98,[[]]],[11,"into","","",98,[[]]],[11,"try_from","","",98,[[],["result",4]]],[11,"try_into","","",98,[[],["result",4]]],[11,"borrow","","",98,[[]]],[11,"borrow_mut","","",98,[[]]],[11,"type_id","","",98,[[],["typeid",3]]],[11,"vzip","","",98,[[]]],[11,"from","","",99,[[]]],[11,"into","","",99,[[]]],[11,"to_owned","","",99,[[]]],[11,"clone_into","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"equivalent","","",99,[[]]],[11,"from","","",100,[[]]],[11,"into","","",100,[[]]],[11,"to_owned","","",100,[[]]],[11,"clone_into","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"vzip","","",100,[[]]],[11,"clone","map_model","",4,[[],["permanentmapedits",3]]],[11,"clone","map_model::edits::perma","",64,[[],["permanenteditintersection",4]]],[11,"clone","","",66,[[],["permanenteditcmd",4]]],[11,"clone","map_model","",3,[[],["mapedits",3]]],[11,"clone","","",46,[[],["editintersection",4]]],[11,"clone","","",2,[[],["editroad",3]]],[11,"clone","","",42,[[],["editcmd",4]]],[11,"clone","map_model::make::traffic_signals","",75,[[],["partition",3]]],[11,"clone","map_model","",5,[[],["mapconfig",3]]],[11,"clone","","",7,[[],["areaid",3]]],[11,"clone","","",47,[[],["areatype",4]]],[11,"clone","","",9,[[],["buildingid",3]]],[11,"clone","","",49,[[],["offstreetparking",4]]],[11,"clone","","",10,[[],["nameperlanguage",3]]],[11,"clone","","",14,[[],["busstopid",3]]],[11,"clone","","",12,[[],["busrouteid",3]]],[11,"clone","","",13,[[],["busstop",3]]],[11,"clone","","",16,[[],["intersectionid",3]]],[11,"clone","","",50,[[],["intersectiontype",4]]],[11,"clone","","",18,[[],["laneid",3]]],[11,"clone","","",51,[[],["lanetype",4]]],[11,"clone","","",20,[[],["parkinglotid",3]]],[11,"clone","","",23,[[],["roadid",3]]],[11,"clone","","",52,[[],["direction",4]]],[11,"clone","","",21,[[],["directedroadid",3]]],[11,"clone","","",24,[[],["controlstopsign",3]]],[11,"clone","","",25,[[],["roadwithstopsign",3]]],[11,"clone","","",26,[[],["controltrafficsignal",3]]],[11,"clone","","",27,[[],["stage",3]]],[11,"clone","","",53,[[],["phasetype",4]]],[11,"clone","","",32,[[],["turnid",3]]],[11,"clone","","",55,[[],["turntype",4]]],[11,"clone","","",54,[[],["turnpriority",4]]],[11,"clone","","",31,[[],["turn",3]]],[11,"clone","","",30,[[],["movementid",3]]],[11,"clone","","",28,[[],["compressedmovementid",3]]],[11,"clone","","",29,[[],["movement",3]]],[11,"clone","","",33,[[],["accessrestrictions",3]]],[11,"clone","map_model::osm","",80,[[],["roadrank",4]]],[11,"clone","","",77,[[],["nodeid",3]]],[11,"clone","","",78,[[],["wayid",3]]],[11,"clone","","",79,[[],["relationid",3]]],[11,"clone","","",81,[[],["osmid",4]]],[11,"clone","map_model::pathfind::driving","",85,[[],["node",4]]],[11,"clone","map_model","",35,[[],["intersectioncluster",3]]],[11,"clone","","",36,[[],["uberturn",3]]],[11,"clone","map_model::pathfind::walking","",88,[[],["walkingnode",4]]],[11,"clone","map_model","",57,[[],["pathstep",4]]],[11,"clone","","",38,[[],["path",3]]],[11,"clone","","",56,[[]]],[11,"clone","","",39,[[],["pathrequest",3]]],[11,"clone","map_model::raw","",90,[[],["originalroad",3]]],[11,"clone","","",91,[[],["rawroad",3]]],[11,"clone","","",92,[[],["rawintersection",3]]],[11,"clone","","",93,[[],["rawbuilding",3]]],[11,"clone","","",94,[[],["rawarea",3]]],[11,"clone","","",95,[[],["rawparkinglot",3]]],[11,"clone","","",99,[[],["restrictiontype",4]]],[11,"clone","","",96,[[],["turnrestriction",3]]],[11,"clone","","",100,[[],["drivingside",4]]],[11,"clone","map_model","",40,[[],["position",3]]],[11,"clone","","",58,[[],["traversable",4]]],[11,"default","","",3,[[],["mapedits",3]]],[11,"cmp","","",7,[[["areaid",3]],["ordering",4]]],[11,"cmp","","",9,[[["buildingid",3]],["ordering",4]]],[11,"cmp","","",10,[[["nameperlanguage",3]],["ordering",4]]],[11,"cmp","","",14,[[["busstopid",3]],["ordering",4]]],[11,"cmp","","",12,[[["busrouteid",3]],["ordering",4]]],[11,"cmp","","",16,[[["intersectionid",3]],["ordering",4]]],[11,"cmp","","",18,[[["laneid",3]],["ordering",4]]],[11,"cmp","","",51,[[["lanetype",4]],["ordering",4]]],[11,"cmp","","",20,[[["parkinglotid",3]],["ordering",4]]],[11,"cmp","","",23,[[["roadid",3]],["ordering",4]]],[11,"cmp","","",52,[[["direction",4]],["ordering",4]]],[11,"cmp","","",21,[[["directedroadid",3]],["ordering",4]]],[11,"cmp","","",32,[[["turnid",3]],["ordering",4]]],[11,"cmp","","",55,[[["turntype",4]],["ordering",4]]],[11,"cmp","","",30,[[["movementid",3]],["ordering",4]]],[11,"cmp","","",28,[[["compressedmovementid",3]],["ordering",4]]],[11,"cmp","map_model::osm","",80,[[["roadrank",4]],["ordering",4]]],[11,"cmp","","",77,[[["nodeid",3]],["ordering",4]]],[11,"cmp","","",78,[[["wayid",3]],["ordering",4]]],[11,"cmp","","",79,[[["relationid",3]],["ordering",4]]],[11,"cmp","","",81,[[["osmid",4]],["ordering",4]]],[11,"cmp","map_model::pathfind::driving","",85,[[["node",4]],["ordering",4]]],[11,"cmp","map_model::pathfind::walking","",88,[[["walkingnode",4]],["ordering",4]]],[11,"cmp","map_model","",57,[[["pathstep",4]],["ordering",4]]],[11,"cmp","","",56,[[["pathconstraints",4]],["ordering",4]]],[11,"cmp","map_model::raw","",90,[[["originalroad",3]],["ordering",4]]],[11,"cmp","","",99,[[["restrictiontype",4]],["ordering",4]]],[11,"cmp","","",96,[[["turnrestriction",3]],["ordering",4]]],[11,"cmp","map_model","",40,[[["position",3]],["ordering",4]]],[11,"cmp","","",58,[[["traversable",4]],["ordering",4]]],[11,"eq","","",3,[[["mapedits",3]]]],[11,"ne","","",3,[[["mapedits",3]]]],[11,"eq","","",46,[[["editintersection",4]]]],[11,"ne","","",46,[[["editintersection",4]]]],[11,"eq","","",2,[[["editroad",3]]]],[11,"ne","","",2,[[["editroad",3]]]],[11,"eq","","",42,[[["editcmd",4]]]],[11,"ne","","",42,[[["editcmd",4]]]],[11,"eq","map_model::make::initial::lane_specs","",74,[[["lanespec",3]]]],[11,"ne","","",74,[[["lanespec",3]]]],[11,"eq","map_model","",7,[[["areaid",3]]]],[11,"ne","","",7,[[["areaid",3]]]],[11,"eq","","",47,[[["areatype",4]]]],[11,"eq","","",9,[[["buildingid",3]]]],[11,"ne","","",9,[[["buildingid",3]]]],[11,"eq","","",49,[[["offstreetparking",4]]]],[11,"ne","","",49,[[["offstreetparking",4]]]],[11,"eq","","",10,[[["nameperlanguage",3]]]],[11,"ne","","",10,[[["nameperlanguage",3]]]],[11,"eq","","",14,[[["busstopid",3]]]],[11,"ne","","",14,[[["busstopid",3]]]],[11,"eq","","",12,[[["busrouteid",3]]]],[11,"ne","","",12,[[["busrouteid",3]]]],[11,"eq","","",13,[[["busstop",3]]]],[11,"ne","","",13,[[["busstop",3]]]],[11,"eq","","",16,[[["intersectionid",3]]]],[11,"ne","","",16,[[["intersectionid",3]]]],[11,"eq","","",50,[[["intersectiontype",4]]]],[11,"eq","","",18,[[["laneid",3]]]],[11,"ne","","",18,[[["laneid",3]]]],[11,"eq","","",51,[[["lanetype",4]]]],[11,"eq","","",20,[[["parkinglotid",3]]]],[11,"ne","","",20,[[["parkinglotid",3]]]],[11,"eq","","",23,[[["roadid",3]]]],[11,"ne","","",23,[[["roadid",3]]]],[11,"eq","","",52,[[["direction",4]]]],[11,"eq","","",21,[[["directedroadid",3]]]],[11,"ne","","",21,[[["directedroadid",3]]]],[11,"eq","","",24,[[["controlstopsign",3]]]],[11,"ne","","",24,[[["controlstopsign",3]]]],[11,"eq","","",25,[[["roadwithstopsign",3]]]],[11,"ne","","",25,[[["roadwithstopsign",3]]]],[11,"eq","","",26,[[["controltrafficsignal",3]]]],[11,"ne","","",26,[[["controltrafficsignal",3]]]],[11,"eq","","",27,[[["stage",3]]]],[11,"ne","","",27,[[["stage",3]]]],[11,"eq","","",53,[[["phasetype",4]]]],[11,"ne","","",53,[[["phasetype",4]]]],[11,"eq","","",32,[[["turnid",3]]]],[11,"ne","","",32,[[["turnid",3]]]],[11,"eq","","",55,[[["turntype",4]]]],[11,"eq","","",54,[[["turnpriority",4]]]],[11,"eq","","",31,[[["turn",3]]]],[11,"ne","","",31,[[["turn",3]]]],[11,"eq","","",30,[[["movementid",3]]]],[11,"ne","","",30,[[["movementid",3]]]],[11,"eq","","",28,[[["compressedmovementid",3]]]],[11,"ne","","",28,[[["compressedmovementid",3]]]],[11,"eq","","",29,[[["movement",3]]]],[11,"ne","","",29,[[["movement",3]]]],[11,"eq","","",33,[[["accessrestrictions",3]]]],[11,"ne","","",33,[[["accessrestrictions",3]]]],[11,"eq","","",34,[[["zone",3]]]],[11,"ne","","",34,[[["zone",3]]]],[11,"eq","map_model::osm","",80,[[["roadrank",4]]]],[11,"eq","","",77,[[["nodeid",3]]]],[11,"ne","","",77,[[["nodeid",3]]]],[11,"eq","","",78,[[["wayid",3]]]],[11,"ne","","",78,[[["wayid",3]]]],[11,"eq","","",79,[[["relationid",3]]]],[11,"ne","","",79,[[["relationid",3]]]],[11,"eq","","",81,[[["osmid",4]]]],[11,"ne","","",81,[[["osmid",4]]]],[11,"eq","map_model::pathfind::driving","",85,[[["node",4]]]],[11,"ne","","",85,[[["node",4]]]],[11,"eq","map_model","",36,[[["uberturn",3]]]],[11,"ne","","",36,[[["uberturn",3]]]],[11,"eq","map_model::pathfind::walking","",88,[[["walkingnode",4]]]],[11,"ne","","",88,[[["walkingnode",4]]]],[11,"eq","map_model","",57,[[["pathstep",4]]]],[11,"ne","","",57,[[["pathstep",4]]]],[11,"eq","","",38,[[["path",3]]]],[11,"ne","","",38,[[["path",3]]]],[11,"eq","","",56,[[]]],[11,"eq","","",56,[[["enumset",3]]]],[11,"eq","","",39,[[["pathrequest",3]]]],[11,"ne","","",39,[[["pathrequest",3]]]],[11,"eq","map_model::raw","",90,[[["originalroad",3]]]],[11,"ne","","",90,[[["originalroad",3]]]],[11,"eq","","",91,[[["rawroad",3]]]],[11,"ne","","",91,[[["rawroad",3]]]],[11,"eq","","",92,[[["rawintersection",3]]]],[11,"ne","","",92,[[["rawintersection",3]]]],[11,"eq","","",99,[[["restrictiontype",4]]]],[11,"eq","","",96,[[["turnrestriction",3]]]],[11,"ne","","",96,[[["turnrestriction",3]]]],[11,"eq","","",100,[[["drivingside",4]]]],[11,"eq","map_model","",40,[[["position",3]]]],[11,"ne","","",40,[[["position",3]]]],[11,"eq","","",58,[[["traversable",4]]]],[11,"ne","","",58,[[["traversable",4]]]],[11,"partial_cmp","","",7,[[["areaid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",7,[[["areaid",3]]]],[11,"le","","",7,[[["areaid",3]]]],[11,"gt","","",7,[[["areaid",3]]]],[11,"ge","","",7,[[["areaid",3]]]],[11,"partial_cmp","","",9,[[["buildingid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",9,[[["buildingid",3]]]],[11,"le","","",9,[[["buildingid",3]]]],[11,"gt","","",9,[[["buildingid",3]]]],[11,"ge","","",9,[[["buildingid",3]]]],[11,"partial_cmp","","",10,[[["nameperlanguage",3]],[["ordering",4],["option",4]]]],[11,"lt","","",10,[[["nameperlanguage",3]]]],[11,"le","","",10,[[["nameperlanguage",3]]]],[11,"gt","","",10,[[["nameperlanguage",3]]]],[11,"ge","","",10,[[["nameperlanguage",3]]]],[11,"partial_cmp","","",14,[[["busstopid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",14,[[["busstopid",3]]]],[11,"le","","",14,[[["busstopid",3]]]],[11,"gt","","",14,[[["busstopid",3]]]],[11,"ge","","",14,[[["busstopid",3]]]],[11,"partial_cmp","","",12,[[["busrouteid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",12,[[["busrouteid",3]]]],[11,"le","","",12,[[["busrouteid",3]]]],[11,"gt","","",12,[[["busrouteid",3]]]],[11,"ge","","",12,[[["busrouteid",3]]]],[11,"partial_cmp","","",16,[[["intersectionid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",16,[[["intersectionid",3]]]],[11,"le","","",16,[[["intersectionid",3]]]],[11,"gt","","",16,[[["intersectionid",3]]]],[11,"ge","","",16,[[["intersectionid",3]]]],[11,"partial_cmp","","",18,[[["laneid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",18,[[["laneid",3]]]],[11,"le","","",18,[[["laneid",3]]]],[11,"gt","","",18,[[["laneid",3]]]],[11,"ge","","",18,[[["laneid",3]]]],[11,"partial_cmp","","",51,[[["lanetype",4]],[["ordering",4],["option",4]]]],[11,"partial_cmp","","",20,[[["parkinglotid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",20,[[["parkinglotid",3]]]],[11,"le","","",20,[[["parkinglotid",3]]]],[11,"gt","","",20,[[["parkinglotid",3]]]],[11,"ge","","",20,[[["parkinglotid",3]]]],[11,"partial_cmp","","",23,[[["roadid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",23,[[["roadid",3]]]],[11,"le","","",23,[[["roadid",3]]]],[11,"gt","","",23,[[["roadid",3]]]],[11,"ge","","",23,[[["roadid",3]]]],[11,"partial_cmp","","",52,[[["direction",4]],[["ordering",4],["option",4]]]],[11,"partial_cmp","","",21,[[["directedroadid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",21,[[["directedroadid",3]]]],[11,"le","","",21,[[["directedroadid",3]]]],[11,"gt","","",21,[[["directedroadid",3]]]],[11,"ge","","",21,[[["directedroadid",3]]]],[11,"partial_cmp","","",32,[[["turnid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",32,[[["turnid",3]]]],[11,"le","","",32,[[["turnid",3]]]],[11,"gt","","",32,[[["turnid",3]]]],[11,"ge","","",32,[[["turnid",3]]]],[11,"partial_cmp","","",55,[[["turntype",4]],[["ordering",4],["option",4]]]],[11,"partial_cmp","","",54,[[["turnpriority",4]],[["ordering",4],["option",4]]]],[11,"partial_cmp","","",30,[[["movementid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",30,[[["movementid",3]]]],[11,"le","","",30,[[["movementid",3]]]],[11,"gt","","",30,[[["movementid",3]]]],[11,"ge","","",30,[[["movementid",3]]]],[11,"partial_cmp","","",28,[[["compressedmovementid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",28,[[["compressedmovementid",3]]]],[11,"le","","",28,[[["compressedmovementid",3]]]],[11,"gt","","",28,[[["compressedmovementid",3]]]],[11,"ge","","",28,[[["compressedmovementid",3]]]],[11,"partial_cmp","map_model::osm","",80,[[["roadrank",4]],[["ordering",4],["option",4]]]],[11,"partial_cmp","","",77,[[["nodeid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",77,[[["nodeid",3]]]],[11,"le","","",77,[[["nodeid",3]]]],[11,"gt","","",77,[[["nodeid",3]]]],[11,"ge","","",77,[[["nodeid",3]]]],[11,"partial_cmp","","",78,[[["wayid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",78,[[["wayid",3]]]],[11,"le","","",78,[[["wayid",3]]]],[11,"gt","","",78,[[["wayid",3]]]],[11,"ge","","",78,[[["wayid",3]]]],[11,"partial_cmp","","",79,[[["relationid",3]],[["ordering",4],["option",4]]]],[11,"lt","","",79,[[["relationid",3]]]],[11,"le","","",79,[[["relationid",3]]]],[11,"gt","","",79,[[["relationid",3]]]],[11,"ge","","",79,[[["relationid",3]]]],[11,"partial_cmp","","",81,[[["osmid",4]],[["ordering",4],["option",4]]]],[11,"lt","","",81,[[["osmid",4]]]],[11,"le","","",81,[[["osmid",4]]]],[11,"gt","","",81,[[["osmid",4]]]],[11,"ge","","",81,[[["osmid",4]]]],[11,"partial_cmp","map_model::pathfind::driving","",85,[[["node",4]],[["ordering",4],["option",4]]]],[11,"lt","","",85,[[["node",4]]]],[11,"le","","",85,[[["node",4]]]],[11,"gt","","",85,[[["node",4]]]],[11,"ge","","",85,[[["node",4]]]],[11,"partial_cmp","map_model::pathfind::walking","",88,[[["walkingnode",4]],[["ordering",4],["option",4]]]],[11,"lt","","",88,[[["walkingnode",4]]]],[11,"le","","",88,[[["walkingnode",4]]]],[11,"gt","","",88,[[["walkingnode",4]]]],[11,"ge","","",88,[[["walkingnode",4]]]],[11,"partial_cmp","map_model","",57,[[["pathstep",4]],[["ordering",4],["option",4]]]],[11,"lt","","",57,[[["pathstep",4]]]],[11,"le","","",57,[[["pathstep",4]]]],[11,"gt","","",57,[[["pathstep",4]]]],[11,"ge","","",57,[[["pathstep",4]]]],[11,"partial_cmp","","",56,[[["pathconstraints",4]],[["ordering",4],["option",4]]]],[11,"partial_cmp","map_model::raw","",90,[[["originalroad",3]],[["ordering",4],["option",4]]]],[11,"lt","","",90,[[["originalroad",3]]]],[11,"le","","",90,[[["originalroad",3]]]],[11,"gt","","",90,[[["originalroad",3]]]],[11,"ge","","",90,[[["originalroad",3]]]],[11,"partial_cmp","","",99,[[["restrictiontype",4]],[["ordering",4],["option",4]]]],[11,"partial_cmp","","",96,[[["turnrestriction",3]],[["ordering",4],["option",4]]]],[11,"lt","","",96,[[["turnrestriction",3]]]],[11,"le","","",96,[[["turnrestriction",3]]]],[11,"gt","","",96,[[["turnrestriction",3]]]],[11,"ge","","",96,[[["turnrestriction",3]]]],[11,"partial_cmp","map_model","",40,[[["position",3]],[["ordering",4],["option",4]]]],[11,"lt","","",40,[[["position",3]]]],[11,"le","","",40,[[["position",3]]]],[11,"gt","","",40,[[["position",3]]]],[11,"ge","","",40,[[["position",3]]]],[11,"partial_cmp","","",58,[[["traversable",4]],[["ordering",4],["option",4]]]],[11,"lt","","",58,[[["traversable",4]]]],[11,"le","","",58,[[["traversable",4]]]],[11,"gt","","",58,[[["traversable",4]]]],[11,"ge","","",58,[[["traversable",4]]]],[11,"fmt","map_model::edits::compat","",59,[[["formatter",3]],["result",6]]],[11,"fmt","","",60,[[["formatter",3]],["result",6]]],[11,"fmt","","",61,[[["formatter",3]],["result",6]]],[11,"fmt","","",62,[[["formatter",3]],["result",6]]],[11,"fmt","","",63,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",46,[[["formatter",3]],["result",6]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"fmt","","",42,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",47,[[["formatter",3]],["result",6]]],[11,"fmt","","",6,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",49,[[["formatter",3]],["result",6]]],[11,"fmt","","",48,[[["formatter",3]],["result",6]]],[11,"fmt","","",10,[[["formatter",3]],["result",6]]],[11,"fmt","","",14,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","","",13,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",50,[[["formatter",3]],["result",6]]],[11,"fmt","","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",18,[[["formatter",3]],["result",6]]],[11,"fmt","","",51,[[["formatter",3]],["result",6]]],[11,"fmt","","",17,[[["formatter",3]],["result",6]]],[11,"fmt","","",20,[[["formatter",3]],["result",6]]],[11,"fmt","","",23,[[["formatter",3]],["result",6]]],[11,"fmt","","",52,[[["formatter",3]],["result",6]]],[11,"fmt","","",21,[[["formatter",3]],["result",6]]],[11,"fmt","","",22,[[["formatter",3]],["result",6]]],[11,"fmt","","",24,[[["formatter",3]],["result",6]]],[11,"fmt","","",25,[[["formatter",3]],["result",6]]],[11,"fmt","","",26,[[["formatter",3]],["result",6]]],[11,"fmt","","",27,[[["formatter",3]],["result",6]]],[11,"fmt","","",53,[[["formatter",3]],["result",6]]],[11,"fmt","","",32,[[["formatter",3]],["result",6]]],[11,"fmt","","",55,[[["formatter",3]],["result",6]]],[11,"fmt","","",54,[[["formatter",3]],["result",6]]],[11,"fmt","","",31,[[["formatter",3]],["result",6]]],[11,"fmt","","",30,[[["formatter",3]],["result",6]]],[11,"fmt","","",28,[[["formatter",3]],["result",6]]],[11,"fmt","","",29,[[["formatter",3]],["result",6]]],[11,"fmt","","",33,[[["formatter",3]],["result",6]]],[11,"fmt","","",34,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::osm","",77,[[["formatter",3]],["result",6]]],[11,"fmt","","",78,[[["formatter",3]],["result",6]]],[11,"fmt","","",79,[[["formatter",3]],["result",6]]],[11,"fmt","","",81,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::pathfind::driving","",85,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",36,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::pathfind::walking","",88,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",57,[[["formatter",3]],["result",6]]],[11,"fmt","","",38,[[["formatter",3]],["result",6]]],[11,"fmt","","",56,[[["formatter",3]],["result",6]]],[11,"fmt","","",39,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::raw","",89,[[["formatter",3]],["result",6]]],[11,"fmt","","",90,[[["formatter",3]],["result",6]]],[11,"fmt","","",91,[[["formatter",3]],["result",6]]],[11,"fmt","","",92,[[["formatter",3]],["result",6]]],[11,"fmt","","",93,[[["formatter",3]],["result",6]]],[11,"fmt","","",94,[[["formatter",3]],["result",6]]],[11,"fmt","","",95,[[["formatter",3]],["result",6]]],[11,"fmt","","",99,[[["formatter",3]],["result",6]]],[11,"fmt","","",96,[[["formatter",3]],["result",6]]],[11,"fmt","","",100,[[["formatter",3]],["result",6]]],[11,"fmt","","",97,[[["formatter",3]],["result",6]]],[11,"fmt","","",98,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",40,[[["formatter",3]],["result",6]]],[11,"fmt","","",58,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",14,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",18,[[["formatter",3]],["result",6]]],[11,"fmt","","",20,[[["formatter",3]],["result",6]]],[11,"fmt","","",23,[[["formatter",3]],["result",6]]],[11,"fmt","","",52,[[["formatter",3]],["result",6]]],[11,"fmt","","",21,[[["formatter",3]],["result",6]]],[11,"fmt","","",32,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::osm","",77,[[["formatter",3]],["result",6]]],[11,"fmt","","",78,[[["formatter",3]],["result",6]]],[11,"fmt","","",79,[[["formatter",3]],["result",6]]],[11,"fmt","","",81,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",39,[[["formatter",3]],["result",6]]],[11,"fmt","map_model::raw","",90,[[["formatter",3]],["result",6]]],[11,"fmt","map_model","",40,[[["formatter",3]],["result",6]]],[11,"fmt","","",58,[[["formatter",3]],["result",6]]],[11,"sub","","",56,[[]]],[11,"not","","",56,[[]]],[11,"bitand","","",56,[[]]],[11,"bitor","","",56,[[]]],[11,"bitxor","","",56,[[]]],[11,"hash","","",7,[[]]],[11,"hash","","",47,[[]]],[11,"hash","","",9,[[]]],[11,"hash","","",14,[[]]],[11,"hash","","",12,[[]]],[11,"hash","","",16,[[]]],[11,"hash","","",50,[[]]],[11,"hash","","",18,[[]]],[11,"hash","","",51,[[]]],[11,"hash","","",20,[[]]],[11,"hash","","",23,[[]]],[11,"hash","","",52,[[]]],[11,"hash","","",21,[[]]],[11,"hash","","",32,[[]]],[11,"hash","","",30,[[]]],[11,"hash","","",28,[[]]],[11,"hash","map_model::osm","",77,[[]]],[11,"hash","","",78,[[]]],[11,"hash","","",79,[[]]],[11,"hash","","",81,[[]]],[11,"hash","map_model::pathfind::walking","",88,[[]]],[11,"hash","map_model","",57,[[]]],[11,"hash","map_model::raw","",90,[[]]],[11,"hash","","",99,[[]]],[11,"hash","","",96,[[]]],[11,"hash","map_model","",58,[[]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","map_model::edits::compat","",59,[[],["result",4]]],[11,"deserialize","","",60,[[],["result",4]]],[11,"deserialize","","",61,[[],["result",4]]],[11,"deserialize","","",62,[[],["result",4]]],[11,"deserialize","","",63,[[],["result",4]]],[11,"deserialize","map_model","",4,[[],["result",4]]],[11,"deserialize","map_model::edits::perma","",64,[[],["result",4]]],[11,"deserialize","","",66,[[],["result",4]]],[11,"deserialize","map_model","",2,[[],["result",4]]],[11,"deserialize","","",5,[[],["result",4]]],[11,"deserialize","","",7,[[],["result",4]]],[11,"deserialize","","",47,[[],["result",4]]],[11,"deserialize","","",6,[[],["result",4]]],[11,"deserialize","","",9,[[],["result",4]]],[11,"deserialize","","",8,[[],["result",4]]],[11,"deserialize","","",49,[[],["result",4]]],[11,"deserialize","","",48,[[],["result",4]]],[11,"deserialize","","",10,[[],["result",4]]],[11,"deserialize","","",14,[[],["result",4]]],[11,"deserialize","","",12,[[],["result",4]]],[11,"deserialize","","",13,[[],["result",4]]],[11,"deserialize","","",11,[[],["result",4]]],[11,"deserialize","","",16,[[],["result",4]]],[11,"deserialize","","",50,[[],["result",4]]],[11,"deserialize","","",15,[[],["result",4]]],[11,"deserialize","","",18,[[],["result",4]]],[11,"deserialize","","",51,[[],["result",4]]],[11,"deserialize","","",17,[[],["result",4]]],[11,"deserialize","","",20,[[],["result",4]]],[11,"deserialize","","",19,[[],["result",4]]],[11,"deserialize","","",23,[[],["result",4]]],[11,"deserialize","","",52,[[],["result",4]]],[11,"deserialize","","",21,[[],["result",4]]],[11,"deserialize","","",22,[[],["result",4]]],[11,"deserialize","","",24,[[],["result",4]]],[11,"deserialize","","",25,[[],["result",4]]],[11,"deserialize","","",26,[[],["result",4]]],[11,"deserialize","","",27,[[],["result",4]]],[11,"deserialize","","",53,[[],["result",4]]],[11,"deserialize","","",32,[[],["result",4]]],[11,"deserialize","","",55,[[],["result",4]]],[11,"deserialize","","",54,[[],["result",4]]],[11,"deserialize","","",31,[[],["result",4]]],[11,"deserialize","","",30,[[],["result",4]]],[11,"deserialize","","",28,[[],["result",4]]],[11,"deserialize","","",29,[[],["result",4]]],[11,"deserialize","","",33,[[],["result",4]]],[11,"deserialize","","",34,[[],["result",4]]],[11,"deserialize","map_model::osm","",77,[[],["result",4]]],[11,"deserialize","","",78,[[],["result",4]]],[11,"deserialize","","",79,[[],["result",4]]],[11,"deserialize","","",81,[[],["result",4]]],[11,"deserialize","map_model::pathfind::ch","",83,[[],["result",4]]],[11,"deserialize","map_model::pathfind::driving","",84,[[],["result",4]]],[11,"deserialize","","",85,[[],["result",4]]],[11,"deserialize","map_model","",35,[[],["result",4]]],[11,"deserialize","","",36,[[],["result",4]]],[11,"deserialize","map_model::pathfind::walking","",87,[[],["result",4]]],[11,"deserialize","","",88,[[],["result",4]]],[11,"deserialize","map_model","",57,[[],["result",4]]],[11,"deserialize","","",38,[[],["result",4]]],[11,"deserialize","","",56,[[],["result",4]]],[11,"deserialize","","",39,[[],["result",4]]],[11,"deserialize","map_model::pathfind","",82,[[],["result",4]]],[11,"deserialize","map_model::raw","",89,[[],["result",4]]],[11,"deserialize","","",90,[[],["result",4]]],[11,"deserialize","","",91,[[],["result",4]]],[11,"deserialize","","",92,[[],["result",4]]],[11,"deserialize","","",93,[[],["result",4]]],[11,"deserialize","","",94,[[],["result",4]]],[11,"deserialize","","",95,[[],["result",4]]],[11,"deserialize","","",99,[[],["result",4]]],[11,"deserialize","","",100,[[],["result",4]]],[11,"deserialize","","",97,[[],["result",4]]],[11,"deserialize","","",98,[[],["result",4]]],[11,"deserialize","map_model","",40,[[],["result",4]]],[11,"deserialize","","",58,[[],["result",4]]],[11,"deserialize","","",41,[[],["result",4]]],[11,"serialize","","",0,[[],["result",4]]],[11,"serialize","","",4,[[],["result",4]]],[11,"serialize","map_model::edits::perma","",64,[[],["result",4]]],[11,"serialize","","",66,[[],["result",4]]],[11,"serialize","map_model","",2,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"serialize","","",47,[[],["result",4]]],[11,"serialize","","",6,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"serialize","","",8,[[],["result",4]]],[11,"serialize","","",49,[[],["result",4]]],[11,"serialize","","",48,[[],["result",4]]],[11,"serialize","","",10,[[],["result",4]]],[11,"serialize","","",14,[[],["result",4]]],[11,"serialize","","",12,[[],["result",4]]],[11,"serialize","","",13,[[],["result",4]]],[11,"serialize","","",11,[[],["result",4]]],[11,"serialize","","",16,[[],["result",4]]],[11,"serialize","","",50,[[],["result",4]]],[11,"serialize","","",15,[[],["result",4]]],[11,"serialize","","",18,[[],["result",4]]],[11,"serialize","","",51,[[],["result",4]]],[11,"serialize","","",17,[[],["result",4]]],[11,"serialize","","",20,[[],["result",4]]],[11,"serialize","","",19,[[],["result",4]]],[11,"serialize","","",23,[[],["result",4]]],[11,"serialize","","",52,[[],["result",4]]],[11,"serialize","","",21,[[],["result",4]]],[11,"serialize","","",22,[[],["result",4]]],[11,"serialize","","",24,[[],["result",4]]],[11,"serialize","","",25,[[],["result",4]]],[11,"serialize","","",26,[[],["result",4]]],[11,"serialize","","",27,[[],["result",4]]],[11,"serialize","","",53,[[],["result",4]]],[11,"serialize","","",32,[[],["result",4]]],[11,"serialize","","",55,[[],["result",4]]],[11,"serialize","","",54,[[],["result",4]]],[11,"serialize","","",31,[[],["result",4]]],[11,"serialize","","",30,[[],["result",4]]],[11,"serialize","","",28,[[],["result",4]]],[11,"serialize","","",29,[[],["result",4]]],[11,"serialize","","",33,[[],["result",4]]],[11,"serialize","","",34,[[],["result",4]]],[11,"serialize","map_model::osm","",77,[[],["result",4]]],[11,"serialize","","",78,[[],["result",4]]],[11,"serialize","","",79,[[],["result",4]]],[11,"serialize","","",81,[[],["result",4]]],[11,"serialize","map_model::pathfind::ch","",83,[[],["result",4]]],[11,"serialize","map_model::pathfind::driving","",84,[[],["result",4]]],[11,"serialize","","",85,[[],["result",4]]],[11,"serialize","map_model::pathfind::node_map","",86,[[],["result",4]]],[11,"serialize","map_model","",35,[[],["result",4]]],[11,"serialize","","",36,[[],["result",4]]],[11,"serialize","map_model::pathfind::walking","",87,[[],["result",4]]],[11,"serialize","","",88,[[],["result",4]]],[11,"serialize","map_model","",57,[[],["result",4]]],[11,"serialize","","",38,[[],["result",4]]],[11,"serialize","","",56,[[],["result",4]]],[11,"serialize","","",39,[[],["result",4]]],[11,"serialize","map_model::pathfind","",82,[[],["result",4]]],[11,"serialize","map_model::raw","",89,[[],["result",4]]],[11,"serialize","","",90,[[],["result",4]]],[11,"serialize","","",91,[[],["result",4]]],[11,"serialize","","",92,[[],["result",4]]],[11,"serialize","","",93,[[],["result",4]]],[11,"serialize","","",94,[[],["result",4]]],[11,"serialize","","",95,[[],["result",4]]],[11,"serialize","","",99,[[],["result",4]]],[11,"serialize","","",100,[[],["result",4]]],[11,"serialize","","",97,[[],["result",4]]],[11,"serialize","","",98,[[],["result",4]]],[11,"serialize","map_model","",40,[[],["result",4]]],[11,"serialize","","",58,[[],["result",4]]],[11,"serialize","","",41,[[],["result",4]]],[11,"enum_into_u32","","",56,[[]]],[11,"enum_from_u32","","",56,[[]]],[11,"serialize","","",56,[[["serializer",8],["enumset",3],["pathconstraints",4]],["result",4]]],[11,"deserialize","","",56,[[["deserializer",8]],[["enumset",3],["result",4]]]]],"p":[[3,"City"],[3,"EditEffects"],[3,"EditRoad"],[3,"MapEdits"],[3,"PermanentMapEdits"],[3,"MapConfig"],[3,"Area"],[3,"AreaID"],[3,"Building"],[3,"BuildingID"],[3,"NamePerLanguage"],[3,"BusRoute"],[3,"BusRouteID"],[3,"BusStop"],[3,"BusStopID"],[3,"Intersection"],[3,"IntersectionID"],[3,"Lane"],[3,"LaneID"],[3,"ParkingLot"],[3,"ParkingLotID"],[3,"DirectedRoadID"],[3,"Road"],[3,"RoadID"],[3,"ControlStopSign"],[3,"RoadWithStopSign"],[3,"ControlTrafficSignal"],[3,"Stage"],[3,"CompressedMovementID"],[3,"Movement"],[3,"MovementID"],[3,"Turn"],[3,"TurnID"],[3,"AccessRestrictions"],[3,"Zone"],[3,"IntersectionCluster"],[3,"UberTurn"],[3,"UberTurnGroup"],[3,"Path"],[3,"PathRequest"],[3,"Position"],[3,"Map"],[4,"EditCmd"],[13,"ChangeRoad"],[13,"ChangeIntersection"],[13,"ChangeRouteSchedule"],[4,"EditIntersection"],[4,"AreaType"],[4,"BuildingType"],[4,"OffstreetParking"],[4,"IntersectionType"],[4,"LaneType"],[4,"Direction"],[4,"PhaseType"],[4,"TurnPriority"],[4,"TurnType"],[4,"PathConstraints"],[4,"PathStep"],[4,"Traversable"],[3,"OriginalLane"],[3,"ChangeLaneType"],[3,"ReverseLane"],[3,"ChangeSpeedLimit"],[3,"ChangeAccessRestrictions"],[4,"PermanentEditIntersection"],[13,"StopSign"],[4,"PermanentEditCmd"],[13,"ChangeRoad"],[13,"ChangeIntersection"],[13,"ChangeRouteSchedule"],[3,"InitialMap"],[3,"Road"],[3,"Intersection"],[3,"Piece"],[3,"LaneSpec"],[3,"Partition"],[3,"Matcher"],[3,"NodeID"],[3,"WayID"],[3,"RelationID"],[4,"RoadRank"],[4,"OsmID"],[4,"Pathfinder"],[3,"ContractionHierarchyPathfinder"],[3,"VehiclePathfinder"],[4,"Node"],[3,"NodeMap"],[3,"SidewalkPathfinder"],[4,"WalkingNode"],[3,"RawMap"],[3,"OriginalRoad"],[3,"RawRoad"],[3,"RawIntersection"],[3,"RawBuilding"],[3,"RawArea"],[3,"RawParkingLot"],[3,"TurnRestriction"],[3,"RawBusRoute"],[3,"RawBusStop"],[4,"RestrictionType"],[4,"DrivingSide"]]},\
diff --git a/rustdoc/source-files.js b/rustdoc/source-files.js
index 4508784756..3595a12594 100644
--- a/rustdoc/source-files.js
+++ b/rustdoc/source-files.js
@@ -7,7 +7,7 @@ sourcesIndex["geojson_to_osmosis"] = {"name":"","files":["geojson_to_osmosis.rs"
 sourcesIndex["geom"] = {"name":"","files":["angle.rs","bounds.rs","circle.rs","distance.rs","duration.rs","find_closest.rs","gps.rs","lib.rs","line.rs","percent.rs","polygon.rs","polyline.rs","pt.rs","ring.rs","speed.rs","stats.rs","time.rs"]};
 sourcesIndex["headless"] = {"name":"","files":["main.rs"]};
 sourcesIndex["import_traffic"] = {"name":"","files":["import_traffic.rs"]};
-sourcesIndex["importer"] = {"name":"","files":["berlin.rs","configuration.rs","dependencies.rs","krakow.rs","main.rs","seattle.rs","tel_aviv.rs","utils.rs","xian.rs"]};
+sourcesIndex["importer"] = {"name":"","files":["berlin.rs","configuration.rs","dependencies.rs","krakow.rs","london.rs","main.rs","seattle.rs","tel_aviv.rs","utils.rs","xian.rs"]};
 sourcesIndex["kml"] = {"name":"","files":["lib.rs"]};
 sourcesIndex["map_editor"] = {"name":"","files":["main.rs","model.rs","world.rs"]};
 sourcesIndex["map_model"] = {"name":"","dirs":[{"name":"edits","files":["compat.rs","mod.rs","perma.rs"]},{"name":"make","dirs":[{"name":"initial","files":["geometry.rs","lane_specs.rs","mod.rs"]}],"files":["bridges.rs","buildings.rs","mod.rs","parking_lots.rs","remove_disconnected.rs","traffic_signals.rs","transit.rs","turns.rs","walking_turns.rs"]},{"name":"objects","files":["area.rs","building.rs","bus_stop.rs","intersection.rs","lane.rs","mod.rs","parking_lot.rs","road.rs","stop_signs.rs","traffic_signals.rs","turn.rs","zone.rs"]},{"name":"pathfind","files":["ch.rs","dijkstra.rs","driving.rs","mod.rs","node_map.rs","uber_turns.rs","walking.rs"]}],"files":["city.rs","connectivity.rs","lib.rs","map.rs","osm.rs","raw.rs","traversable.rs"]};
diff --git a/rustdoc/src/game/helpers.rs.html b/rustdoc/src/game/helpers.rs.html
index 4ade36b904..61c5c23681 100644
--- a/rustdoc/src/game/helpers.rs.html
+++ b/rustdoc/src/game/helpers.rs.html
@@ -286,6 +286,7 @@
 286
 287
 288
+289
 
 use crate::app::{App, PerMap};
 use geom::{Duration, Pt2D};
@@ -384,6 +385,7 @@
         // Outside Seattle
         "berlin_center" => "Berlin (city center)",
         "krakow_center" => "Kraków (city center)",
+        "southbank" => "London (Southbank)",
         "tel_aviv" => "Tel Aviv",
         "xian" => "Xi'an",
         _ => name,
diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-3c7487281029702d/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-3c7487281029702d/out/built.rs.html
index a2cd332a36..fefa5f1324 100644
--- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-3c7487281029702d/out/built.rs.html
+++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-3c7487281029702d/out/built.rs.html
@@ -111,7 +111,7 @@
 /// The output of `rustdoc -V`
 pub const RUSTDOC_VERSION: &str = "rustdoc 1.46.0 (04488afe3 2020-08-24)";
 /// The built-time in RFC2822, UTC
-pub const BUILT_TIME_UTC: &str = "Thu, 03 Sep 2020 23:03:11 +0000";
+pub const BUILT_TIME_UTC: &str = "Thu, 03 Sep 2020 23:25:13 +0000";
 /// The target architecture, given by `cfg!(target_arch)`.
 pub const CFG_TARGET_ARCH: &str = "x86_64";
 /// The endianness, given by `cfg!(target_endian)`.
diff --git a/rustdoc/src/importer/london.rs.html b/rustdoc/src/importer/london.rs.html
new file mode 100644
index 0000000000..a9a641490a
--- /dev/null
+++ b/rustdoc/src/importer/london.rs.html
@@ -0,0 +1,95 @@
+london.rs.html -- source
 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+
+use crate::configuration::ImporterConfiguration;
+use crate::utils::{download, osmconvert};
+
+fn input(config: &ImporterConfiguration) {
+    download(
+        config,
+        "input/london/osm/greater-london-latest.osm.pbf",
+        "http://download.geofabrik.de/europe/great-britain/england/greater-london-latest.osm.pbf",
+    );
+}
+
+pub fn osm_to_raw(name: &str, timer: &mut abstutil::Timer, config: &ImporterConfiguration) {
+    input(config);
+    osmconvert(
+        "input/london/osm/greater-london-latest.osm.pbf",
+        format!("input/london/polygons/{}.poly", name),
+        format!("input/london/osm/{}.osm", name),
+        config,
+    );
+
+    let map = convert_osm::convert(
+        convert_osm::Options {
+            osm_input: abstutil::path(format!("input/london/osm/{}.osm", name)),
+            city_name: "london".to_string(),
+            name: name.to_string(),
+
+            clip: Some(abstutil::path(format!(
+                "input/london/polygons/{}.poly",
+                name
+            ))),
+            map_config: map_model::MapConfig {
+                driving_side: map_model::raw::DrivingSide::Left,
+                bikes_can_use_bus_lanes: true,
+            },
+
+            onstreet_parking: convert_osm::OnstreetParking::JustOSM,
+            public_offstreet_parking: convert_osm::PublicOffstreetParking::None,
+            private_offstreet_parking: convert_osm::PrivateOffstreetParking::FixedPerBldg(10),
+            elevation: None,
+            include_railroads: true,
+        },
+        timer,
+    );
+    let output = abstutil::path(format!("input/raw_maps/{}.bin", name));
+    abstutil::write_binary(output, &map);
+}
+
+
\ No newline at end of file diff --git a/rustdoc/src/importer/main.rs.html b/rustdoc/src/importer/main.rs.html index 6513aa213f..4c548139d9 100644 --- a/rustdoc/src/importer/main.rs.html +++ b/rustdoc/src/importer/main.rs.html @@ -229,11 +229,14 @@ 229 230 231 +232 +233
 mod berlin;
 mod configuration;
 mod dependencies;
 mod krakow;
+mod london;
 mod seattle;
 #[cfg(feature = "scenarios")]
 mod soundcast;
@@ -359,6 +362,7 @@
             match job.city.as_ref() {
                 "berlin" => berlin::osm_to_raw(&name, &mut timer, &config),
                 "krakow" => krakow::osm_to_raw(&name, &mut timer, &config),
+                "london" => london::osm_to_raw(&name, &mut timer, &config),
                 "seattle" => seattle::osm_to_raw(&name, &mut timer, &config),
                 "tel_aviv" => tel_aviv::osm_to_raw(&name, &mut timer, &config),
                 "xian" => xian::osm_to_raw(&name, &mut timer, &config),
diff --git a/rustdoc/src/updater/main.rs.html b/rustdoc/src/updater/main.rs.html
index d08abb958f..de699b9b0a 100644
--- a/rustdoc/src/updater/main.rs.html
+++ b/rustdoc/src/updater/main.rs.html
@@ -508,6 +508,7 @@
 508
 509
 510
+511
 
 use std::collections::BTreeMap;
 use std::error::Error;
@@ -779,6 +780,7 @@
                 "berlin" => map == "berlin_center",
                 "xian" => map == "xian",
                 "tel_aviv" => map == "tel_aviv",
+                "london" => map == "southbank",
                 _ => panic!("Unknown city {}. Check your data/config", city),
             }
         }
diff --git a/rustdoc/updater/fn.basename.html b/rustdoc/updater/fn.basename.html
index 98c592b849..aae46402f6 100644
--- a/rustdoc/updater/fn.basename.html
+++ b/rustdoc/updater/fn.basename.html
@@ -1 +1 @@
-updater::basename - Rust

[][src]Function updater::basename

fn basename(path: &str) -> String
\ No newline at end of file +updater::basename - Rust

[][src]Function updater::basename

fn basename(path: &str) -> String
\ No newline at end of file diff --git a/rustdoc/updater/fn.curl.html b/rustdoc/updater/fn.curl.html index 59c930330f..124b1ee378 100644 --- a/rustdoc/updater/fn.curl.html +++ b/rustdoc/updater/fn.curl.html @@ -1 +1 @@ -updater::curl - Rust

[][src]Function updater::curl

async fn curl(entry: Entry) -> Result<(), Box<dyn Error>>
\ No newline at end of file +updater::curl - Rust

[][src]Function updater::curl

async fn curl(entry: Entry) -> Result<(), Box<dyn Error>>
\ No newline at end of file diff --git a/rustdoc/updater/fn.rm.html b/rustdoc/updater/fn.rm.html index 59cf8976cc..bf875eb3e1 100644 --- a/rustdoc/updater/fn.rm.html +++ b/rustdoc/updater/fn.rm.html @@ -1 +1 @@ -updater::rm - Rust

[][src]Function updater::rm

fn rm(path: &str)
\ No newline at end of file +updater::rm - Rust

[][src]Function updater::rm

fn rm(path: &str)
\ No newline at end of file diff --git a/rustdoc/updater/fn.run.html b/rustdoc/updater/fn.run.html index fdede37aad..f7dd9295a1 100644 --- a/rustdoc/updater/fn.run.html +++ b/rustdoc/updater/fn.run.html @@ -1 +1 @@ -updater::run - Rust

[][src]Function updater::run

fn run(cmd: &mut Command) -> String
\ No newline at end of file +updater::run - Rust

[][src]Function updater::run

fn run(cmd: &mut Command) -> String
\ No newline at end of file diff --git a/rustdoc/updater/fn.unzip.html b/rustdoc/updater/fn.unzip.html index 4d836d828c..a4eec914bd 100644 --- a/rustdoc/updater/fn.unzip.html +++ b/rustdoc/updater/fn.unzip.html @@ -1 +1 @@ -updater::unzip - Rust

[][src]Function updater::unzip

fn unzip(path: &str)
\ No newline at end of file +updater::unzip - Rust

[][src]Function updater::unzip

fn unzip(path: &str)
\ No newline at end of file diff --git a/rustdoc/updater/index.html b/rustdoc/updater/index.html index b9f7b55886..244f6818af 100644 --- a/rustdoc/updater/index.html +++ b/rustdoc/updater/index.html @@ -1,4 +1,4 @@ -updater - Rust

[][src]Crate updater

Structs

+updater - Rust

[][src]Crate updater

Structs

Cities
Entry
Manifest

Constants

MD5_BUF_READ_SIZE
TMP_DOWNLOAD_NAME

Functions

basename
check_links
curl
download
just_compare
main
rm
run
unzip
upload
\ No newline at end of file diff --git a/rustdoc/updater/struct.Cities.html b/rustdoc/updater/struct.Cities.html index 284576aede..9f75e58e89 100644 --- a/rustdoc/updater/struct.Cities.html +++ b/rustdoc/updater/struct.Cities.html @@ -1,8 +1,8 @@ -updater::Cities - Rust

[][src]Struct updater::Cities

struct Cities {
+updater::Cities - Rust

[][src]Struct updater::Cities

struct Cities {
     runtime: Vec<String>,
     input: Vec<String>,
 }

- Fields

runtime: Vec<String>input: Vec<String>

Implementations

impl Cities[src]

Auto Trait Implementations

impl RefUnwindSafe for Cities

impl Send for Cities

impl Sync for Cities

impl Unpin for Cities

impl UnwindSafe for Cities

Blanket Implementations

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