mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Increase example area
This commit is contained in:
parent
0b75e68d87
commit
07d9a6c655
@ -5,8 +5,8 @@ pub const MUNICH_Y: u32 = 11360;
|
|||||||
pub const MUNICH_Z: u8 = 15;
|
pub const MUNICH_Z: u8 = 15;
|
||||||
|
|
||||||
pub fn fetch_munich_tiles(cache: &Cache) {
|
pub fn fetch_munich_tiles(cache: &Cache) {
|
||||||
for x in 0..15 {
|
for x in 0..25 {
|
||||||
for y in 0..15 {
|
for y in 0..25 {
|
||||||
cache.fetch((MUNICH_X + x, MUNICH_Y + y, MUNICH_Z).into())
|
cache.fetch((MUNICH_X + x, MUNICH_Y + y, MUNICH_Z).into())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user