Skip to content

Commit

Permalink
Merge pull request #561 from openlayers/prepare_for_1.35
Browse files Browse the repository at this point in the history
Prepare for 1.35
  • Loading branch information
gberaudo authored Mar 2, 2018
2 parents 64f934c + 17f243a commit e189cdf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) '[email protected]' dist/examples/inject_ol_cesium.js
$(SEDI) 'sY../node_modules/@camptocamp/cesium/Build/Y../Y' dist/examples/inject_ol_cesium.js
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,7 +17,7 @@
"htmlparser2": "3.9.2"
},
"devDependencies": {
"@camptocamp/cesium": "1.41.0",
"@camptocamp/cesium": "1.43.1",
"@camptocamp/closure-util": "1.27.0",
"@mapbox/geojsonhint": "2.0.1",
"eslint": "4.16.0",
Expand Down

0 comments on commit e189cdf

Please sign in to comment.