1.0.0
This version mostly contains improvements on the organization of the source code and on the workflows to build the library.
A couple of noticeable API changes have been introduced.
API Changes
- The
AddAsync
methods on aDataSource
now expects an instance ofShape<TGeometry>
orFeature<TGeometry>
instead of the geometry itself. This was necessary to have a stable codebase and be able to serialize and deserialize shapes and feature more easilly. - The events on the map and on the layers now contains the Shapes and the Features attached to the event. Each object also contains its coordinates.