mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix typo
This commit is contained in:
parent
f87f71d468
commit
6e3c91ab8e
@ -302,7 +302,7 @@ impl Scheduler {
|
||||
tile_request_state.finish_tile_request(request_id);
|
||||
}
|
||||
TessellateMessage::Layer(layer_result) => {
|
||||
self.tile_cache.put_tesselated_layer(layer_result);
|
||||
self.tile_cache.put_tessellated_layer(layer_result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,7 +16,7 @@ impl TileCache {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn put_tesselated_layer(&mut self, message: LayerTessellateMessage) {
|
||||
pub fn put_tessellated_layer(&mut self, message: LayerTessellateMessage) {
|
||||
if let Some(entry) = message
|
||||
.get_coords()
|
||||
.build_quad_key()
|
||||
|
||||
@ -508,8 +508,6 @@ impl RenderState {
|
||||
buffer,
|
||||
..
|
||||
} => {
|
||||
let _world_coords = coords;
|
||||
|
||||
let feature_metadata = layer_data
|
||||
.features()
|
||||
.iter()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user