Skip to content

1.0.0

Compare
Choose a tag to compare
@arnaudleclerc arnaudleclerc released this 09 Apr 14:09
· 138 commits to develop since this release

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 a DataSource now expects an instance of Shape<TGeometry> or Feature<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.