|
1 | 1 | Change Log |
2 | 2 | ========== |
3 | 3 |
|
4 | | -### 1.01 - 2014-09-01 |
| 4 | +### 1.1 - 2014-09-02 |
5 | 5 |
|
6 | 6 | * Added a new imagery provider, `WebMapTileServiceImageryProvider`, for accessing tiles on a WMTS 1.0.0 server. |
7 | | -* Greatly improved the performance of time-varying polylines when using DataSources. |
8 | 7 | * Added an optional `pickFeatures` function to the `ImageryProvider` interface. With supporting imagery providers, such as `WebMapServiceImageryProvider`, it can be used to determine the rasterized features under a particular location. |
9 | 8 | * Added `ImageryLayerCollection.pickImageryLayerFeatures`. It determines the rasterized imagery layer features intersected by a given pick ray by querying supporting layers using `ImageryProvider.pickFeatures`. |
| 9 | +* Added `tileWidth`, `tileHeight`, `minimumLevel`, and `tilingScheme` parameters to the `WebMapServiceImageryProvider` constructor. |
| 10 | +* Added `id` property to `Scene` which is a readonly unique identifier associated with each instance. |
| 11 | +* Added `FeatureDetection.supportsWebWorkers`. |
| 12 | +* Greatly improved the performance of time-varying polylines when using DataSources. |
10 | 13 | * `viewerEntityMixin` now automatically queries for imagery layer features on click and shows their properties in the `InfoBox` panel. |
11 | | -* `WebMapServiceImageryProvider` now accepts `tileWidth`, `tileHeight`, `minimumLevel`, and `tilingScheme` parameters to its constructor. |
12 | | -* Fixed a bug in terrain and imagery loading that could cause a choppy, inconsistent frame rate when moving around the globe, especially on a faster internet connection. |
| 14 | +* Fixed a bug in terrain and imagery loading that could cause an inconsistent frame rate when moving around the globe, especially on a faster internet connection. |
13 | 15 | * Fixed a bug that caused `SceneTransforms.wgs84ToWindowCoordinates` to incorrectly return `undefined` when in 2D. |
14 | 16 | * Fixed a bug in `ImageryLayer` that caused layer images to be rendered twice for each terrain tile that existed prior to adding the imagery layer. |
15 | 17 | * Fixed a bug in `Camera.pickEllipsoid` that caused it to return the back side of the ellipsoid when near the surface. |
16 | | -* Added `FeatureDetection.supportsWebWorkers`. |
17 | | -* Added `id` property to `Scene` which is a readonly unique identifier associated with each instance. |
18 | | -* `loadWithXhr` now works with older browsers, such as Internet Explorer 9. |
| 18 | +* Fixed a bug which prevented `loadWithXhr` from working with older browsers, such as Internet Explorer 9. |
19 | 19 |
|
20 | 20 | ### 1.0 - 2014-08-01 |
21 | 21 |
|
|
0 commit comments