Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
dev:viewer:sdk:examples_js:getfieldofviews [2021/04/21 08:21]
pieter
dev:viewer:sdk:examples_js:getfieldofviews [2021/04/21 08:25]
pieter
Line 1: Line 1:
 ====== Example: Get field of views ====== ====== Example: Get field of views ======
  
-The example below demonstrates opening a photo using a photo identifier using the ''addViewWithOptions'' function.+The example below demonstrates retrieving footprints using the ''getFieldOfViews2D()'' function.\\  
 +After the workspace is open, press the 'Get Field-of-view objects' to update the json browser on the right.
  
 <html> <html>
Line 39: Line 40:
                 frame.style.overflow = 'auto';                 frame.style.overflow = 'auto';
                 frame.width = 950;                 frame.width = 950;
-                frame.height = 430;+                frame.height = 440;
                 frame.srcdoc = text;                 frame.srcdoc = text;
                 document.getElementById("example").appendChild(frame);                 document.getElementById("example").appendChild(frame);
 
Last modified:: 2021/04/21 08:26