Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Access token usage fixed for cesium terrain layers.
Wrong access token was used, if terrain providers are defined in app.js, because token is set inside hscesium.js module, which is used later. Now the createWorldTerrain function will be called, when the layer is turned on and thus the correct token will be used. fixes #147
- Loading branch information