: Likely refers to the display mode or frame size (e.g., viewing the full resolution or full-screen interface). 2. Usage in "Geocamming"
function triggerViewerframeFullRefresh(frameId) const viewerFrame = document.getElementById(frameId); if (viewerFrame) console.log("Initiating full refresh on viewerframe..."); // Append a unique timestamp cache-buster to force a full server request const currentSrc = viewerFrame.src.split('?')[0]; viewerFrame.src = currentSrc + '?refresh=full&t=' + new Date().getTime(); else console.error("Target viewerframe not found."); Use code with caution. Method 3: VMS Console Commands viewerframe mode refresh full
Reconstruct every pixel and element from scratch. When Should You Use It? : Likely refers to the display mode or frame size (e