Hi!
I found sample.kml and converted to czml using CesiumLanguageConverter.
I changed the code in Sandcastle:
var gallery = ‘…/…/CesiumViewer/Gallery/’;
var endUserOptions = {
‘source’ : gallery + ‘sample.czml’
};
And I pasted the file in the CesiumViewer/Gallery/’ directory.
An alert “SyntaxError: Unexpected number” is showed.
It is happening for more 3 different files. Am I doing something wrong or the files are not supported?
Thanks!