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
dev:viewer:sdk:examples_js:addoverlayobjects_point_default [2020/10/13 06:45]
pieter
dev:viewer:sdk:examples_js:addoverlayobjects_point_default [2023/10/04 12:43] (current)
pieter
Line 1: Line 1:
-====== Example addOverlayObjects - Point Circle ======+====== Example: Adding a point Overlay Object ======
  
-After opening the publication, green points rendered using the default symbol (a filled circle) are added  using ''addOverlayObjects''.+This example demonstrates adding multiple Point ''Overlay Objects'' to the viewer. 
 + 
 +After the workspace opens, green points rendered using the default symbol (a filled circle) are added  using ''addOverlayObjects''.
  
 <html> <html>
 <script> <script>
-    let exampleUrl = "https://cdn.3dmapping.cloud/20.9.0/javascript_examples/example13.html";+    let exampleUrl = "https://cdn.3dmapping.cloud/examples_stable/example13.html";
 </script> </script>
  
 
Last modified:: 2020/10/13 06:45