Releases: mmomtchev/rlayers
Releases · mmomtchev/rlayers
v1.5.3
v2.0.0-beta.0
- Vastly improved event handling performance avoiding expensive
forEachFeatureAtPixel
on layers that do not have event handlers - Add the
useOL()
anduseRLayersComponent()
component hooks allowing to easily access the containing OpenLayers and rlayers components - Layer event handlers are now independent of feature event handlers, if both the feature and its containing layer have declared an event handler, both will be called
- Fix
onClick
handlers onRLayerVectorTiles
layers - Use TypeScript
protected
andprivate
to restrict methods that are not expected to be directly used from user code - Support all positioning options in
ROverlay
v1.5.2
v1.5.1
v1.5.0
- Add remote
.mbtiles
support withol-mbtiles
- Add new rlayers-specific events to
RLayerWMTS
andRLayerRasterMBTiles
to distinguish them from the OpenLayersonSourceReady
events - Fix #149,
RLayerWMTS
visible
property does not trigger a refresh - Add
onPointerLeave
handlers for vector tiles
v1.4.9
- Support OpenLayers 7.3.0
- Allow using projections other than Web Mercator with
RVectorTile
(the vector tile projection must still match the view projection) - Fix [#133], certain layer properties do not update if they transition from a defined value to
undefined
- Fix #144, update WMTS layers only when the metadata is changed
- Add a
RLayerGeoTIFF
custom component, resolves #145