docs: Add Documentation on the Map Projection / CRS (#2324)

This commit is contained in:
Colton Loftus
2026-01-05 05:31:10 +00:00
committed by GitHub
parent 1e0ab0c549
commit 53d925a8ab

View File

@@ -31,7 +31,7 @@ impl MapResolution {
} }
} }
/// A world map /// A world map. It represents the world using the [EPSG:4326 coordinate reference system](https://en.wikipedia.org/wiki/EPSG_Geodetic_Parameter_Dataset).
/// ///
/// A world map can be rendered with different [resolutions](MapResolution) and [colors](Color). /// A world map can be rendered with different [resolutions](MapResolution) and [colors](Color).
#[derive(Debug, Default, Clone, Eq, PartialEq, Hash)] #[derive(Debug, Default, Clone, Eq, PartialEq, Hash)]