Home
last modified time | relevance | path

Searched defs:WayID (Results 1 – 7 of 7) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/devtools/
H A Dmapping.rs55 data: BTreeMap<WayID, Value>, in make()
406 data: BTreeMap<WayID, Value>, in new()
512 fn generate_osmc(_: &BTreeMap<WayID, Value>, _: bool, _: &mut Timer) -> Result<(), Box<dyn Error>> { in generate_osmc()
520 data: &BTreeMap<WayID, Value>, in generate_osmc()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/
H A Dosm.rs54 pub struct WayID(pub i64); struct
63 impl fmt::Display for WayID { implementation
H A Draw.rs124 pub fn new_osm_way_id(&self, start: i64) -> osm::WayID { in new_osm_way_id()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/convert_osm/src/
H A Dextract.rs533 ) -> Vec<(WayID, Vec<Pt2D>)> { in get_multipolygon_members()
550 mut pts_per_way: Vec<(WayID, Vec<Pt2D>)>, in glue_multipolygon()
H A Dtransit.rs148 fn glue_route(all_ways: Vec<WayID>, doc: &Document) -> Result<Vec<NodeID>, String> { in glue_route()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/garden/garden_webservices/
H A Dosm_import.cpp287 for(int i=0, WayID; i<Root.Get_Children_Count(); i++) in Load_Ways() local
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/make/
H A Dparking_lots.rs13 aisles: &Vec<(osm::WayID, Vec<Pt2D>)>, in make_all_parking_lots()