Backwards incompatible changes:
MapWrapper.Map
- renamed getBoundary() to getBounds()
- renamed setBoundary() to setBounds()
- addFeatures() returns an array of Feature objects instead of an array of feature ids
- removeFeatures() takes in an array of Feature objects instead of an array of feature ids
MapWrapper.Marker
- renamed getPosition() to getLocation()
- renamed setPosition() to setLocation()
Miscellaneous
- renamed Point class to Location
- renamed point field on Event to location
- changed the structure of FeatureOptions
- removed tileSource option from MapOptions (instead use rasterTileSource option)
- renamed MarkerOptions position option to location
- removed MapWrapper.TileSource constants
- added a MapWrapper CSS file (https://api.nettoolkit.com/geo/mapwrapper-beta-1.0.0.css?key=your_ntk_api_key_here)
Backwards compatible changes:
MapWrapper.Map
- added getFeatures()
- addFeatures() now accepts GeoJSON with geometry type "GeometryCollection"
MapOptions
- added showNetToolKitAttribution option
- added attributionPosition option
- added vectorTileStyle option
- added rasterTileSource option
- added customAttribution option
Miscellaneous
- added Mapbox GL JS as a provider
- added Feature class
- added support for MapWrapper.Event.MOUSEOUT for MapWrapper.Marker
- added equals() to Location
- various bug fixes