fn load_objects( app: &App, file: Option<(String, Vec<u8>)>, dump_clipped_shapes: bool, timer: &mut Timer<'_>, ) -> (String, Vec<Object>)
Loads and clips objects to the current map. Also returns the dataset name.