[OpenLayers-Users] rotate entire map?

2008-12-19 Thread tim perkis
I need to show a map without North at the top -- to rotate the base and all layers by an arbitrary fixed angle. I haven't seen a way to do this in openlayers. Is this possible? thanks T ___ Users mailing list Users@openlayers.org http://openlayers.o

Re: [OpenLayers-Users] Ajax delete

2008-12-19 Thread Yves Moisan
> Don't use Ajax.js. Use OpenLayers.Request. > > http://trac.openlayers.org/wiki/Request Right. I saw this is new in 2.7. I'd prefer an example than to fiddle with Request.issue ... Method=DELETE or request.DELETE. I'm now at 2/4 into the Crockford series ;-) Cheers, Yves ___

Re: [OpenLayers-Users] Ajax delete

2008-12-19 Thread Christopher Schmidt
On Fri, Dec 19, 2008 at 03:35:45PM -0500, Yves Moisan wrote: > Hi All, > > I'm putting together a simple CRUD OL + FeatureServer set up and I can > do everything except DELETE. Looking at the Ajax.js code, only GET and > POST are accepted. How did this : > http://featureserver.org/demo/json.html

[OpenLayers-Users] Ajax delete

2008-12-19 Thread Yves Moisan
Hi All, I'm putting together a simple CRUD OL + FeatureServer set up and I can do everything except DELETE. Looking at the Ajax.js code, only GET and POST are accepted. How did this : http://featureserver.org/demo/json.html ever work (function del) ? Are there functioning demos of features bein

[OpenLayers-Users] Cluster strategy on markers

2008-12-19 Thread Joao Duarte
Hi, It seems I’ve been spamming the list. I’m sorry about that but there were some problems with my mail server. I have a doubt about clustering. Is there any form of having marker clustering. I’ve successful used the cluster strategy on Vector type layers but that strategt can’t be applied

Re: [OpenLayers-Users] Using TextSymbolizer with SLD question

2008-12-19 Thread Christopher Schmidt
On Fri, Dec 19, 2008 at 05:37:02PM +0100, Sven Axt wrote: > Hi, > > I read it in the 2.7 release notes: > http://trac.openlayers.org/wiki/Release/2.7/Notes > > ... > # Format: > ... > * Format.SLD: > o Added support for TextSymbolizer. (#1542) > ... > > But perhpas i tok it wron

Re: [OpenLayers-Users] Using TextSymbolizer with SLD question

2008-12-19 Thread Sven Axt
Hi, I read it in the 2.7 release notes: http://trac.openlayers.org/wiki/Release/2.7/Notes ... # Format: ... * Format.SLD: o Added support for TextSymbolizer. (#1542) ... But perhpas i tok it wrong? Best regards, Sven Axt > On Fri, Dec 19, 2008 at 04:55:44PM +0100, Sven Axt wro

Re: [OpenLayers-Users] Using TextSymbolizer with SLD question

2008-12-19 Thread Bart van den Eijnden (OSGIS)
The support is only for serializing and sending it to a WMS service. No client-side labels if that's what you're after. Best regards, Bart Christopher Schmidt wrote: > On Fri, Dec 19, 2008 at 04:55:44PM +0100, Sven Axt wrote: > >> Hi, >> >> I read about the support for TextSymbolizer in OL 2.

Re: [OpenLayers-Users] Using TextSymbolizer with SLD question

2008-12-19 Thread Christopher Schmidt
On Fri, Dec 19, 2008 at 04:55:44PM +0100, Sven Axt wrote: > Hi, > > I read about the support for TextSymbolizer in OL 2.7 and immediatly startet > trying it. I am not aware of any support for TextSymbolizer in OpenLayers. I'm not sure where you read about it, but I think it was mistaken... Rega

[OpenLayers-Users] Using TextSymbolizer with SLD question

2008-12-19 Thread Sven Axt
Hi, I read about the support for TextSymbolizer in OL 2.7 and immediatly startet trying it. Therefore I use two wfs-layers (geoserver) wich are rendered in OL as GML2-layers. Following the very usefull sld-example (http://www.openlayers.org/dev/examples/sld.html) I created an SLD file wich yo

[OpenLayers-Users] 3 questions

2008-12-19 Thread Joao Duarte
Hello, I’ve recently started using OpenLayers and I have 3 questions: 1. I’ve been using the “resize” transition effect on my base layer. However the effect doesn’t occur in every zoom in/out. Am I missing something or the transition effect still has some issues? 2. A have many

Re: [OpenLayers-Users] 3 questions

2008-12-19 Thread Christopher Schmidt
On Fri, Dec 19, 2008 at 11:56:08AM -, Joao Duarte wrote: > Hello, > > I’ve recently started using OpenLayers and I have 3 questions: > 1. I’ve been using the “resize” transition effect on my base layer. > However the effect doesn’t occur in every zoom in/out. Am I missing > something or

[OpenLayers-Users] 3 questions

2008-12-19 Thread Joao Duarte
Hello, I’ve recently started using OpenLayers and I have 3 questions: 1. I’ve been using the “resize” transition effect on my base layer. However the effect doesn’t occur in every zoom in/out. Am I missing something or the transition effect still has some issues? 2. A have many

Re: [OpenLayers-Users] Custom Controls

2008-12-19 Thread André Matos
I think it is a bug caused for it, because the destroy method or another method is not called to unregister events of behavior controls. For example, if you add a Navigation Control to your map, and then remove it, the functionality is not removed (as expected). Thanks, André Matos -Origina

Re: [OpenLayers-Users] Custom Controls

2008-12-19 Thread André Matos
Are there any method at Control class that is called when the users remove their controls from the map? That were nice, because when the controls are added to map, the draw method are called (there you register in events, handlers etc...), and when the control is removed was nice to unregister that