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:whats_new:version_241 [2024/03/04 10:20]
pieter [3DM Viewer]
dev:whats_new:version_241 [2024/03/04 11:14]
pieter [3DM Viewer]
Line 115: Line 115:
  
 ===Usabilities=== ===Usabilities===
-  * The rows within the Console now have a context menu to appear when right clicking.+  * The table context menu now appears anywhere you right-click on a table row.
  
 === Bug Fixes === === Bug Fixes ===
Line 124: Line 124:
 ===== 3DM Publisher ====== ===== 3DM Publisher ======
 The 3DM Publisher includes the 3DM core and 3DM Viewer improvements. \\ The 3DM Publisher includes the 3DM core and 3DM Viewer improvements. \\
 +
 ===Usabilities=== ===Usabilities===
 +  * The table context menu now appears anywhere you right-click on a table row.
   * A status icon has been added to Resource Groups   * A status icon has been added to Resource Groups
   * Resources can now be reloaded within the Resource Groups Setup Page.    * Resources can now be reloaded within the Resource Groups Setup Page. 
Line 140: Line 142:
   * Loading footprints on the 2D Reference view is now fully dynamic and no longer limited by surface area, only by scale.   * Loading footprints on the 2D Reference view is now fully dynamic and no longer limited by surface area, only by scale.
   * Measurements can now be exported to GeoJSON in the Measurement Display CRS.   * Measurements can now be exported to GeoJSON in the Measurement Display CRS.
-  * The viewer no longer is blocked while child resources are loaded for a Dynamic Resource Group. A new banner will appear indicating new resources are loading while the user can still interact with the Viewer. +  * The viewer is no longer blocked while child resources are loaded for a Dynamic Resource Group. A banner will appear indicating new resources are loadingwhile the user can still interact with the Viewer. 
   * Host Map Objects can now be selected within the Viewer.    * Host Map Objects can now be selected within the Viewer. 
   * All the attributes of Host data can now be seen within the Viewer Inspect Sidebar.     * All the attributes of Host data can now be seen within the Viewer Inspect Sidebar.  
Line 150: Line 152:
     * Code     * Code
     * Comment     * Comment
-  * The inspector has a selectable checkbox to present boolean attributes and also shows the the graphic color (with a color picker) if inspecting classified data +  * The inspector has improved presentation for some attribute values. 
 +    * Boolean attributes are presented using a checkbox 
 +    * Attributes used directly as a color value in the legend are presented using a color preview icon.
  
 === Usabilities === === Usabilities ===
-  * If Publication is created from the Viewer, the textfield will now close after naming the Publication.+  * After creating publication, the UI is now cleaned up.
   * An About Panel has been added to the Viewer for easier access to build and runtime environment information.    * An About Panel has been added to the Viewer for easier access to build and runtime environment information. 
-  * Tooltips appear more quickly, and no longer disappear immediately if mouse pans off the flyout.  +  * Tooltips appear immediately instead of fading in
-  * Previous tooltips will disappear instead of fading out when migrating to new tooltip. +  * When a tooltip is already open, another one opens immediately without a delay.
   * Updated error labels will pop up, depending on how Publication share setting have been configured.   * Updated error labels will pop up, depending on how Publication share setting have been configured.
  
 === Layout === === Layout ===
-  * The measurement sidebar has the values adjusted to better display a  vertical alignment. +  * The measurement sidebar has the values adjusted to better display a vertical alignment. 
-  * The view action menu now has additional columns if more that 5 actions are assigned.  +  * The view action menu now has additional columns if more than 5 actions are assigned.   
 +  * The checkbox component was redesigned.
  
 === Bug fixes === === Bug fixes ===
Line 187: Line 192:
  
 The 3DM Viewer SDK includes all 3DM Viewer improvements.  The 3DM Viewer SDK includes all 3DM Viewer improvements. 
 +
 === New Features and Enhancements === === New Features and Enhancements ===
   * The SDK can now be allowed access behind a cross-domain publisher.   * The SDK can now be allowed access behind a cross-domain publisher.
   * Based on the auto login configuration, the user has the option to choose a Publication if a publication name is missing.    * Based on the auto login configuration, the user has the option to choose a Publication if a publication name is missing. 
-  * A Json string "openSessionhas been documented, allowing the session to stay upon upon request.  +  * Function ''openSession'' has been documented, allowing the session to stay open upon request.  
-  * A Json string "setLineOfSightHelper" has been added, allowing a line of sight check between to coordinates.  +  * Signal ''onPhotoOpened'' has been added, allowing us to hold information on a photo that was opened.  
-  * A Json string "onPhotoOpened" signal has been added, allowing us to hold information on a photo that was opened.  +  * Viewer Actions ''startOverlayObjectEdit'' and ''startOverlayObjectDelete'' have been added, allowing a trigger of editing and deleting of selected overlay objects
-  * The Json strings "startOverlayObjectEditand "startOverlayObjectDeletehave been added, allowing a trigger of editing and deleting of selected overlay objects. +  * Viewer Action ''setLineOfSightHelper'' has been added, allowing a line of sight check between two coordinates to take place outside the SDK
-  * The Host Map PostionData can be now be synchronized with  via SDK updates: +  * The Host 2D Reference map can be better integrated into the Synchronize Views function. 
-    *onPanToPosition : update the position of the host reference+    * Signal ''onPanToPosition''Called when the Host 2D Reference should pan to a new center position. 
-    *setReferenceViewPosition : set the position of the reference view+    * Function ''setReferenceViewPosition''Called by the developer when the Host 2D Reference moves to a new center position
-  * There now is a unified selected object list in the Inspector Sidebar for both normal objects and overlay (SDK objects). +  * Overlay objects are better integrated. 
 +    * A unified object list can now hold normal objects as well as host objects.  
 +    * Selection highlighting was added. 
 +    * Attributes are displayed when available. 
 +    * Multiple resources with overlay objects can now be used (''addOverlayObject'' and ''clearOverlayObjects'' functions were updated to reflect this). 
 === Layout=== === Layout===
   * User branding configuration has now been added into the SDK.    * User branding configuration has now been added into the SDK. 
   * Tooltips have been migrated over to floating-ui.    * Tooltips have been migrated over to floating-ui. 
- 
-=== Usabilities === 
-  *  
  
 === Bug Fixes === === Bug Fixes ===
-  * The onViewVectorChanged function is now properly working+  * Fixed some cases where the ''onFocusPositionChanged'' signal did not fire.
   * Fixed a bug where tooltips were being displayed in incorrect locations.    * Fixed a bug where tooltips were being displayed in incorrect locations. 
  
 
Last modified:: 2024/03/06 14:28