Version 1.120.1 – January 22, 2025 #
Changed
- We are pleased to announce that the new version is now available. Detailed updates from our development team regarding the enhancements will be published shortly.
Version 1.120.0 – January 21, 2025 #
Added
- Some final users require to change some configurations so we added a interface to do so. From this panel they can change its desired language, activate accessibility like high contrast, block animations or choose to only use accesible routes.
New user menu that allows the final user to change some settings for its use | Same user menu on mobile devices. |
- Allow to load user settings from local storage
Fixed
- Fix profile loading from remote server
Version 1.119.1 – January 20, 2025 #
Fixed
- Fixed an issue where the editor features did not respond to click events.
Version 1.119.0 – January 20, 2025 #
Added
- Support for batch editing the paths of a building in the features editor.
Version 1.118.0 – January 16, 2025 #
Added
- Beta: Introduced a new user interface for managing configuration files. This feature enables functionality for users with read-write API keys, providing a more intuitive and streamlined experience for file management.
Version 1.117.0 – January 13, 2025 #
Added
- Introduced the ability to select multiple features while editing GeoJSON.
Fixed
- Fixed an issue where GeoJSON files didn’t update or upload properly while being edited.
Version 1.116.12 – December 20, 2024 #
Fixed
- Fixed navigation not finishing correctly right after the user went out of route.
Version 1.116.11 – December 18, 2024 #
Add
- Added Greek translations
Version 1.116.10 – December 18, 2024 #
Changed
- Internal bug fixes and performance improvements
Version 1.116.9 – December 18, 2024 #
Changed
- Allow to set white label from remote configuration.
Version 1.116.8 – December 11, 2024 #
Fixed
- Resolved performance issue affecting static directions and navigation on certain cases.
Version 1.116.7 – December 10, 2024 #
Improved
- Improved TTS Behavior for Navigation Instructions: Previously, text-to-speech (TTS) enforced a fixed three-second interval between announcements, ensuring it would only speak every three seconds. Now, we’ve introduced a new heuristic that reads aloud only new or distinct navigation instructions, enhancing clarity and reducing redundancy.
Fixed
- Solved an issue where the “Where am I?” feature was not translated correctly.
- Improved the modal styles displayed when an user went out the building. Previously, scrolling issues made the whole text explanation difficult to read.
Version 1.116.6 – December 05, 2024 #
Changed
- Internal changes
Version 1.116.5 – December 05, 2024 #
Changed
- Internal changes
Version 1.116.4 – December 04, 2024 #
Changed
- Restore service workers. Now we update them manually and restrict the reloading of the page up until all previous service workers have been de-registered.
Version 1.116.2 – November 27, 2024 #
Improved
- Improve skeleton animation (e.g. when data is loading on the search bar) and colors.
Fixed
- Now the title and the button area of modals are always visible and only the modal content is scrollable.
Version 1.116.1 – November 26, 2024 #
Changed
- When registering search events for usage analytics, we increased the time gap between search events. This way, we reduced the amount of double-counted searches (e.g. if an user was searching “Restaurant”, previously we might not have waited for the user to finish the search, generating two events “Rest” and “aurant”).
Version 1.116.0 – November 25, 2024 #
Added
- The building and floor selector have been updated with a cleaner, more fluid design, providing a more visually appealing and user-friendly experience.
- Added configuration to be able to hide/show the building selector or the floor selector independently.
Improved
- Now categories or subcategories that have no associated search result are not shown when filtering by text.
- Improved modals design for when several modals are being shown at once.
Version 1.115.2 – November 22, 2024 #
Fix
- Improved PostMessage’s API documentation.
Version 1.115.1 – November 22, 2024 #
Added
- Included favorite badge in the highlighted POI layer for better visibility.
- Added transparency to the favorite badge when a current POI is displayed.
Fixed
- Fixed visual issues when displaying favorite POIs when shown on the map.
- Fixed height issues for chips (sub-category subfiltering) to ensure proper display.
Version 1.115.0 – November 20, 2024 #
Added
- External Features API (RealTime Geolocations): Introduced a new API to receive external geolocations, display them on the map with corresponding tooltips and icons. This allows to build Real Time panels such as the one we have in our Dashboard.
- Configurable Hover Colors: Added the ability to customize hover colors for certain UI elements, enhancing visual customization options.
Changed
- IMDF Feature Preprocessing: IMDF features are now preprocessed within a web worker instead of directly inside the layer, improving performance and reducing main thread load.
- User Center Button: The Center User button is now always visible in desktop mode.
Fixed
- Tooltip Adjustments: Corrected positioning and rendering issues for tooltips.
- UI Color Fixes: Resolved minor inconsistencies in UI color schemes.
Version 1.114.13 – November 15, 2024 #
Fixed
- Amended an error with RTL languages on POI label layer that caused not showing any POI names (when using RTL languages such as arabic or hebrew).
Version 1.114.12 – November 14, 2024 #
Added
- Improvements on translations
Fixed
- Fix for offline service workers
Version 1.114.11 – November 13, 2024 #
Fixed
- Fixed iOS navigation issues when used alongside ExternalLocations. Now all locations with empty x and y fields, will be stuffed before being shown on the map.
- Now OOR won’t be notified to SDKs when route couldn’t be calculated (when using WASM computation library).
Version 1.114.10 – November 12, 2024 #
Improved
- Improved some indications translations to make them more inclusive.
Version 1.114.9 – November 12, 2024 #
Fixed
- Fixed navigation crash that happened when the navigation started towards a destination that was too close. The navigation would end before the route information was set, causing a crash.
- Resolved an issue where editing a POI would unintentionally clear its associated icon URL, even when the MapViewer had not modified this information.
Improved
- Updated favorite categories icon to display a filled star icon.
Changed
- Set usage of dashboard theme to false by default.
Version 1.114.8 – November 08, 2024 #
Changed
- POI surname is now properly escaped to ensure correct rendering of special characters.
Version 1.114.7 – November 07, 2024 #
Added
- Added internal setting to be able to show/hide 3D models.
Version 1.114.6 – November 07, 2024 #
Changed
- Ensured the map is fully ready by awaiting the routes library initialization.
- Resolved an issue where SDK navigation updates were used instead of WASM.
- Fixed a bug causing perpetual recalculation status after a
navigationError
.
Version 1.114.5 – October 30, 2024 #
Fixed
- Added translations for navigation indications.
- Navigation indications now hot-reload on app language changes.
- Fixed rendering issues in position icon layer when accuracy is zero.
Version 1.114.4 – October 29, 2024 #
Fixed
- Find My Car now it is shown as a result when text filtering.
- Favorite POIs no longer appear on categories they do not belong to.
Version 1.114.3 – October 29, 2024 #
Fixed
- GeoJSON text features: Special characters (e.g. “&”) in text properties are now sanitized, ensuring they render correctly.
Version 1.114.2 – October 29, 2024 #
Added
- Added a new feature (“profile”) to the Settings Panel that allows to monitor the rendering performance of the Map Viewer through FPS (Frame per Second) tracking.
Fixed
- Fixed crash that took place during navigation computation due to null indications
Improved
- Improved ‘Where am I’ tooltip:
- Prevents displaying the previous “Where Am I” message when updated with a new location.
- Avoids showing the tooltip if no message is generated, displaying “Positioning” as a fallback on first-time use.
- Added smooth fade-in and fade-out transitions for tooltip appearance and disappearance.
- Streamlined translations for “Where am I” messages.
Version 1.114.1 – October 28, 2024 #
Fixed
- Removed top white line when starting navigation.
- When using a write-enabled API Key, the main widgets were incorrectly displaced by top messages. This has been fixed.
Changed
- By default, now POI names will be shown when navigating.
- Increased default text layer z position when editing features.
Version 1.114.0 – October 28, 2024 #
Added
- Customizable Actions for Displaying Modals: You can now set up actions to show a custom modal when specific triggers occur during navigation. For example, a modal can appear when you pass through certain marked paths or specific points along the route.
- Each modal’s content is fully customizable—you can set a unique title and description, with support for as many translations as needed.
- New Indication “Pass Through”: This indication now applies not only to security controls, covering additional scenarios.
- Expanded Documentation: Added details on missing messages for the postMessage API.
Improved
- Long Route Modal Updates: Now, the Long Route Modal appears whenever the estimated time of arrival (ETA) changes between calculations (e.g., between routes or from route to navigation).
Version 1.113.0 – October 25, 2024 #
Added
- Added support to create, delete and modify geofences from the current building in the overlay features editor (Ctrl+”,” to open it). In order to use it, you must open the Map Viewer with a Read & Write API Key.
Fixed
- Fixed Find My Car not being shown on the map when it was saved.
- Fixed styles on Explore Panel when the POI category list was showing. Previously the borders under each category were cut short.
- Fixed Find My Car not being shown on the Explore Panel inside the list of categories when using the list interface instead of the grid interface.
Version 1.112.1 – October 22, 2024 #
Improved
- Improved performance for both the icon and text layers.
Fixed
- Resolved a crash in iOS Safari caused by performance degradation related to icon and text layer rendering.
- The WASM route library now correctly stores its configuration parameters, no longer defaulting to preset values.
Version 1.112.0 – October 21, 2024 #
Added
- Introduced a new configuration (Settings Panel) to hide the estimated time of arrival & cancel navigation button.
- Introduced a new configuration (Settings Panel) to bypass the “Destination reached” confirmation panel.
Fixed
- Resolved an issue where navigating to a point of interest (programmatically, using the PostMessage API or mobile SDKs) did not correctly apply the “follow user” functionality.
- Fixed a performance issue where map layers were being unnecessarily re-rendered, improving overall efficiency.
Version 1.111.3 – October 18, 2024 #
Changed
- Unified icon libraries usage.
Version 1.111.2 – October 16, 2024 #
Fixed
- We have fixed a crash that took place whenever walls were being displayed on the IMDF.
Version 1.111.1 – October 15, 2024 #
Changed
- Uploaded missing translations.
Version 1.111.0 – October 15, 2024 #
Added
- Added support to filter by multiple POI categories.
- Long route warning now supports setting multiple POI categories.
- Added support for Kannada language.
Fixed
- Fixed an issue where setting the destination was mistakenly applied to the origin input when tapping on origin.
- Resolved a UI issue that broke the sub-category filter when no POI results were available for a sub-category.
Version 1.110.0 – October 15, 2024 #
Added
- Added a loading animation to the “Start Navigation” button while the route is being calculated.
Version 1.109.0 – October 15, 2024 #
Improved
- Now the loading time perceived by the user is faster, as we have:
- Prioritized loading the basemap over any other layers.
- Added cache-first strategy when loading static assets.
- Reduced the size of the critical source code.
Version 1.108.1 – October 10, 2024 #
Fixed
- Amended text color for ‘Out of Building’ notification.
Version 1.108.0 – October 10, 2024 #
Added
- Configurable modal/pop-up to notify users when a route or navigation is too long: displays when time or distance thresholds (configurable) are exceeded after a user asks for a route / navigation.
Version 1.107.0 – October 07, 2024 #
Improved:
- Improve layer sorting algorithm in Maplibre for a better performance.
- Internal improvements on how layers are mixed and rendered for a better performance.
Version 1.106.1 – October 01, 2024 #
Fixed
- Previously, “Where am I” message would not disappear after a few seconds of being shown.
Version 1.106.0 – September 27, 2024 #
Improved
- Reduced initial loading times by paralelising data fetching when possible and by avoiding blocking the interface to load data not necessary to display the map.
Added
- Introduced configurable fonts for individual GeoJSON text elements on the map, enhancing customization options.
Fixed
- Resolved issue where the search bar background in desktop mode had a fixed light color, allowing for better colour theme compatibility.
Version 1.105.0 – September 23, 2024 #
Added
- Allow to specify custom colors on text on the IMDF layer
Improved
- Apply map custom font to text on the IMDF layer
Version 1.104.1 – September 19, 2024 #
Fixed
- Fix performance penalty on IMDFLayer when rendering a large amount of features.
Version 1.104.0 – September 17, 2024 #
Changed
- Implemented functionality to link polygons on the map to POIs, enabling users to click on a polygon to select the corresponding POI.
Version 1.103.0 – September 17, 2024 #
Added
- Added a top banner indicating that the user is using an APIKey with write permissions. If the APIKey is read-only then we disable all the built-in editors.
Version 1.102.0 – September 13, 2024 #
Improved
- Improved performance by moving computationally heavy tasks to threads as well as by reducing the number of times such tasks take place. Therefore now they are performed asynchronously and do not throttle the main thread. This allows for a more responsive interface.
- Prefetching is now batched on mobile to minimize lag during app loading.
Fixed
- Fixed not being able to see the find my car POI while on edit mode.
- Fixed having the category “favorites” disappear when we change between buildings.
Version 1.101.4 – September 12, 2024 #
Added
- Introduced the option to toggle POI names visibility during navigation like in exploration mode.