File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
CesiumRasterOverlays/include/CesiumRasterOverlays Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments