wxbox/crates/client/src/map/osm.rs
core a4b72133ec
Some checks failed
build and test / wxbox - latest (push) Failing after 37m56s
Verify Latest Dependencies / Verify Latest Dependencies (push) Successful in 38m20s
client rendering work
2025-03-07 11:31:46 -05:00

6 lines
No EOL
146 B
Rust

use crate::map::tiles::LayerSource;
pub struct OSMBaselayer;
impl LayerSource for OSMBaselayer {
const SOURCE_ID: u64 = 0x572dd260332d5f7f;
}