mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Call tile_unavailable if request fails
This commit is contained in:
parent
4849718ca8
commit
2f517cce6b
@ -81,7 +81,7 @@ pub mod scheduler {
|
||||
.process_tile(request_id, data.into_boxed_slice())
|
||||
.unwrap();
|
||||
} else {
|
||||
// TODO Error
|
||||
state.tile_unavailable(request_id).unwrap();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user