From 53168a687a1415903ce028c52191f55ea37713ff Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Fri, 2 Mar 2018 14:04:54 +0100 Subject: [PATCH 1/3] Copy olcs.css to dist --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ada109706..f73ac1542 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ cleanall: clean cp -R node_modules/@camptocamp/cesium/Build/CesiumUnminified dist/ cp -R examples dist/ cp node_modules/openlayers/css/ol.css dist/ + cp css/olcs.css dist/ $(SEDI) 'sYDIST = falseYDIST = trueY' dist/examples/inject_ol_cesium.js $(SEDI) 'sY@loaderYolcesium.jsY' dist/examples/inject_ol_cesium.js $(SEDI) 'sY../node_modules/@camptocamp/cesium/Build/Y../Y' dist/examples/inject_ol_cesium.js From f2a80ccaa46a9058b6f9b47cf0149fbddf9ff8b3 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Fri, 2 Mar 2018 14:05:04 +0100 Subject: [PATCH 2/3] Update Cesium version --- CHANGES.md | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f395d58e3..a6d296035 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -# v 1.35 +# v 1.35 - 2018-03-02 * Changes * Implement stacked ground corridors to improve the rendering of lines on @@ -9,6 +9,7 @@ to the corridor. * Implement basic support for transformation to Cesium Model. It allows applications to notably implement arrows along a line clamped on terrain. + * Port to Cesium 1.43. # v 1.34 - 2018-01-24 diff --git a/package.json b/package.json index 43859c763..3fc8a03bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol-cesium", - "version": "1.34.0", + "version": "1.35.0", "description": "OpenLayers Cesium integration library", "scripts": {}, "main": "./dist/olcesium.js", @@ -17,7 +17,7 @@ "htmlparser2": "3.9.2" }, "devDependencies": { - "@camptocamp/cesium": "1.41.0", + "@camptocamp/cesium": "1.43.0", "@camptocamp/closure-util": "1.27.0", "@mapbox/geojsonhint": "2.0.1", "eslint": "4.16.0", From 17f243ae086f848bcd06133791fb5c41b8f6e1f3 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Fri, 2 Mar 2018 14:53:01 +0100 Subject: [PATCH 3/3] Bump Cesium patch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fc8a03bf..3440e0623 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "htmlparser2": "3.9.2" }, "devDependencies": { - "@camptocamp/cesium": "1.43.0", + "@camptocamp/cesium": "1.43.1", "@camptocamp/closure-util": "1.27.0", "@mapbox/geojsonhint": "2.0.1", "eslint": "4.16.0",