vue3-openlayers icon indicating copy to clipboard operation
vue3-openlayers copied to clipboard

ReferenceError in HeatmapLayer

Open muellerat91interactive opened this issue 2 years ago • 0 comments

Describe the bug ~~If :updateWhileAnimating="true" :updateWhileInteracting="true" is enabled~~ on the HeatmapLayer a ReferenceError occurs when the value of the blur or radius prop is changed. https://github.com/MelihAltintas/vue3-openlayers/blob/main/src/components/layers/HeatmapLayer.vue#L34 Edit: Seems like a typo! hetmapLayer instead of heatmapLayer

To Reproduce Steps to reproduce the behavior:

  1. Use the ol-heatmap-layer ~~2. Enable :updateWhileAnimating="true" :updateWhileInteracting="true"~~
  2. Change value of blur or radius prop

Expected behavior Updated heatmaplayer with new blur or radius values.

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser chrome
  • Version 105.0.5195.102

Additional context 127.0.0.1-1662995060394.log

muellerat91interactive avatar Sep 12 '22 15:09 muellerat91interactive