File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments