Features
25 July 2024

๐ŸŽ‰ New features

  • We've added automatic room detection to the platform ๐Ÿค–๐Ÿ’ช. You can use it in the mapper to create polygon assets by enabling the "One click rooms" option. It will soon be added to Smplr.js for programmatic use in your apps.

  • The polygon data layer now supports polygons with holes. See "coordinates" in the polygon layer docs for details.

  • We've added a new GeoJSON export to the mapper, similar to the CSV option but where each asset includes a valid GeoJSON feature. This option is usable only for geo-referenced spaces, i.e. spaces that have been located on the map.

  • We've added doors and windows to the GeoJSON exported files.

  • We are now supporting IMDF export, making our spaces compatible with Apple Maps and a range of other solutions.

๐Ÿ’… Improvements

  • The app's domain is now automatically considered an authorized domain, making it easier to use the mapper.

  • It is now possible to set a space to be loaded using the experimental performance mode by default. Get in touch if you have a large space you'd like to test this on.

๐Ÿ› Bug fixes

  • We now make sure point and icon data layers are rendered above furniture in 2D mode.

  • We've fixed an issue where the hover state of data layers using named colors was broken. And we've taken the chance to improve safety in color usage across the whole codebase.

  • We've fixed the render of railing poles that were missing.

๐Ÿ“š Documentation

  • We've added dead link detection to the docs, so no more broken links ;).

โš™๏ธ Groundwork

  • Under the hood, we've reworked a lot of how the application state is stored to allow for more flexibility around authenticated and unauthenticated sessions. This will enable the possibility for embedded editor usage in the near future.

  • We've upgraded our backend integration to our authentication provider and our login related dependencies to ensure security best practices are up to date.

  • We've upgraded our rendering engine to the latest version, paving the way for performance improvements.

Share