diff --git a/CesiumRasterOverlays/include/CesiumRasterOverlays/UrlTemplateRasterOverlay.h b/CesiumRasterOverlays/include/CesiumRasterOverlays/UrlTemplateRasterOverlay.h index 52d8650fd..5c6d6e543 100644 --- a/CesiumRasterOverlays/include/CesiumRasterOverlays/UrlTemplateRasterOverlay.h +++ b/CesiumRasterOverlays/include/CesiumRasterOverlays/UrlTemplateRasterOverlay.h @@ -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.