rishabhthakur / mapstraction

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

Add moveend event support for Open Layers #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create an OpenLayer map and wire the moveend event with:
     map.addEventListener("moveend", function() {
           alert('move end');
     });
2. drag the map

It never calls the handler for moveend.

Attached is a very simple patch to wire the event to the underlying map on
init.

Original issue reported on code.google.com by phil.du...@gmail.com on 18 Jan 2010 at 1:25

Attachments: