Re: [OpenLayers-Users] Toggle EditingToolbar

2008-11-15 Thread Eric Lemoine
Hi. You can probably register a featureselected listener on the vector layer and make that listener activate the navigation control using toolbar.controls[0].activate(). I haven't tested this myself but I'm pretty confident it, or something close to it, should work. Eric 2008/11/14, S.Reena <[EMAI

Re: [OpenLayers-Users] 2 SelectFeature at once?

2008-11-15 Thread Ivan Grcic
Hi Gordon...take a look at : http://trac.openlayers.org/ticket/1596 Using callbacks might help you, if not let me know..i have one patch prepared for this issue, but have never found time to actually attach it on ticket. regards, ivan On Sat, Nov 15, 2008 at 1:26 PM, GordonHo <[EMAIL PROTECTED]>

Re: [OpenLayers-Users] What is Open Layers

2008-11-15 Thread Christopher Schmidt
On Sat, Nov 15, 2008 at 08:27:44PM +0800, Robert Ford wrote: > HI group, > I have been wondering if someone could explain in simple terms what is Open > Layers all about. The description on website is non conclusive for me to > relate it to other open source initiatives like geoserver or geonetowor

Re: [OpenLayers-Users] OpenLayer Fedora

2008-11-15 Thread vishu73ns
Dear Chris, I am very sorry for .ambiguous question. I hv reinstalled Fedora8. My html pages are wkg fine. Mapserver wks fine using templates in html without Open Layers. *The webpages with Openlayers script do not display the portion/div earmarked for map display *Remailning webpage is displayed

[OpenLayers-Users] What is Open Layers

2008-11-15 Thread Robert Ford
HI group, I have been wondering if someone could explain in simple terms what is Open Layers all about. The description on website is non conclusive for me to relate it to other open source initiatives like geoserver or geonetowork or mapserver. How does Open Layers work? What can we do with Open

Re: [OpenLayers-Users] 2 SelectFeature at once?

2008-11-15 Thread GordonHo
ah just noticed the double post - sry, just deleted one. though does anyone had a similiar problem so far? or would it be possible to use a 'double click' instaed of the single click select? -- View this message in context: http://n2.nabble.com/2-SelectFeature-at-once--tp1496620p1502368.html Se

Re: [OpenLayers-Users] BBOX Update Bug

2008-11-15 Thread GordonHo
hi christopher, the code (snippet) would be the following: for the creation: bbox = new OpenLayers.Strategy.BBOX() var markers = new OpenLayers.Layer.Vector("Markers", { strategies: [ bbox , new

Re: [OpenLayers-Users] Question on changing Popups on Textlayer

2008-11-15 Thread Christopher Schmidt
On Sat, Nov 15, 2008 at 12:28:05PM +0100, Dirk Umlauffd wrote: > Hello all, > > is it possible to change the default size and behavior (no closebox-button) > of the popups created by the textlayer? > What has to be done to get e.g. the "Popup.AnchoredBubble, with autosize > closebox and overflow

[OpenLayers-Users] Question on changing Popups on Textlayer

2008-11-15 Thread Dirk Umlauffd
Hello all, is it possible to change the default size and behavior (no closebox-button) of the popups created by the textlayer? What has to be done to get e.g. the "Popup.AnchoredBubble, with autosize closebox and overflow" from: http://www.openlayers.org/dev/examples/popupMatrix.html into a text

Re: [OpenLayers-Users] Text layer and pop ups

2008-11-15 Thread Christopher Schmidt
On Sat, Nov 15, 2008 at 03:37:24PM +0530, Abhi wrote: > I have a text layer and when I click on the corresponding markers a pop up > opens in which I display an image. The pop up that opens now is the default > pop up which is pretty small, not very aesthetically pleasing and has no > close button.

[OpenLayers-Users] Text layer and pop ups

2008-11-15 Thread Abhi
I have a text layer and when I click on the corresponding markers a pop up opens in which I display an image. The pop up that opens now is the default pop up which is pretty small, not very aesthetically pleasing and has no close button. I went through the different popup examples given here http:

Re: [OpenLayers-Users] OpenLayer Fedora

2008-11-15 Thread Christopher Schmidt
On Sat, Nov 15, 2008 at 12:42:57AM -0800, vishu73ns wrote: > I was using my website using openlayers and mapserver in Fedora7. But since > the time i have started using Fedora8, my entire website has fallen flat. is > thr a issue with Fedora8 or firefox in fedora8 even konquerer doesn't work. > Ple

[OpenLayers-Users] OpenLayer Fedora

2008-11-15 Thread vishu73ns
I was using my website using openlayers and mapserver in Fedora7. But since the time i have started using Fedora8, my entire website has fallen flat. is thr a issue with Fedora8 or firefox in fedora8 even konquerer doesn't work. Please help. -- View this message in context: http://www.nabble.com

Re: [OpenLayers-Users] BBOX Update Bug

2008-11-15 Thread Christopher Schmidt
On Fri, Nov 14, 2008 at 05:14:06PM -0800, GordonHo wrote: > > hi tim, > > i'd be glad to supply any information i can. > > i've seen no thrown error so far, as for the protocol its text. Text is a format -- protocols are usually "HTTP" or something similar, which is probably what yours is. Can