v6.0.1-alpha.33
July 24, 2024
Changes
- [Breaking]
addPathnow returns a promise, allowing the animation to be awaited. - [Breaking] Style changes will now fire the
outdoor-style-loadedevent, instead of firing theoutdoor-view-loadedevent. The latter will only be fired on initial load. - Improved camera controls and interactions with multi-finger touch. Multi-finger touch will no longer trigger a click event, and releasing a finger will no longer abruptly end camera movement.
Features
- The Maplibre map is now exposed via
Outdoor.mapfor advanced usage. - Added support for geometry textures when provided in the map data.
- Added a light option for the Mappedin watermark.
- The map geometry can be updated during runtime by passing a new style to
Style.setFromStyleCollection. - Added
viewIdproperty togetMapDatato specify the editor Map View to fetch.
Fixes
- Fixed cases where a simplified path would cut corners too sharply.