From d2edb8424df91e9b4138786bfeea68bb582afa41 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Tue, 20 Jan 2015 13:37:07 +0100 Subject: [PATCH] Add other main changes to CHANGES.md --- CHANGES.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bbce4346c..9984aa0e9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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