Re: [OpenLayers-Users] SLD with different filters

2010-06-28 Thread Martin.L
Ian Turton wrote: > > Yes - start with > http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/points.html#attribute-based-point > which shows how to set radius by magnitude, there are other sections > which will cover transparency and color which you can set to > properties as with radi

[OpenLayers-Users] SLD with different filters

2010-06-28 Thread Martin.L
Hi at all! I'm trying to style points with different OGC-filters. Thereby it has to do with earthquakes. An earthquake should be visualized with the magnitude, the age and the depth. All these data is stored in a database, where Geoserver has acces on it. Now I want to style the points with SLD.

[OpenLayers-Users] SLD PointSymbolizer - size defined with variable

2010-06-04 Thread Martin.L
Keywords: GeoServer 2.0.2, OpenLayers, SLD Hey there! Is it possible to define the size of a PointSymbolizer with a variable? So far the SLD-Code looks like this: [...] Magnitude < 3 magnitude 3

Re: [OpenLayers-Users] GeoExt & OpenLayers, IE8 vs other Browsers

2010-05-26 Thread Martin.L
One question, yet. Why do I have to use a Proxy for the Popups? Is this a bug of GeoServer or OpenLayers? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/GeoExt-OpenLayers-IE8-vs-other-Browsers-tp5079946p5103927.html Sent from the OpenLayers Users mailing list archive at

Re: [OpenLayers-Users] GeoExt & OpenLayers, IE8 vs other Browsers

2010-05-26 Thread Martin.L
No I didn't change the WMS-URL. But after you told me that, I changed ist. And now...IT WORKS!! Thank you very very much. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/GeoExt-OpenLayers-IE8-vs-other-Browsers-tp5079946p5103843.html Sent from the OpenLayers Users mailin

Re: [OpenLayers-Users] GeoExt & OpenLayers, IE8 vs other Browsers

2010-05-26 Thread Martin.L
Ok my fault. Look again at the VirtualHosts-section. There is a spelling error. ProxyRequest Off is wrong. Changed it to ProxyRequests Off and now the Apache runs. Thanks again and sorry about my mistake. My problem is still exist. The Popup is empty and the request on new tab returns a result.

Re: [OpenLayers-Users] GeoExt & OpenLayers, IE8 vs other Browsers

2010-05-26 Thread Martin.L
I do have these modules installed. http://osgeo-org.1803224.n2.nabble.com/file/n5103642/apache_modules.png -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/GeoExt-OpenLayers-IE8-vs-other-Browsers-tp5079946p5103642.html Sent from the OpenLayers Users mailing list archive

Re: [OpenLayers-Users] GeoExt & OpenLayers, IE8 vs other Browsers

2010-05-26 Thread Martin.L
You mean these two modules? LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so I have these modules and took the comments in the httpd.conf away. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/GeoExt-OpenLayers-IE8-vs-

Re: [OpenLayers-Users] GeoExt & OpenLayers, IE8 vs other Browsers

2010-05-26 Thread Martin.L
You mean these two modules? LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so I have these modules and took the comments away. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/GeoExt-OpenLayers-IE8-vs-other-Browsers-tp5

Re: [OpenLayers-Users] GeoExt & OpenLayers, IE8 vs other Browsers

2010-05-26 Thread Martin.L
Thanks for the answers! @cd: My version is correctly. It makes a request to the WMS of the GeoServer. The params are optional. @Andreas: I've tried the second link and after I paste the code for the VitualHost-section, the Apache won't start again. The errormessage is "The requested operation ha

[OpenLayers-Users] GeoExt & OpenLayers, IE8 vs other Browsers

2010-05-20 Thread Martin.L
Keywords: Openlayers, GeoExt, GeoServer, Browsers Hi at all! First of all..yep I know about similar problems in other threads and forums but I dont find a solution for this problem. I try to make a GeoExt.Popup with informations from WMSGetFeatureInfo in my mapping-application. Here is the code