diff --git a/maplibre/src/coords.rs b/maplibre/src/coords.rs index e0249b492..36a6132ba 100644 --- a/maplibre/src/coords.rs +++ b/maplibre/src/coords.rs @@ -59,7 +59,7 @@ impl fmt::Debug for Quadkey { } } -/// `Zoom` is an exponential scale that defines of the camera and tiles. +/// `Zoom` is an exponential scale that defines the zoom of the camera on the map. /// We can derive the `ZoomLevel` from `Zoom` by using the `[crate::coords::ZOOM_BOUNDS]`. #[derive(Copy, Clone, Debug)] pub struct Zoom(f64); diff --git a/maplibre/src/io/shared_thread_state.rs b/maplibre/src/io/shared_thread_state.rs index 820891e21..97e9fdeba 100644 --- a/maplibre/src/io/shared_thread_state.rs +++ b/maplibre/src/io/shared_thread_state.rs @@ -1,4 +1,3 @@ - //! Shared thread state. use crate::coords::{WorldCoords, WorldTileCoords, Zoom};