v6.0.1-alpha.33
July 24, 2024
Changes
- [Breaking]
addPath
now returns a promise, allowing the animation to be awaited. - [Breaking] Style changes will now fire the
outdoor-style-loaded
event, instead of firing theoutdoor-view-loaded
event. 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.map
for 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
viewId
property togetMapData
to specify the editor Map View to fetch.
Fixes
- Fixed cases where a simplified path would cut corners too sharply.