Skip to content

Commit

Permalink
Default tileset URL in template is wrong
Browse files Browse the repository at this point in the history
As per this comment:
geo-data#8 (comment)
The file bundled with the docker image is just not pointing to the right URL. It is a pain to just edit that, so it should be fixed here instead.
Also, what would be best would be to have a URL parameter instead of hardcoded "test"
  • Loading branch information
fnicollet authored Feb 7, 2018
1 parent d83a577 commit a09a8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/root-fs/var/www/cesium/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script>
var viewer = new Cesium.Viewer('cesiumContainer');
var terrainProvider = new Cesium.CesiumTerrainProvider({
url : '/tilesets/terrain/test'
url : '/tilesets/test'
});
viewer.scene.terrainProvider = terrainProvider;
</script>
Expand Down

0 comments on commit a09a8d1

Please sign in to comment.