[OpenLayers-Users] Problems setting up TileCache

2008-07-29 Thread Nina Helle-Mildt
Hi to Everyone! I have setup an OpenLayers application that I am trying to get to work with TileCache. The layer is a MapServer served WMS layer (the base layer comes from Google). Using the following URL I can see a tile:

Re: [OpenLayers-Users] Problems setting up TileCache

2008-07-29 Thread Christian López Espínola
Hi, On Tue, Jul 29, 2008 at 12:01 PM, Nina Helle-Mildt [EMAIL PROTECTED] wrote: Hi to Everyone! I have setup an OpenLayers application that I am trying to get to work with TileCache. The layer is a MapServer served WMS layer (the base layer comes from Google). Using the following URL I

Re: [OpenLayers-Users] Problems setting up TileCache

2008-07-29 Thread Eric Lemoine
Hi. Your bbox is incorrect in tilecache.cfg, it's expressed in 4326 while it should be in 900913. Hope this helps. Eric 2008/7/29, Nina Helle-Mildt [EMAIL PROTECTED]: Hi to Everyone! I have setup an OpenLayers application that I am trying to get to work with TileCache. The layer is a

Re: [OpenLayers-Users] Dragging a DOM element onto an OpenLayers map

2008-07-29 Thread Marc Jansen
Hey Kevin, ...all is possible, but I'm sure you know that. :-) Are your list-items already dragable? If not, I would suggest using an existing solution of any JS-framework out there (jQuery and the like). As for the rest you need a callback on the drag-end-event of the li that checks if the

Re: [OpenLayers-Users] Context Documents - WMC.html example

2008-07-29 Thread Bart van den Eijnden (OSGIS)
Hi Joanne, I use it with a different projection than EPSG:4326, but I have my map constructed beforehand and merge the context layers back into an existing map object. Also because it is hard for OL to guess what set of resolutions is a good match for your projection. If I load the first

Re: [OpenLayers-Users] listener on zoom

2008-07-29 Thread Eric Lemoine
On Tue, Jul 29, 2008 at 5:48 PM, Alexandre Dube [EMAIL PROTECTED] wrote: Hi everybody, I want to disable and enable html form elements at a certain scale. Can I register an event listener my map when it resizes ? I saw map.events.listeners.resize and also ...zoomend. Can I use those ?

Re: [OpenLayers-Users] listener on zoom

2008-07-29 Thread Alexandre Dube
Eric, After trying this and that, I found out how it works. Buy thank you anyway, Eric. Actually, I used the Scale Control as my example, because I though It does the same thing ! ( change a value each time we zoom ). But, I found out that this control uses moveend instead of

Re: [OpenLayers-Users] Zindex problem with Firefox 3...

2008-07-29 Thread Erik Uzureau
Hey Steve, that ticket now has a patch, which will do exactly this, but on the main map div. it's been approved for inclusion to trunk... i'm just waiting for my laptop (out of commission) to put it into trunk. zip zip e On Tue, Jul 29, 2008 at 11:23 AM, Steve Lime [EMAIL PROTECTED]wrote:

Re: [OpenLayers-Users] Dragging a DOM element onto an OpenLayers map

2008-07-29 Thread bradleyspencer
Kevin, I do this a lot. I use dom-drag.js lib that does this very well. You just have to make sure the map Div z-index is set to 0 for FF3. Script featured on Dynamic Drive (http://www.dynamicdrive.com) Just get to the dom-drag.js stuff. Cheers, Brad Spencer -Original Message-

Re: [OpenLayers-Users] listener on zoom

2008-07-29 Thread Eric Lemoine
On Tue, Jul 29, 2008 at 9:01 PM, Alexandre Dube [EMAIL PROTECTED] wrote: Eric, Hi Alexandre, After trying this and that, I found out how it works. Buy thank you anyway, Eric. Actually, I used the Scale Control as my example, because I though It does the same thing ! ( change a value

[OpenLayers-Users] Virtual Earth map troubles in IE7

2008-07-29 Thread David Wright
Greetings, I'm trying to use MetaCarta GTS collections on Virtual Earth maps. With the hosted OpenLayers.js, I get a script error in IE7 when panning after I zoom all the way out. I also get the error when initializing the map to global scale using a 1 like this:

[OpenLayers-Users] Browser back and forward button

2008-07-29 Thread Matthew Doyle
Hi OpenLayers Users, My client has a need to place control on the users browser back and forward buttons. Simply put, when he does any sort of action like zoom, pan, switch a layer on, etc. he always assumes that the back button will take him to the last state he was in within the mapping tool.