map-layers

OpenLayers / MapLayers - how to attach a Handler to a Control?

I'm using OpenLayers in a Rails app - through the MapLayers plugin. The examples for adding controls look easy - very similar to the example code on the OpenLayers.Control class - @map = MapLayers::Map.new("map") do |map, page| page << map.add_layer(MapLayers::GOOGLE) page << map.add_layer(MapLayers::YAHOO_HYBRID) page << map.ad...

Reposition element in Bing maps MapLayer Silverlight

How do you reposition an element within a maplayer? I've successfully added a UIElement to my MapLayer, and it works great! Aside from the AddChild method, I can't figure out how to update the position of my UIElement. Thanks UPDATE Looks like the methods I need are accessible statically through the MapLayer class. Hope this helps any...