Skip to content

Releases: mmomtchev/rlayers

v1.5.3

30 Jul 10:52
Compare
Choose a tag to compare
  • Fix #169, support TypeScript 5.x
  • Add onFeaturesLoadStart and onFeaturesLoadError events to all vector layers
  • Fix #163, DOMException when removing an ROverlay

v2.0.0-beta.0

02 Jul 13:26
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release
  • Vastly improved event handling performance avoiding expensive forEachFeatureAtPixel on layers that do not have event handlers
  • Add the useOL() and useRLayersComponent() 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 on RLayerVectorTiles layers
  • Use TypeScript protected and private to restrict methods that are not expected to be directly used from user code
  • Support all positioning options in ROverlay

v1.5.2

11 Jun 14:50
Compare
Choose a tag to compare
  • Support OpenLayers 7.4.0

v1.5.1

30 May 12:31
Compare
Choose a tag to compare
  • Declare RLayerRasterMBTiles and RLayerVectorMBTiles as public exports

v1.5.0

30 May 11:57
Compare
Choose a tag to compare
  • Add remote .mbtiles support with ol-mbtiles
  • Add new rlayers-specific events to RLayerWMTS and RLayerRasterMBTiles to distinguish them from the OpenLayers onSourceReady events
  • Fix #149, RLayerWMTS visible property does not trigger a refresh
  • Add onPointerLeave handlers for vector tiles

v1.4.9

28 Mar 18:15
Compare
Choose a tag to compare
  • 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

v1.4.8

08 Jan 21:18
Compare
Choose a tag to compare
  • Support additional <RMap> properties, including disabling of the rotation
  • Fix [#109], interactions do not support JSX styles
  • Add event callbacks to RDraw and RModify
  • Allow setting of wrapX for vector layers
  • Fix [#121], reprojected tile layers do not automatically refresh when setting the URL

v1.4.7

23 Dec 13:08
Compare
Choose a tag to compare
  • Support OpenLayers 7.2.2

v1.4.6

23 Dec 12:50
Compare
Choose a tag to compare
  • Support OpenLayers 7.2.0
  • Add RLayerImage for displaying a static image as a map
  • Add RBackground for setting background properties of RText
  • Support all Text parameters in OpenLayers
  • Add RGraticule for displaying a graticule

v1.4.5

26 Oct 17:53
Compare
Choose a tag to compare
  • Fix [#85], dynamic properties of RText are not updated
  • Fix [#89], support inline styles in RLayerVectorTile