Re: [OpenLayers-Users] unlimited max extend or without bounds

2010-08-27 Thread Andreas Hocevar
Since geometries in OpenLayers are planar, this is a bit tricky. What you can do is set the wrapDateLine option of your base layer to true, then you will at least have an infinite space in longitudinal direction. Regards, Andreas. On Aug 27, 2010, at 01:28 , Ricardo Rodríguez wrote: hello

Re: [OpenLayers-Users] OpenLayers.Feature.Vector style

2010-08-27 Thread Andreas Hocevar
On Aug 27, 2010, at 07:52 , Slawomir Messner wrote: 1. Is this the recommended way to work with styles or is there a better way? Is there maybe already a tool? You have several options, as styling has evolved in OpenLayers 2.0. For the recommended way of client-side styling in OpenLayers,

[OpenLayers-Users] proxy.cgi fails

2010-08-27 Thread Sven Burbeck
Hello, sorry for asking stupid newbie questions but I fail to get the proxi.cgi working. I followed the FAQ description: http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#ProxyHost I've installed Apache 2.2.13 on SUSE11.2 via rpm. Apparently the default cgi-bin is under /srv/www/cgi-bin

Re: [OpenLayers-Users] WMS getFeatureInfo Popup

2010-08-27 Thread Kiks
After replacing special characters, passing the url to the browser, it happens that the url is not valid due to the absence of the map parameter requested from mapserver. I tried to add the map parameter and also to pass it directly in the url parameter as you can see below: info = new

Re: [OpenLayers-Users] OpenLayers.Feature.Vector style

2010-08-27 Thread Slawomir Messner
Thanks for the very fast and detailed answer. We cannot render features at the server and send them as an image, because we want them editable and the look and feel of a desktop tool. I works well but not every part fits together. (I hope it changes with your hints.) I think it would be also

Re: [OpenLayers-Users] proxy.cgi fails

2010-08-27 Thread Marc Jansen
Hi Sven, Just some thoughts/questions: * What is the exact server message? * Is your test.cgi a python cgi? * Can proxy.cgi find the pythoin executable? * On a terminal on that machine issue which python This should give you the path to the python executable

Re: [OpenLayers-Users] proxy.cgi fails

2010-08-27 Thread Sven Burbeck
Hi Marc, 1.) Browser indicates: waiting for localhost and finally: urlopen error [Errno 110] Connection timed out 2.) mytest.cgi indeed wasn't Python but Perl. However, I changed it to Python Content: #!/usr/bin/python print Content-type: text/html\r\n\r\n; print Python CGI

Re: [OpenLayers-Users] OpenLayers.Feature.Vector style

2010-08-27 Thread Slawomir Messner
Ok, I've one...two questions. When I shouldn't use style.styles[default].defaultStyle[attribName] then how can I change ..let's say fontSize... for the whole layer? Create a new Style and replace the old one? And how to change the fontSize dependent on the map resolution. Is it possible by

Re: [OpenLayers-Users] OpenLayers.Feature.Vector style

2010-08-27 Thread Andreas Hocevar
On Aug 27, 2010, at 11:42 , Slawomir Messner wrote: Ok, I've one...two questions. When I shouldn't use style.styles[default].defaultStyle[attribName] then how can I change ..let's say fontSize... for the whole layer? Create a new Style and replace the old one? var defaultStyle =

Re: [OpenLayers-Users] proxy.cgi fails

2010-08-27 Thread Marc Jansen
Hi Sven, Is there some firewall active on the server? What do you see if you enter http://example.com/cgi-bin/proxy.cgi in your browser manually? When called without parameters, it'll try to access www.openlayers.org. You should see the OpenLayers Homepage served by your proxy (You'll need

Re: [OpenLayers-Users] showing textlabels on a KML layer

2010-08-27 Thread Thomas PAPIN
Cool project, One more thing, add to your stylemap labelSelect: true so the user will be able to click on the text and not only on the point. Thomas 2010/8/26 Tim Alder tim.al...@s2002.tu-chemnitz.de Thanks a lot. The result is now:

[OpenLayers-Users] Rotating WMS WMF features for displaying the layout of interiors

2010-08-27 Thread Gregor Petrin
Hi, I was wondering, how feasible would it be to rotate a layer before displaying it, both for WMS and WFS? The idea is to display the interior of any building rotated by a certain angle X (which is either user defined or calculated for each building) to display a 'nice' view to people who are

Re: [OpenLayers-Users] proxy.cgi fails

2010-08-27 Thread Sven Burbeck
Hi, the firewall is off. Entering http://example.com/cgi-bin/proxy.cgi manually in the browser brings up the following message: Not Found The requested URL /cgi-bin/proxy.cgi was not found on this server. Apache/2.2.3 (CentOS) Server at example.com Port 80 entering

Re: [OpenLayers-Users] proxy.cgi fails

2010-08-27 Thread Marc Jansen
Hi Sven, are you using another proxy to access URLs in your network? I found this Mailinglist discussion http://mail.python.org/pipermail/python-list/2008-December/569855.html If that is still not doing the trick, I',m afraid I am running out of ideas soon. Regards, Marc On 27.08.2010

Re: [OpenLayers-Users] proxy.cgi fails

2010-08-27 Thread BMcBride
Hi Sven, If you are having troubles with the CGI proxy script, you could always use a PHP proxy script. The http://osgeo-org.1803224.n2.nabble.com/file/n5469364/proxy.php proxy.php script from Mapbuilder works well with OpenLayers: http://docs.codehaus.org/display/MAP/Downloads

[OpenLayers-Users] IE (IE7 IE8 in compatible mode) support for OpenLayers

2010-08-27 Thread Yingqi Tang
All, Is there any official or relatively complete written up on the IE support of OpenLayers? E.g. what is working and what is not working etc? I see a little this and a little that on several specific bug or so but thing gives people a clear overview of how OpenLayers works in IE. Any idea?

Re: [OpenLayers-Users] OpenLayers.Control.SelectFeature with highlight, toggle

2010-08-27 Thread Christian Niemitz-Rossant
Hi Eric, after filing the ticket http://trac.openlayers.org/ticket/2812 I got a message from Ilias, because he had to deal with the same problem. His solution to add to the selectCtrl an onUnselect and in this function to call highlightCtrl.unhighlight(feature); works fine for me. The two

Re: [OpenLayers-Users] IE (IE7 IE8 in compatible mode) support for OpenLayers

2010-08-27 Thread Paul Spencer
http://trac.openlayers.org/wiki/Browsers OpenLayers functions identically in all major browsers, including IE. Some things occasionally slip through the cracks and end up not working correctly in some browsers even though all new development requires automated tests. Anything that comes up

Re: [OpenLayers-Users] IE (IE7 IE8 in compatible mode) support for OpenLayers

2010-08-27 Thread Andreas Hocevar
OpenLayers fully supports IE7 and IE8, the latter in both compatible and native mode. This means that everything you can do in other supported browsers, you can also do in IE. IE specific bugs exist because IE is much different from other, more standards compliant browsers. The biggest

Re: [OpenLayers-Users] OpenLayers.Control.SelectFeature with highlight, toggle

2010-08-27 Thread Eric Lemoine
On Fri, Aug 27, 2010 at 3:37 PM, Christian Niemitz-Rossant c...@m-click.de wrote: Hi Eric, after filing the ticket http://trac.openlayers.org/ticket/2812 I got a message from Ilias, because he had to deal with the same problem. His solution to add to the selectCtrl an onUnselect and in this

Re: [OpenLayers-Users] WMS getFeatureInfo Popup

2010-08-27 Thread David Fawcett
When you include your map parameter in the base URL, do you get a valid WMS URL? On Fri, Aug 27, 2010 at 3:12 AM, Kiks enrico.o...@gmail.com wrote: After replacing special characters, passing the url to the browser, it happens that the url is not valid due to the absence of the map parameter

Re: [OpenLayers-Users] IE (IE7 IE8 in compatible mode) support for OpenLayers

2010-08-27 Thread Yingqi Tang
Thanks a for the summary. On Fri, Aug 27, 2010 at 6:53 AM, Andreas Hocevar ahoce...@opengeo.orgwrote: OpenLayers fully supports IE7 and IE8, the latter in both compatible and native mode. This means that everything you can do in other supported browsers, you can also do in IE. IE specific

[OpenLayers-Users] Coding back-off

2010-08-27 Thread Lance Norskog
Here is the same little graph database program in several APIs: http://nosql.mypopescu.com/post/405045629/get-a-taste-of-graph-databases-infogrid-and-neo4j Something like this for geo libraries would be really useful. -- Lance Norskog goks...@gmail.com