Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/improve popup trigger performance (hpi-sam#586)
* Updates all packages * Only version bumps on minor and patch level * OpenLayers now sets willReadFrequently on the canvas rendering contexts (https://github.com/openlayers/openlayers/releases/tag/v7.2.0). A quick test showed this improves the performance from ca. 150ms per click to ca. 120ms. There was no difference when the map was not moved in between clicks. * Improvements in hasFeatureAtPixel in PopupManager * Early return in hasFeatureAtPixel * Skip not relevant layers * This improved the performance from ca. 120 ms to ca. 35ms
- Loading branch information