-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from gberaudo/release_2015_01_20
Release 2015 01 20
- Loading branch information
Showing
4 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
# Changelog | ||
|
||
## v1.1.0 | ||
## v1.1 - 2015-01-20 | ||
|
||
### Breaking changes | ||
* Breaking changes | ||
* The `olFeatureId` has been removed from the picked Cesium counterpart. | ||
Use directly `olFeature` as illustrated in the synthetic vector examples. | ||
* The `olcs.OLCesium` constructor signature has changed. Use | ||
`new olcs.OLCesium({map: map, target: target});` instead of `new olcs.OLCesium(map, target);` | ||
* Custom synchronizer function may be passed to the OLCesium constructor | ||
* Core functions for implementing custom 2D-3D transitions à la Google Map | ||
* Store the `ol.Feature` in the Cesium counterpart instead of an id. | ||
Use `primitive.olFeature` to read it after picking. See the synthetic vector examples. | ||
* Allow 3D warmup while displaying the 2D map | ||
|
||
* The `olcs.OLCesium` constructor signature has changed. Use | ||
`new olcs.OLCesium({map: map, target: target});` instead of `new olcs.OLCesium(map, target);` | ||
## v1.0.0 - 2014-11-17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cesium
updated
from 9382cd to 1f7cf7
Submodule ol3
updated
from 13ce41 to 68438c