Re: [OpenLayers-Users] tomcat and proxy

2009-03-10 Thread Lehtonen, Mika
Hi, does your cgi-bin directory work with other scripts? Is your python working (in that path) with other python scripts? I don't know Vista but maybe there is a unix-like mode setting for files, that is, whether file can be read, wrote or/and executed. If it can't be executed, the proxy won't w

[OpenLayers-Users] tomcat and proxy

2009-03-10 Thread Paulo Cesar Rocha
Hi, I changed tomcat web.xml and copied the proxy.cgi python script from the OL example directory to the /webapps//cgi-bin/ directory (I'm using Vista, Tomcat5.5 and Geoserver). When I type the url http://localhost:8080/cgi-bin/proxy.cgi in IE it lists openlayers proxy instead of openlayers hompag

[OpenLayers-Users] Mapserver serves tiled images

2009-03-10 Thread Asle Benoni
Hi, I am new to open layers. I am running mapserver on OS X and openlayers. I have a problem where the map is tiled, repeating itself. I have read the FAQ http://faq.openlayers.org/map/why-do-i-see-repeated-chopped-off-labels-in-my-map/ I put "PARTIALS FALSE" in the map file like this (first p

Re: [OpenLayers-Users] [Geowanking] OpenLayers code ported to ActionScript 3

2009-03-10 Thread Bouiaw
Hi, Scott already contacted us, and we are working together to integrate its code to the OpenScales project. I plan to integrate Scott code in our svn today or tomorrow. Since we have some existing code, we will work this week to review and modify the Scott code to see if we are ok to base OpenSc

Re: [OpenLayers-Users] Read support for SLD TextSymbolizer

2009-03-10 Thread Tim Schaub
Hey- Zer wrote: > Hi List, > > Does anyone know if there is support for reading SLD TextSymbolizer? Trunk > maybe? > Not yet. Only TextSymbolizer writing [1] is supported. I'll make a patch for the reading support [2]. Tim [1] http://trac.openlayers.org/browser/trunk/openlayers/lib/OpenLa

Re: [OpenLayers-Users] typo examples/click-handler.html

2009-03-10 Thread Eric Lemoine
On Tue, Mar 10, 2009 at 4:22 PM, Erwin Poeze wrote: > On line 91 of file examples/click-handler.html it should probably say > 'handlerOptions' instead of 'hanlerOptions' Thx for reporting this. -- Eric ___ U

[OpenLayers-Users] typo examples/click-handler.html

2009-03-10 Thread Erwin Poeze
On line 91 of file examples/click-handler.html it should probably say 'handlerOptions' instead of 'hanlerOptions' Erwin ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] OL Map setcenter problem with IE

2009-03-10 Thread Emmanuele Sordini
On Fri, Mar 6, 2009 at 2:09 PM, Christopher Schmidt wrote: > > Sounds like you may be initializing the map before IE has completely > drawn the div, and Google therefore gets a size of 0 initialized at some > point. That was exactly my reasoning on the problem. > At the end of your function, try

Re: [OpenLayers-Users] [OpenLayers-Dev] Pending tile requests in IE

2009-03-10 Thread Christopher Schmidt
On Tue, Mar 10, 2009 at 10:39:02AM +0100, Eirik Wahl wrote: > Hi! > > I have not seen the fix made by João Duarte, but I have re-created the patch > (I think...) for myself, and it seems that pending tile requests are > correctly cancelled with this fix: > > OpenLayers version: 2.7 > File: open

Re: [OpenLayers-Users] proxyhost using window url parameters

2009-03-10 Thread albert valls
I've found the solution by myself. the problem is with the OpenLayers.Ajax.Request. If you don't pass a 'parameters' option then it gets the parameters from the window url: new OpenLayers.Ajax.Request(url, { method: 'post' ,onComplete: suc

Re: [OpenLayers-Users] [OpenLayers-Dev] Pending tile requests in IE

2009-03-10 Thread Joao Duarte
Hi Erik, I haven't had time to make the patch but your solution is exactly the same as ours. Same line, same code! Regards, João Duarte -Original Message- From: Eirik Wahl [mailto:eirik.w...@powel.no] Sent: terça-feira, 10 de Março de 2009 09:39 To: Andreas Hocevar; Joao Campos Duarte

Re: [OpenLayers-Users] [OpenLayers-Dev] Pending tile requests in IE

2009-03-10 Thread Eirik Wahl
Hi! I have not seen the fix made by João Duarte, but I have re-created the patch (I think...) for myself, and it seems that pending tile requests are correctly cancelled with this fix: OpenLayers version: 2.7 File: openlayers\lib\OpenLayers\Tile\Image.js is changed at line 121, where this is a

Re: [OpenLayers-Users] Deleting a feature

2009-03-10 Thread Jan van der Ven
Dave, I had the same problem when changing the modify control from shape to size. I fixed it like this: modifyControl.selectControl.unselect(modifyControl.feature); You have to get the timing right though. Kind regards, Jan -Original Message- From: users-boun...@openlayers.org [mai

Re: [OpenLayers-Users] need Static image as map of small city with correct longitude and latitude

2009-03-10 Thread nab
Hi again,Thank to all, i Figured out my mistake, map.zoomToMaxExtent(); I need to use it in correct order which i didn't in correct order. thank you all once again for help and suggestions. On Tue, Mar 10, 2009 at 8:48 AM, nab wrote: > > Hi,I didn't sent full code before, > > Here i am sending

[OpenLayers-Users] need Static image as map of small city with correct longitude and latitude

2009-03-10 Thread nab
Hi,I didn't sent full code before, Here i am sending full code: -- http://www.w3.org/1999/xhtml";> OpenLayers Image Layer Example p.ca