mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Remove unused example
This commit is contained in:
parent
c77b26bcf4
commit
34b212e609
@ -1,14 +0,0 @@
|
|||||||
use crate::io::worker_loop::WorkerLoop;
|
|
||||||
|
|
||||||
pub const MUNICH_X: u32 = 0;
|
|
||||||
pub const MUNICH_Y: u32 = 0;
|
|
||||||
pub const MUNICH_Z: u8 = 0;
|
|
||||||
|
|
||||||
pub fn fetch_munich_tiles(worker_loop: &mut WorkerLoop) {
|
|
||||||
// This size matches the amount of tiles which are loaded on zoom 15 on FHD
|
|
||||||
for x in 0..8 {
|
|
||||||
for y in 0..5 {
|
|
||||||
worker_loop.try_fetch((MUNICH_X + x, MUNICH_Y + y, MUNICH_Z).into())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -11,5 +11,4 @@ pub mod io;
|
|||||||
pub mod main_loop;
|
pub mod main_loop;
|
||||||
|
|
||||||
// Used for benchmarking
|
// Used for benchmarking
|
||||||
pub mod example;
|
|
||||||
pub mod tesselation;
|
pub mod tesselation;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user