Skip to content

Commit

Permalink
Add {westDegrees} to doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Jan 9, 2025
1 parent d45c2f9 commit 064b74e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class CESIUMRASTEROVERLAYS_API UrlTemplateRasterOverlay final
* - `{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.
* - `{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.
* - `{eastDegrees}` - The eastern edge of the tile in geodetic degrees.
* - `{northDegrees}` - The northern edge of the tile in geodetic degrees.
Expand Down

0 comments on commit 064b74e

Please sign in to comment.