CesiumJS complete code: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 March 2024

4 March 2024

  • curprev 13:1813:18, 4 March 2024Frank@tygron.nl talk contribs 5,375 bytes +5,375 Created page with "The page contains the complete code that can be run in Cesium Sandcastle: [] <code> // variables const dim = 128; const minLevel = 6; const maxLevel = 19; const tilepx = 512; const TOKEN = "4ff3d43bpGQSjW5qgsypRuZTASKQaaWx"; const BGCOLOR = "1f1f00"; // ff0000 is red, hexadecimal color const SHADOW = true; //true ,false const BASEMAP_INDEX = 0; // SATELLITE=0, TOPOGRAPHIC=1 and GRAY=2. const STYLE = "COLORED"; // WHITE, COLORED const SPACING = 10; const TEXTURE = "MEDIU..."