OpenGeoscience / geojs

High-performance visualization and interactive data exploration of scientific and geospatial location aware datasets
https://opengeoscience.github.io/geojs
Apache License 2.0
433 stars 75 forks source link

fix: When binding an array of events, don't duplicate #1265

Closed manthey closed 1 year ago

manthey commented 1 year ago

When we bind events from a feature to a parent layer, we were calling the geoOn or geoOff event on both the feature and layer. For arrays of events, this ended calling the layer with both the array of events and each event.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.10.13 :tada:

The release is available on:

Your semantic-release bot :package::rocket: