mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix derive
This commit is contained in:
parent
30c4f93249
commit
ba2fa3db5f
@ -16,7 +16,7 @@ pub const EXTENT: f64 = EXTENT_UINT as f64;
|
|||||||
/// # Coordinate System Origin
|
/// # Coordinate System Origin
|
||||||
///
|
///
|
||||||
/// For Web Mercator the origin of the coordinate system is in the upper-left corner.
|
/// For Web Mercator the origin of the coordinate system is in the upper-left corner.
|
||||||
#[derive(Clone, Copy, Debug, Hash, std::cmp::Eq, std::cmp::PartialEq)]
|
#[derive(Clone, Copy, Debug, Hash, std::cmp::Eq, std::cmp::PartialEq, PartialOrd, Ord)]
|
||||||
pub struct TileCoords {
|
pub struct TileCoords {
|
||||||
pub x: u32,
|
pub x: u32,
|
||||||
pub y: u32,
|
pub y: u32,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user