Skip to content

Changelog

Info

On 2024/12/18 we updated our service API and changed the domains where DVM gets its resources. Please make sure your services have allowlisted these domains. You can check these domains on the DVM requirements section.

2025-04-14

Static Badge Static Badge Static Badge

New versions for both map_viewer and 3d_viewer modules, and the module manager, has been published.

Both modules have improved their compatibility with accessibility, mainly screen readers and keyboard navigation. To learn more about accessibility, please check the accessibility section. Between the new additions are:

  • The viewers and its elements are focusable with the tab key, and clickable with space and enter keys.
  • Better and more labeling of WAI-ARIA attributes.
  • when getThumbnail() returns an image (not an url), the images includes de alt and lang attributes.

Here are the API changes:

Map Viewer

3D Viewer

Breaking changes

related, related_previews and navigation plugins now will always be loaded, and automatic basic interaction will be added by default. That means that clicking a preview or a navigation node will trigger a loadView3d to its destination.

To prevent breaking integrations, If your integration was already including navigation or related_previews plugins (or the deprecated indoor), this automatic behavior will be disabled by default.

You can also enable/disable this automatic behavior with their corresponding automatic_load/automatic_click_load flags.

We still recommend to add these plugins manually and manage yourself any kind of interaction or loads.

Remember that although you can't use the loadView3d promise because it's not called by your integration, you can always use the load_success and load_error triggers to know when the load was successful or not.

2025-02-17

2024-10-31

2024-07-22

2024-03-04

2024-01-31

  • added camera_mode property to limits.

2023-11-30

  • Added map-viewer layers advanced API.

2023-11-27

2023-11-20

2023-11-16

  • map-viewer goTo inputs updated.

2023-11-08

2023-10-26

2023-07-20