Skip to content

Releases: lolochristen/OpenLayers.Blazor

2.2.3

09 Oct 12:00
55eeb45
Compare
Choose a tag to compare

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

26 Aug 13:57
45d0472
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1

26 Aug 12:28
86476f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

26 Aug 12:10
ec4ae7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

07 Aug 16:00
Compare
Choose a tag to compare

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
  • Refactor Coordinate struct by @lolochristen in #68

Full Changelog: 2.0.1...2.1.0

2.0.1

13 Jul 06:30
ca5e89b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

12 Jul 20:57
2ccd43f
Compare
Choose a tag to compare

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

21 May 12:30
9fb822a
Compare
Choose a tag to compare

What's Changed

  • Add transform for SetVisibleExtent & Add padding to SetZoomToExtent by @lolochristen in #59

Full Changelog: 1.5.9...1.5.10

1.5.9

27 Mar 15:13
88cd9cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.8...1.5.9

1.5.8

27 Mar 14:20
a2e61d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.7...1.5.8