Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ class CESIUMRASTEROVERLAYS_API UrlTemplateRasterOverlay final
*
* The following template parameters are supported in `url`:
* - `{x}` - The tile X coordinate in the tiling scheme, where 0 is the westernmost tile.
* - `{y}` - The tile Y coordinate in the tiling scheme, where 0 is the nothernmost tile.
* - `{y}` - The tile Y coordinate in the tiling scheme, where 0 is the southernmost tile.
* - `{z}` - The level of the tile in the tiling scheme, where 0 is the root of the quadtree pyramid.
* - `{reverseX}` - The tile X coordinate in the tiling scheme, where 0 is the easternmost tile.
* - `{reverseY}` - The tile Y coordinate in the tiling scheme, where 0 is the southernmost tile.
* - `{reverseY}` - The tile Y coordinate in the tiling scheme, where 0 is the northernmost tile.
* - `{reverseZ}` - The tile Z coordinate in the tiling scheme, where 0 is equivalent to `urlTemplateOptions.maximumLevel`.
* - `{westDegrees}` - The western edge of the tile in geodetic degrees.
* - `{southDegrees}` - The southern edge of the tile in geodetic degrees.
Expand Down
Loading