chellymehdi / vopenlayers

Automatically exported from code.google.com/p/vopenlayers
0 stars 0 forks source link

two call to zoomToExtend will hang #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add this code to VolApplication
        Button zoomToExtend = new Button("Zoom To Extend");
        zoomToExtend.addListener(new Button.ClickListener() {
            public void buttonClick(com.vaadin.ui.Button.ClickEvent event) {
                zoomToExtent(map, points);
            }
        });
        controls.addComponent(zoomToExtend);
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by giancarl...@gmail.com on 19 Apr 2011 at 1:34

GoogleCodeExporter commented 9 years ago
fixed in r49, issue with partial repaints removed all layers in case only e.g. 
zoom was updated

Original comment by matti.ta...@gmail.com on 8 May 2011 at 3:01