|
|
@@ -155,8 +155,8 @@ impl SubTileCoord {
|
|
155
|
155
|
}
|
|
156
|
156
|
|
|
157
|
157
|
/// A tile position in a tile pyramid.
|
|
158
|
|
-/// Each zoom level has 2^zoom by 2^zoom tiles.
|
|
159
|
|
-/// `x` and `y` are allowed to be negative or >= 2^zoom but then they will not correspond to a tile
|
|
|
158
|
+/// Each zoom level has 2<sup>zoom</sup> by 2<sup>zoom</sup> tiles.
|
|
|
159
|
+/// `x` and `y` are allowed to be negative or >= 2<sup>zoom</sup> but then they will not correspond to a tile
|
|
160
|
160
|
/// and `is_on_planet` will return false.
|
|
161
|
161
|
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
|
|
162
|
162
|
pub struct TileCoord {
|