From a09a8d1b3fff8c71199a4a53cab19a3bdc4ff4e7 Mon Sep 17 00:00:00 2001 From: Fabien NICOLLET Date: Wed, 7 Feb 2018 17:22:33 +0100 Subject: [PATCH] Default tileset URL in template is wrong As per this comment: https://github.com/geo-data/cesium-terrain-server/issues/8#issuecomment-256295584 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" --- docker/root-fs/var/www/cesium/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/root-fs/var/www/cesium/index.html b/docker/root-fs/var/www/cesium/index.html index d226ae6..8888d82 100644 --- a/docker/root-fs/var/www/cesium/index.html +++ b/docker/root-fs/var/www/cesium/index.html @@ -21,7 +21,7 @@