Releases: lolochristen/OpenLayers.Blazor
Releases · lolochristen/OpenLayers.Blazor
2.3.1
What's Changed
- UpdateCoordinates/SetCoordinates method and optimized change detection by @lolochristen in #92
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- ConfigureJsMethod / OnDoubleClick by @lolochristen in #86
- Fix Style color object for IconStyleOptions. by @Horndev in #87
- fix blazor server style callback by @nebula2 in #89
New Contributors
Full Changelog: 2.2.3...2.3.0
2.2.3
What's Changed
- Fix get style on drawing. Fix missing styles for points. by @lolochristen in #84
Full Changelog: 2.2.2...2.2.3
2.2.2
What's Changed
- Revert msbuild js compress task by @lolochristen in #79
Full Changelog: 2.2.1...2.2.2
2.2.1
2.2.0
What's Changed
- Update openlayers_interop.js to fix checking for ScaleLineUnit None by @Horndev in #75
- Min Max Zoom Properties, JS Compression, allways OnClick Event by @lolochristen in #76
- Fix tests by @lolochristen in #77
New Contributors
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
-
Mapbox Styles support and Swiss Base Map demo, fixes by @lolochristen in #71
- New Map component MapboxMap to apply a full style source:
<MapboxMap StyleUrl="mapbox://styles/mapbox/bright-v9" AccessToken="@_accessToken"></MapboxMap>
- Support for adding a single mapbox style json source layer:
LayerType.MapboxVectorStyle
- Demo added for Swiss Base Map and Mapbox layers
- New Maui FlightTracker App
- New properties: InitialCenter, InitialZoom
- New Map component MapboxMap to apply a full style source:
-
Refactor Coordinate struct by @lolochristen in #68
Full Changelog: 2.0.1...2.1.0
2.0.1
2.0.0
What's Changed
- Full support for vector layers including adding shapes per layer
- Capability to fully adjust vector styles
- Shape selection feature with events on layers
- Automatic update on a parameter change on layers and shapes (only when rendered as component)
- Internal shape/drawing and marker layers are added on demand and are part of the layers collection
- Fix when Map.InteractionsEnabled = false also no mouse events are handled
- many more small improvements and bug fixes
Full Changelog: 1.5.10...2.0.0
1.5.10
What's Changed
- Add transform for SetVisibleExtent & Add padding to SetZoomToExtent by @lolochristen in #59
Full Changelog: 1.5.9...1.5.10