Skip to content

Commit

Permalink
Add other main changes to CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Jan 20, 2015
1 parent 55cf0fa commit d2edb84
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

## v1.1 - 2015-01-20

### Breaking changes

* The `olcs.OLCesium` constructor signature has changed. Use
`new olcs.OLCesium({map: map, target: target});` instead of `new olcs.OLCesium(map, target);`
* 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

## v1.0.0 - 2014-11-17

0 comments on commit d2edb84

Please sign in to comment.