dlr-eoc / ukis-frontend-libraries

A collection of angular ui-components, services, interfaces... to help you create geospatial mapping applications for the web.
Apache License 2.0
17 stars 4 forks source link

Test to change ChangeDetectionStrategy for map-ol #149

Open boeckMt opened 1 year ago

boeckMt commented 1 year ago

Description

Currently angular Change Detection is triggered on every mouse move/click/zoom/view change...

Maybe we can reduce some not needed checks.

They are definitely needed for:

Relevant Package

This feature request is for @dlr-eoc/....

Examples

Are there any examples in other projects that demonstrate this feature or enhancement?

boeckMt commented 9 months ago

How Angular creates google-map