Skip to content

Commit d2edb84

Browse files
committed
Add other main changes to CHANGES.md
1 parent 55cf0fa commit d2edb84

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGES.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## v1.1 - 2015-01-20
44

5-
### Breaking changes
6-
7-
* The `olcs.OLCesium` constructor signature has changed. Use
8-
`new olcs.OLCesium({map: map, target: target});` instead of `new olcs.OLCesium(map, target);`
5+
* Breaking changes
6+
* The `olFeatureId` has been removed from the picked Cesium counterpart.
7+
Use directly `olFeature` as illustrated in the synthetic vector examples.
8+
* The `olcs.OLCesium` constructor signature has changed. Use
9+
`new olcs.OLCesium({map: map, target: target});` instead of `new olcs.OLCesium(map, target);`
10+
* Custom synchronizer function may be passed to the OLCesium constructor
11+
* Core functions for implementing custom 2D-3D transitions à la Google Map
12+
* Store the `ol.Feature` in the Cesium counterpart instead of an id.
13+
Use `primitive.olFeature` to read it after picking. See the synthetic vector examples.
14+
* Allow 3D warmup while displaying the 2D map
915

1016
## v1.0.0 - 2014-11-17

0 commit comments

Comments
 (0)