Re: [OpenLayers-Users] geoserver 1.7.4 to 2.0.1. doesn#t show WFS any more

2010-07-14 Thread Barbara Fiederer
Hi Andreas, that's it. Thanks a lot. Barbara -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/geoserver-1-7-4-to-2-0-1-doesn-t-show-WFS-any-more-tp5287927p5291307.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

Re: [OpenLayers-Users] geoserver 1.7.4 to 2.0.1. doesn#t show WFS any more

2010-07-13 Thread Barbara Fiederer
Sorry, its Geoserver 2.0.2. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/geoserver-1-7-4-to-2-0-1-doesn-t-show-WFS-any-more-tp5287927p5291194.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users m

[OpenLayers-Users] geoserver 1.7.4 to 2.0.1. doesn#t show WFS any more

2010-07-13 Thread Barbara Fiederer
Hi out there! I created a demo, where there are only objects that cause problems -> see here: http://dili-online.de/map/demo-BasisTest_gs100714.html when I use geoserver 1.7.4. with OL 2.8 with this patch to fix the error NS_ERROR_NOT_INITIALIZED - [nsIXMLHttpRequest.send] -> http://n2.nabble.co

Re: [OpenLayers-Users] controls apearing vertically..

2010-06-07 Thread Barbara Fiederer
Hi, use "float: right;" (or left) on your DIV Barbara -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/controls-apearing-vertically-tp5148504p5148641.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ U

Re: [OpenLayers-Users] Find out about the geometrytype of a layer

2010-04-14 Thread Barbara Fiederer
Hi Alexandre, the error is here: line 513 of vector.js: !(feature.geometry instanceof this.geometryType)) { . "feature.geometry" is undefined, "this.geometryType" is OpenLayers.Geometry.MultiLineString When I check in line 488 of vector.js "addFeatures: function(features, options) { ..." t

Re: [OpenLayers-Users] Find out about the geometrytype of a layer

2010-04-14 Thread Barbara Fiederer
Hi Alexandre, I added "myLayer.addOptions({geometryType:"OpenLayers.Geometry.MultiLineString"});" to the Layer options. -> Control in firebug: property is set correctly In geoserver: the_geom = MultiLineString the Control ist defined as follows: var mydraw = new OpenLayers.Control.DrawFeature( l

[OpenLayers-Users] Find out about the geometrytype of a layer

2010-04-13 Thread Barbara Fiederer
Hi, how can I find out about the geometrytype of a vector layer? Any ideas? And does the suggested method work, even if there aren't any features yet? I want to automatically set the right handler for a DrawFeature-Control.   Thanks for answering   Barbara     NEU: WEB.DE DSL für 19,99 EUR/mtl.

[OpenLayers-Users] Filter features of a Vector-Layer

2010-01-19 Thread Barbara Fiederer
Hi List, I need some help to receive a Vector-Layer with filtered features, because I need more features than I can request via GET. Before learning that, I started with filtering a WFS, that worked. I narrowed it down to a basic example, that is shown below. This is the working code: OpenLaye

[OpenLayers-Users] Search Mailing Lists (via Nabble) does not work

2010-01-14 Thread Barbara Fiederer
Hi List, I was absent for some time, and now being back, I find out that the archiv search via nabble ist broken. It helped me a lot in the past, so I miss it. Thanks for answering this question (problably not the first time!) Barbara __

Re: [OpenLayers-Users] request and parse GML

2009-11-19 Thread Barbara Fiederer
Hi Pedro, hi list, it might not be perfect, but this is how it works. Maybe it helps someone else. var filter = new OpenLayers.Format.Filter({version: "1.1.0"}); var xml = new OpenLayers.Format.XML(); var filter1 = new OpenLayers.Filter.Logical({ type: OpenLayers.Filter.Logical.OR,

Re: [OpenLayers-Users] request and parse GML

2009-11-18 Thread Barbara Fiederer
Hi Pedro, hi list, thank you for answering my question. > Is your html code on the same domain of your data? In example: http:// > localhost:8080/mypage.html and http://localhost:8080. > If not you have to set OpenLayers.ProxyHost so you can request data > from other domains. I do use a proxy

[OpenLayers-Users] request and parse GML

2009-11-12 Thread Barbara Fiederer
Dear list, I've got problems with parsing a GML-Format. I do get two objects though from geoserver, as I filtered them. But I don't seem to be able to get the key:value-pairs either of the request or the parser (or both ;-)) set correctly. Can someone please help me use the namespace prefixes

[OpenLayers-Users] OpenLayers.Protocol.WFS.fromWMSLayer

2009-06-15 Thread Barbara Fiederer
per Library Natural Docs on dev.openlayers.org". Is there a workaround for OL 2.7 (preferred)? Or is it save to use these prerelease methods? If so, how can I get the OL 2.8 release? Thanks for answering. Barbara Fiederer T

Re: [OpenLayers-Users] WFS-T example won't work bec ause of error in gears_init.js line 51

2009-05-27 Thread Barbara Fiederer
putting breakpoints. > That might helps a lot, > > Alexandre > > Barbara Fiederer wrote: > > Hi out there, > > > > I'm new to OpenLayers, so this might be an easy problem, but I can't get it > > solved on my own. > > > > At the moment I

[OpenLayers-Users] WFS-T example won't work because of error in gears_init.js line 51

2009-05-26 Thread Barbara Fiederer
Hi out there, I'm new to OpenLayers, so this might be an easy problem, but I can't get it solved on my own. At the moment I try to understand the examples on the OpenLayers.org-Site and to adjust them to my data. The easier ones worked out fine. But now I cannot get a WFS-T example to work. I