All public logs

Jump to navigation Jump to search

Combined display of all available logs of Tygron Support wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:18, 4 March 2024 Frank@tygron.nl talk contribs created page CesiumJS complete code (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...")