Re: [OpenLayers-Users] Capturing mouse events

2010-07-23 Thread Mike Leahy
ot OL expert so I don't give 100% certainty that these are the best > ways to go... they worked for me! > Piero > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/Capturing-mouse-events-tp5327630p53 > 28664.html Sent from the OpenLayers Users mailing l

Re: [OpenLayers-Users] Capturing mouse events

2010-07-22 Thread Mike Leahy
end a better way to do this? Is there a problem with taking over the mouseup event on the map div? If so, what other approach might work here (e.g., would using jQuery to bind events work better)? Regards, Mike On Thursday, July 22, 2010 21:48:54 Mike Leahy wrote: > That does work for righ

Re: [OpenLayers-Users] Capturing mouse events

2010-07-22 Thread Mike Leahy
disclose > the contents. > On Thursday, July 22, 2010 18:58:39 Mike Leahy wrote: > > Hello list, > > > > I'm taking a look at OpenLayers again, and I'm just trying to figure out > > how to effectively capture various mouse events. Based on the examples

Re: [OpenLayers-Users] Zooming with multiple kamap layers

2008-07-29 Thread Mike Leahy
Alert += "Layer de type Vector" + "\n"; > } > sToAlert += " isBaseLayer : " + map.layers[i].isBaseLayer; > sToAlert += " inRange : " + map.layers[i].inRange; > sToAlert += " Visibility : " + map.layers[i].getVisibility(); > sToAlert += "

Re: [OpenLayers-Users] Zooming with multiple kamap layers

2008-07-26 Thread Mike Leahy
ma.ominiverdi.org/ka-map/htdocs/tile.php"">http://clima.ominiverdi.org/ka-map/htdocs/tile.php"</a>;, {i:"PNG",map:"cvs",g:"Places",version:"6"} ); map.addLayers([ly1,ly2]); map.zoomToExtent(new OpenLayers.Bo

[OpenLayers-Users] Zooming with multiple kamap layers

2008-07-25 Thread Mike Leahy
Hello list, I've been working on an application that uses Ka-Map, but I think I might consider adopting OpenLayers for the client-side part. I have been able to setup a map that loads two layers (see sample HTML below). When the map initially starts, I call roads.setVisibility(true);, and