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