camptocamp / ngeo

Library combining OpenLayers and AngularJS
https://camptocamp.github.io/ngeo/master/examples
MIT License
135 stars 87 forks source link

GetLegendGraphic queries while animating the zoom #2904

Closed pvalsecc closed 6 years ago

pvalsecc commented 7 years ago

Project: GeoMapFishDemo

Permalink directly where we can reproduce the issue: 2.2 demo

Steps to reproduce the issue:

Result:

You see around 6 cancelled queries for GetLegendGraphics and one 200.

Expected result:

We should not do GetLegendGraphics while the animation of the zoom is running.

The issue concern the following environment:

The following environment is working as expected:

fredj commented 6 years ago

fixed with #2952