From 110f8c6fd9e7761846e9a743350eb1ed2d345ea1 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Sat, 22 Aug 2015 20:45:53 -0400 Subject: [PATCH] Minor doc/formatting tweaks. --- Source/Scene/UrlTemplateImageryProvider.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/Scene/UrlTemplateImageryProvider.js b/Source/Scene/UrlTemplateImageryProvider.js index add433a747cc..7f78c0e97f5a 100644 --- a/Source/Scene/UrlTemplateImageryProvider.js +++ b/Source/Scene/UrlTemplateImageryProvider.js @@ -62,7 +62,7 @@ define([ *
  • {s}: One of the available subdomains, used to overcome browser limits on the number of simultaneous requests per host.
  • *
  • {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 level of the tile in the tiling scheme. Level zero is the maximum level of the quadtree pyramid. In order to use reverseZ, maximumLevel must be defined
  • + *
  • {reverseZ}: The level of the tile in the tiling scheme, where level zero is the maximum level of the quadtree pyramid. In order to use reverseZ, maximumLevel must be defined.
  • *
  • {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.
  • @@ -202,7 +202,7 @@ define([ *
  • {s}: One of the available subdomains, used to overcome browser limits on the number of simultaneous requests per host.
  • *
  • {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 level of the tile in the tiling scheme. Level zero is the maximum level of the quadtree pyramid. In order to use reverseZ, maximumLevel must be defined
  • + *
  • {reverseZ}: The level of the tile in the tiling scheme, where level zero is the maximum level of the quadtree pyramid. In order to use reverseZ, maximumLevel must be defined.
  • *
  • {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.
  • @@ -601,8 +601,8 @@ define([ } function reverseZTag(imageryProvider, x, y, level) { - var maximumLevel=imageryProvider.maximumLevel; - return (defined(maximumLevel) && level