Release v2.1.0
Release Notes
Features
- Added
ToMap
andToScreen
point conversions toMapView.razor.cs
- Added methods to control
PopupWidget
visibility and read feature sets
Large Graphic Data Sets
- Move all graphic collection serialization from .NET to JavaScript to Protobuf from JSON
- Tested and adjusted graphic-handling code for WASM, Server, and MAUI scenarios
- use synchronous JavaScript interop in WASM
- use multi-threaded async loading in Server
Bug Fixes
- Fixed relative asset path impacted by route parameters
- Fixed bug in setting
xoffset
andyoffset
for marker symbols - Fixed bug with setting
UniqueValueRenderer
Documentation
- Improved documentation and sample of MAUI configuration loading and Android emulator issue
What's Changed
- Feature/145 protobuf streaming by @TimPurdum in #153
- Update samples to .NET 7, fix asset path to be relative by @TimPurdum in #158
- Add View.ToMap and View.ToScreen conversion methods by @TimPurdum in #160
- Fix for XOffset/YOffset by @TimPurdum in #159
- Add methods to PopupWidget by @TimPurdum in #161
- Prepare for 2.1.0 release by @TimPurdum in #162
Full Changelog: v2.0.1...v2.1.0