Skip to content

Commit b5261e2

Browse files
committed
Merge pull request #2105 from AnalyticalGraphicsInc/versioning
Change version to 1.1
2 parents f793525 + 0ac478b commit b5261e2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Change Log
22
==========
33

4-
### 1.01 - 2014-09-01
4+
### 1.1 - 2014-09-02
55

66
* 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.
87
* 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.
98
* 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.
1013
* `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.
1315
* Fixed a bug that caused `SceneTransforms.wgs84ToWindowCoordinates` to incorrectly return `undefined` when in 2D.
1416
* 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.
1517
* 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.
1919

2020
### 1.0 - 2014-08-01
2121

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
<!-- Inputs -->
108108
<!-- this version should be set to the upcoming version, so it can be tagged without requiring a bump first -->
109-
<property name="version" value="1.0" />
109+
<property name="version" value="1.1" />
110110
<property name="sourceDirectory" location="Source" />
111111
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
112112
<property name="examplesDirectory" location="Examples" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Cesium is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"homepage": "http://cesiumjs.org",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)