Hello there,

I want to perform a map update (getting new markers) each time dragging 
the map has finished. What i tried so far ended up in the map-dragging 
getting disabled:

   // Create a drag handler
   var draghandler = new OpenLayers.Handler.Drag(this, {done: function() 
{this, updatemarkers();}} );

   // Attaching the draghandler to the map
   draghandler.setMap(map);

   // Activate draghandler
   draghandler.activate();

What can I do better?

Regards,
    Claudius
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to