You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Source/Scene/TimeDynamicImagery.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ define([
25
25
* @constructor
26
26
*
27
27
* @param {Object} options Object with the following properties:
28
-
* @param {Clock} options.clock A Clock instance that is used when determining the value for the time dimension. Required when options.times is specified.
29
-
* @param {TimeIntervalCollection} options.times TimeIntervalCollection with its data property being an object containing time dynamic dimension and their values.
28
+
* @param {Clock} options.clock A Clock instance that is used when determining the value for the time dimension. Required when <code>options.times</code> is specified.
29
+
* @param {TimeIntervalCollection} options.times TimeIntervalCollection with its <code>data</code> property being an object containing time dynamic dimension and their values.
30
30
* @param {Function} options.requestImageFunction A function that will request imagery tiles.
31
31
* @param {Function} options.reloadFunction A function that will be called when all imagery tiles need to be reloaded.
Copy file name to clipboardexpand all lines: Source/Scene/WebMapTileServiceImageryProvider.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ define([
53
53
* @param {String} options.tileMatrixSetID The identifier of the TileMatrixSet to use for WMTS requests.
54
54
* @param {Array} [options.tileMatrixLabels] A list of identifiers in the TileMatrix to use for WMTS requests, one per TileMatrix level.
55
55
* @param {Clock} [options.clock] A Clock instance that is used when determining the value for the time dimension. Required when options.times is specified.
56
-
* @param {TimeIntervalCollection} [options.times] TimeIntervalCollection with its data property being an object containing time dynamic dimension and their values.
56
+
* @param {TimeIntervalCollection} [options.times] TimeIntervalCollection with its <code>data</code> property being an object containing time dynamic dimension and their values.
57
57
* @param {Object} [options.dimensions] A object containing static dimensions and their values.
58
58
* @param {Number} [options.tileWidth=256] The tile width in pixels.
59
59
* @param {Number} [options.tileHeight=256] The tile height in pixels.
0 commit comments