[OpenLayers-Users] Problem with WFS proxy.cgi

2010-03-02 Thread moataz Elmasry
Hello List I know that this topic has been visited many times I'm aware of the following pages: http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#ProxyHost http://trac.openlayers.org/browser/trunk/openlayers/examples/proxy.cgi and the threads:

Re: [OpenLayers-Users] Problem with WFS proxy.cgi

2010-03-02 Thread Bart van den Eijnden
Hi, since you are running Tomcat and Geoserver, you are better off using: http://geoserver.org/display/GEOS/GeoServer+Proxy+Extension Best regards, Bart On Mar 2, 2010, at 6:26 PM, moataz Elmasry wrote: Hello List I know that this topic has been visited many times I'm aware of the

Re: [OpenLayers-Users] Problem with WFS proxy.cgi

2010-03-02 Thread paweluz
Hi What system do you use?? Win or Linux ?? If Windows I may help you... I was dealing with this problem for about 3 days, and today I have finally done it. I am working with: - system Win 2000 - Geoserver standalone edition 1.6.4 - Python 2.6 - Yo have to install this !! I have tins in folder

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2010-01-21 Thread Rauch, Barbara
Hi List, I now solved the database-problem that caused some popups not to be filled with information when you click on a symbol. I also checked the projection as Marc proposed, but that didn't help. I still have the problem in Firefox (and only in Firefox, it until now did never occur in IE!)

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2010-01-21 Thread Sarah Schuessler
...@terrestris.de CC: users@openlayers.org Gesendet: Donnerstag, den 21. Januar 2010, 15:48:08 Uhr Betreff: Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox Hi Sarah,   Concerning Firefox: Did you test one time or several times – if several times, always ONLY the green symbols made problems

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2010-01-21 Thread Rauch, Barbara
: [OpenLayers-Users] Problem with WFS/Popups in Firefox Hi Sarah, Concerning Firefox: Did you test one time or several times - if several times, always ONLY the green symbols made problems? And if, can you see, that the popups of the green symbols open directly at the symbol or is there an offset

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2010-01-04 Thread Marc Jansen
Hi Barbara, If I click on a feature located at POINT(2552356 5693550) (near Angerhausen, South of Duisburg) I get a GetFeatureInfo-Request with the BBOX 2546405, 5692856, 2547405, 5693856. And of course the popup is placed at the wrong coordinates and the GFI-Request is empty. IMO you should

[OpenLayers-Users] Problem with WFS/Popups in Firefox

2009-12-23 Thread Rauch, Barbara
Hello again, I'm working with Openlayers 2.7, but also tried version 2.8, but the problem with the popup-displacing after panning in Firefox remains. I also tried FramedCloud-Popup instead of AnchoredBubble - still the same problem in Firefox. Can anaybody help? Greetings Marleen

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2009-12-23 Thread Marc Jansen
Hi Marleen, I actually opened the URL you provided yesterday but could not reproduce the described behavior. Could you give detailled information about what to do to see the displaced popups? Regards, Marc Rauch, Barbara wrote: Hello again, I’m working with Openlayers 2.7, but also tried

Re: [OpenLayers-Users] Problem with WFS/Popups in Firefox

2009-12-23 Thread Marc Jansen
Hi Marleen, At least now I could confirm the behaviour once or twice. Just guessing (most of my brain is of for holidays): * In the cases I had no popup content, the wfs-request had an incorrect BBOX and therefore returned no result. * Seems as if you are asking a wfs for a feature

[OpenLayers-Users] Problem with WFS/Popups in Firefox

2009-12-22 Thread Rauch, Barbara
Hello, I successfully implemented WFS-Layers with individual symbols by creating an OpenLayers feature class for each layer. These symbols are clickable via clickevent that opens a Popup which is filled with informations by a GetFeatureRequest. In Internet Explorer everything works fine but in

Re: [OpenLayers-Users] problem with WFS GetFeature

2009-11-25 Thread pablo lopez
Thanks Andreas, I've just tried your suggestion and it didn't work. I'm now taking a look at the gml returned by mapserver to see if I need to specify more parameters. On the other hand, I was looking at the highlight feature code in http://trac.openlayers.org/wiki/Highlighting, and I wonder if

Re: [OpenLayers-Users] problem with WFS GetFeature

2009-11-25 Thread Andreas Hocevar
pablo lopez wrote: Thanks Andreas, I've just tried your suggestion and it didn't work. I'm now taking a look at the gml returned by mapserver to see if I need to specify more parameters. On the other hand, I was looking at the highlight feature code in

Re: [OpenLayers-Users] problem with WFS GetFeature

2009-11-25 Thread pablo lopez
Ok, here's the XML response from the server: ?xml version='1.0' encoding=ISO-8859-1 ? wfs:FeatureCollection xmlns:ms=http://mapserver.gis.umn.edu/mapserver; xmlns:gml=http://www.opengis.net/gml; xmlns:wfs=http://www.opengis.net/wfs; xmlns:ogc=http://www.opengis.net/ogc;

Re: [OpenLayers-Users] problem with WFS GetFeature

2009-11-25 Thread Andreas Hocevar
Hi, Try to do the following: protocol: OpenLayers.Protocol.WFS.fromWMSLayer(layer, { featureNS: http://mapserver.gis.umn.edu/mapserver;, featurePrefix: ms, geometryName: msGeometry }); Note that this looks more like WFS1.0.0 with GML2, so if the above still does not work, add

Re: [OpenLayers-Users] problem with WFS GetFeature

2009-11-25 Thread pablo lopez
Thanks Andreas, that pretty much solved the problem, the featureNS bit doesn't do anything, but the prefix and the geometry name solve the issue. Regards Pablo On Wed, Nov 25, 2009 at 1:06 PM, Andreas Hocevar ahoce...@opengeo.orgwrote: Hi, Try to do the following: protocol:

[OpenLayers-Users] problem with WFS GetFeature

2009-11-24 Thread pablo lopez
Hi list I've seen this topic discussed on this list but I'm still a little lost. I want to run the wfs get feature example with my own data served trough mapserver. I'm able to make the request and mapserver returns what seems to be a valid gml, the only problem is that it is not displaying in OL.

Re: [OpenLayers-Users] problem with WFS GetFeature

2009-11-24 Thread Andreas Hocevar
Hi, can you please try the following and report back if it works: pablo lopez wrote: control = new OpenLayers.Control.GetFeature({ protocol: OpenLayers.Protocol.WFS.fromWMSLayer(layer), Instead, use protocol:

Re: [OpenLayers-Users] Problem with WFS

2009-11-18 Thread Pedro Baracho
you will need to include proj4js to transform between projections if you are not working with EPSG:4326 or EPSG:900913 See: http://trac.openlayers.org/wiki/Documentation/Dev/ for more info. Also. On your map options you have: projection: ESPG:32639 it should be: projection: new

[OpenLayers-Users] Problem with WFS

2009-11-17 Thread maimaj
Hi all, I have a WMS layer as my base layer and also a WFS layer on top of it. OpenLayers renders the WMS layer perfectly, but the WFS layer doesn't show up. I am pretty sure that the OpenLayers is sending an appropriate request to the server (Geoserver) and the server is also responding

Re: [OpenLayers-Users] Problem with WFS

2009-11-17 Thread Pedro Baracho
Could you please copy your code so I can take look? As I understand, WFS problems are usually related to: 1- Proxy and Cross Domain Requests 2- Projections 3- Incorrect OL instancing As you stated on your email, you are getting correct responses so my guess is that you got a problem with

Re: [OpenLayers-Users] Problem with WFS

2009-11-17 Thread maimaj
Thanks for your help in the first step. You've been right, the problem was with projection. It's resolved but the WFS features do not show up. Before you mentioned that it might be a projection problem, I copied the request string (obtained by getFullRequestString function of WFS class) in the

Re: [OpenLayers-Users] Problem with WFS layer on map.setCenter()

2009-04-24 Thread Nils Weinander
Nils Weinander wrote: Hi all I have a WFS layer, with a BBOX strategy, created like: ... map.setCenter(new OpenLayers.LonLat(x, y), 5, true, true); I get an error in Bounds.intersectsBounds because the WFS layer's renderer has extent==null. Never mind, map.setCenter(new

[OpenLayers-Users] Problem with WFS layer on map.setCenter()

2009-04-24 Thread Nils Weinander
Hi all I have a WFS layer, with a BBOX strategy, created like: var platsr_wfs = new OpenLayers.Layer.WFS( PlatsR, wfsUrl, { typename: PLATSR:PLATSR_WMS }, { strategies: [ new OpenLayers.Strategy.BBOX() ], protocol: new

[OpenLayers-Users] Problem with WFS layer

2009-03-25 Thread NicolasC
Hi, I'm newbie in GIS and Openlayer. I try to display a shapefile (EPSG:3439), which is the border of persic gulf, on a google map layer. I write a mapfile for Mapserver which works with QGIS but with Openlayers the WFS layer is displayed in North Africa. My code : var map;

Re: [OpenLayers-Users] Problem with wfs examples

2009-01-03 Thread Diego Ochoa Tocachi
2008/12/29 Christopher Schmidt crschm...@metacarta.com On Mon, Dec 29, 2008 at 07:41:45PM +0100, Bart van den Eijnden (OSGIS) wrote: Hi, see: http://faq.openlayers.org/proxyhost/all/ Or even more directly:

[OpenLayers-Users] Problem with wfs examples

2008-12-29 Thread Diego Ochoa Tocachi
Hi list, I have this problem when I run the examples locally: - (wfs-reprojection.html) uncaught exception: Access to restricted URI denied (NS_ERROR_DOM_BAD_URI) this._object.open(sMethod, sUrl, bAsync, sUser, sPassword); XMLHttpRequest.js (ligne 177) - The same error happens when I

Re: [OpenLayers-Users] Problem with wfs examples

2008-12-29 Thread Bart van den Eijnden (OSGIS)
Hi, see: http://faq.openlayers.org/proxyhost/all/ Best regards, Bart Diego Ochoa Tocachi wrote: Hi list, I have this problem when I run the examples locally: - (wfs-reprojection.html) uncaught exception: Access to restricted URI denied (NS_ERROR_DOM_BAD_URI) [Break on this error]

Re: [OpenLayers-Users] Problem with wfs examples

2008-12-29 Thread Christopher Schmidt
On Mon, Dec 29, 2008 at 07:41:45PM +0100, Bart van den Eijnden (OSGIS) wrote: Hi, see: http://faq.openlayers.org/proxyhost/all/ Or even more directly: http://faq.openlayers.org/wfs/why-isnt-wfs-working-on-my-local-checkout-of-openlayers/ Best regards, Bart Diego Ochoa Tocachi wrote:

[OpenLayers-Users] problem with WFS Features

2007-09-21 Thread Pedrazzi Gelsomini
Hi to everyone... I have a seriouse problem with my WFS layer. I m going to explian before the context of my project. I have developed a web application that has a map built using OpenLayer. This map is created overlapping three different layers: - Google - WMS - WFS Here the code.