markerikson / react-redux-cesium-testing-demo

A sample project demonstrating configuration of React, Redux, Webpack, Cesium, and Mocha
ISC License
51 stars 7 forks source link

update cesium dependency to 1.30.0 #3

Closed js2me closed 7 years ago

js2me commented 7 years ago

I had problem with method : new Cesium.HeadingPitchRoll() on "cesium": "^1.18.0" to `"cesium": "1.30.0" - 0 errors If you want I maybe create pull request and watch your repo :3

markerikson commented 7 years ago

Not sure it's worth updating this repo at this point. I actually plan to do a blog post in the next couple weeks talking about how to use Cesium with React and Webpack, and will put together an updated sample repo to go along with it. Keep an eye on my blog at http://blog.isquaredsoftware.com/ , and I'll probably post some Twitter updates when I'm working on it ( https://twitter.com/acemarke ).

Appreciate the interest, though!