Skip to content

Commit

Permalink
Merge pull request #331 from gberaudo/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
gberaudo committed Mar 30, 2016
2 parents 9680556 + a33e591 commit ec9c76a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Changes
* Accept a mode=dev parameter in examples to ease debugging.
* Port to OL 3.14.2.
* Port to Cesium 1.19.

## v 1.13 - 2016-02-29

Expand Down
2 changes: 1 addition & 1 deletion cesium
5 changes: 4 additions & 1 deletion examples/kml.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ scene.terrainProvider = terrainProvider;

ol3d.getDataSources().add(Cesium.KmlDataSource.load(
'https://api3.geo.admin.ch/ogcproxy?url=' +
'https%3A%2F%2Fdav0.bgdi.admin.ch%2Fbazl_web%2FActive_Obstacles.kmz'
'https%3A%2F%2Fdav0.bgdi.admin.ch%2Fbazl_web%2FActive_Obstacles.kmz', {
camera: scene.camera,
canvas: scene.canvas
}
));

2 changes: 1 addition & 1 deletion ol3
Submodule ol3 updated from 34d8d7 to 4a7333
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"htmlparser2": "3.9.0"
},
"devDependencies": {
"closure-util": "1.11.0",
"closure-util": "1.13.0",
"geojsonhint": "1.2.0",
"fs-extra": "0.26.5",
"fs-extra": "0.26.7",
"graceful-fs": "4.1.3",
"jsdoc": "~3.4.0",
"jshint": "2.9.1",
Expand Down

0 comments on commit ec9c76a

Please sign in to comment.