Update to OpenLayers 2.10

This commit is contained in:
Tom Hughes 2010-09-09 16:27:50 +01:00
parent 8f5c54f805
commit d28457b005
2 changed files with 183 additions and 130 deletions

View file

@ -17,10 +17,10 @@ page << <<EOJ
sides: 4,
snapAngle: 90,
irregular: true,
persist: true,
callbacks: { done: endDrag }
persist: true
}
});
box.handler.callbacks.done = endDrag;
map.addControl(box);
map.events.register("moveend", map, mapMoved);

File diff suppressed because one or more lines are too long