Re: [OpenLayers-Users] Custom control isn't working properly - how to unregister?

2007-11-22 Thread Pascal Ehlert
> No problem, but shouldn't the Panel call the deactivate method of > Control.Navigate when changing controls? > That's at least what it does for my control ;-) Okay, sorry, it _does_ call it, I've just screwed it up. I've added the Navigation control not only to the panel but to the regular map

Re: [OpenLayers-Users] Custom control isn't working properly - how to unregister?

2007-11-22 Thread Pascal Ehlert
Hi Eric! > Your activate() and deactivate() methods should call the parent's > methods: [..] > In this way, you need not yourself set active to false|true. Cool, that stuff is working like a charm now. Thank you. >> Sorry, but this is not working either, it complains that >> this.map.unregist

Re: [OpenLayers-Users] Custom control isn't working properly - how to unregister?

2007-11-21 Thread Pascal Ehlert
FYI, I've put the current version of the mapping app on my testing server. You can access it from this address: http://odamap.hacksrus.net/map.html ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Custom control isn't working properly - how to unregister?

2007-11-21 Thread Pascal Ehlert
I hope someone can help me with sorting out the last problems as well. Regards Pascal Ehlert ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] Custom control isn't working properly - how to unregister?

2007-11-16 Thread Pascal Ehlert
Hi mailing list! I'm trying to build my own control to enable the user to query some information depending on where he clicked. Now I'd like to add this control to my panel and change between normal navigation and query mode. Unfortunately there are two problems with it: The first is that the

Re: [OpenLayers-Users] maxExtent

2007-06-18 Thread Pascal Ehlert
Ok, I already fixed that! I only had to add "displayOutsideMaxExtent: true" to the layer. Pascal Ehlert wrote: > Ok, sorry, I checked the list's archive and found that OpenLayers only > prevents the user from panning out of the middle of the viewport. > So that work

[OpenLayers-Users] maxExtent

2007-06-18 Thread Pascal Ehlert
Ok, sorry, I checked the list's archive and found that OpenLayers only prevents the user from panning out of the middle of the viewport. So that works fine but I still don't understand why it doesn't load the border sections anymore. ___ Users mailing l

[OpenLayers-Users] maxExtent

2007-06-18 Thread Pascal Ehlert
Hi all! At first I'd like to thank you for your incredible work. OpenLayers saved me so much time! Ok, the only thing (or one of the more important things ;)) you could still do is improving the documentation.. And there we go. This is my map: http://pascal.hacksrus.net/dev/map.html I wanted t