2016年5月31日火曜日

OL3-Cesium v1.16 がリリースされました

2016.5.30 に OL3-Cesium v1.16 がリリースされました。

Release 1.16 based on OL 3.16.0 and Cesium 1.21. See CHANGES.md.
Add support for drawing Cesium rectangles and going through a proxy.

Cesium 四角形描画とプロキシ通過をサポートを追加します。

ol3-cesium/CHANGES.md at master - openlayers/ol3-cesium GitHub
(https://github.com/openlayers/ol3-cesium/blob/master/CHANGES.md)より

Changelog
v 1.16 - 2016-05-30
Changes

○ Switch to eslint.
○ Update npm dependencies.
○ Port to Cesium 1.21.
○ Port to OL 3.16.0.

○ Add support for drawing rectangles according to the longitude and latitude curves instead of straight lines. This functionality can be activated by setting the olcs.polygon_kind property to 'rectangle' on the OpenLayers geometry.
直線の代わりに、経度と緯度のカーブに応じた四角形の描画のサポートを追加します。この機能は、OpenLayers ジオメトリ上の「長方形」に olcs.polygon_kind プロパティを設定することによって活性化することができます。

○ Add support to set a proxy for Cesium to load layer not accessible due to missing CORS headers (eg. when user can't modify configuration of the mapservice used). This functionality can be activated by setting the olcs.proxy property to the OpenLayers source.
CORSヘッダの欠落が原因でアクセスできないレイヤをロードするために Cesium にプロキシを設定するサポートを追加します(例えば、ユーザが、使用されるマップサービスの設定を変更できない場合)。この機能は、OpenLayers のソースに olcs.proxy プロパティを設定することによって活性化することができます。

0 件のコメント: