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