๐ New features
You can now programmatically take a screenshot of the viewer, with or without its UI overlays. There are 2 options for it: download the file to the user's file system (docs), or get the image encoded as Base64 string that you can manipulate or upload to any location you want (docs).
The map viewer now supports indoor space rendering with volumetric walls and semi-transparent windows.
We've added drop-in search to the map viewer, set the option to true to get global address and POI search, plus GPS coordinates search in almost any format.
The reports can now be configured to use any of the viewer's render options.
๐ Improvements
We've improved the type-specific
addDataLayer
APIs introduced in the previous release so you don't need to provide the type twice ๐.You can now set zero to be treated as "no data" when using the
weightedArea
statistic in reports.You can now configure items to be ignored in the reports' leaderboard.
๐ Bug fixes
We've fixed the
weightedArea
statistic for datasets with missing values.