Skip to content

Commit 54e7aba

Browse files
committed
Fix documentation for {y} and {reverseY}
See #1183
1 parent 6fef836 commit 54e7aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CesiumRasterOverlays/include/CesiumRasterOverlays/UrlTemplateRasterOverlay.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ class CESIUMRASTEROVERLAYS_API UrlTemplateRasterOverlay final
8484
*
8585
* The following template parameters are supported in `url`:
8686
* - `{x}` - The tile X coordinate in the tiling scheme, where 0 is the westernmost tile.
87-
* - `{y}` - The tile Y coordinate in the tiling scheme, where 0 is the nothernmost tile.
87+
* - `{y}` - The tile Y coordinate in the tiling scheme, where 0 is the southernmost tile.
8888
* - `{z}` - The level of the tile in the tiling scheme, where 0 is the root of the quadtree pyramid.
8989
* - `{reverseX}` - The tile X coordinate in the tiling scheme, where 0 is the easternmost tile.
90-
* - `{reverseY}` - The tile Y coordinate in the tiling scheme, where 0 is the southernmost tile.
90+
* - `{reverseY}` - The tile Y coordinate in the tiling scheme, where 0 is the northernmost tile.
9191
* - `{reverseZ}` - The tile Z coordinate in the tiling scheme, where 0 is equivalent to `urlTemplateOptions.maximumLevel`.
9292
* - `{westDegrees}` - The western edge of the tile in geodetic degrees.
9393
* - `{southDegrees}` - The southern edge of the tile in geodetic degrees.

0 commit comments

Comments
 (0)