mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-23 17:07:12 +03:00
1 line
505 B
JavaScript
1 line
505 B
JavaScript
window.SIDEBAR_ITEMS = {"fn":[["load","Parses a .kml file and returns ExtraShapes. Objects will be clipped to the given gps_bounds. If require_all_pts_in_bounds is true, objects that’re partly out-of-bounds will be skipped."],["parse_pt",""],["recurse",""]],"struct":[["ExtraShape","A single object in the dataset."],["ExtraShapes","Some dataset imported from KML, CSV, or something else. If the dataset is large, converting to this format and serializing is faster than parsing the original again."]]}; |