Re: [OpenLayers-Users] WFS layer does not overlay with the WMS layer in Mozilla FF

2007-12-10 Thread goeserver developer
hi, I am using geoserver. But wfs overlays correctly with WMS, in IE but not in FF. oven38 wrote: Do you use GeoServer ? GeoServer has proprems to transform from and to some SRS's with BBOX parameter in WFS GetFeature requests. lp, Alfred I have the same problem. I was displaying a

[OpenLayers-Users] WFS layer does not overlay with the WMS layer in Mozilla FF

2007-12-05 Thread goeserver developer
Hi, In my application (Using openlayers) I have the states layer displayed as a WMS layer. In search I query with WFS for particular state(eg: Texas). In IE it overlays correctly. But in Mozilla FF there is slight dislocation. How can it be corrected. Thanks, -- View this message in context:

[OpenLayers-Users] Zoom to a WFS filter feature

2007-11-26 Thread goeserver developer
Hi I have added a wfs layer with the filter option . Now I want to zoom to it .I am be able to do it with : bounds = new OpenLayers.Bounds(-9441241.90017852,4636148.46449042,-8963467.99653102,5159004.74932964);// state :ohio map.zoomToExtent(bounds); but I have to do it

[OpenLayers-Users] how can I extract the gml:coordinates

2007-11-26 Thread goeserver developer
Hi I am doing a search with Topp:states layer with respect to state name. The map should zoom to the name which I choose (eg:Ohio) I have added a wfs layer with the filter option . how can I get the bounds to zoom it.Below I have used the static value for a particular state.How can I get it

Re: [OpenLayers-Users] Zoom to a WFS filter feature

2007-11-26 Thread goeserver developer
Hi, thanks, Its working fine on FF except some problem with IE . Eric Lemoine-3 wrote: Hi getBounds() On Nov 26, 2007 12:47 PM, goeserver developer [EMAIL PROTECTED] wrote: Hi I have added a wfs layer with the filter option . Now I want to zoom to it .I am be able to do

Re: [OpenLayers-Users] filtering WFS layers

2007-11-21 Thread goeserver developer
hi, I want to use the filter option with WFS.('filter':'myfilterstring' ) . But results are not displayed. Can Suggest a way out. Thanks Christopher Schmidt-4 wrote: On Fri, Sep 07, 2007 at 03:11:27PM +0100, David Herbert wrote: I have a requirement to apply a property filter to a WFS

Re: [OpenLayers-Users] searching a feature with open layers

2007-11-20 Thread goeserver developer
. With javascipt and WFS I am able to do it . But with openlayers ,how could it be done. Eric Lemoine-3 wrote: On Nov 13, 2007 1:19 PM, goeserver developer [EMAIL PROTECTED] wrote: Hi, How can I include a search ? I am displaying the topp:states layer along with google map with openlayers. I

Re: [OpenLayers-Users] search/query

2007-11-20 Thread goeserver developer
Hi, I too have the same requirement. I have to query the states layer with respect to its name (eg: state_name= ohio) . Filter is not showing the results with WFS. Pls could you help out with. Briefly could you explain , how to get the Json output . Thanks, lance dyas wrote: R. Ortner

Re: [OpenLayers-Users] WFS Problems

2007-11-20 Thread goeserver developer
Hi, Could you get a solution for it. I too have the same problem. Any help will be appreciated . Thanks, ihaddad wrote: hi guys, i know i've posted something similar, but i am still having some problems. i created a table in postgis with (id, name,the_geom) where the_geom is a geometry

Re: [OpenLayers-Users] Popup for WFS Feature

2007-11-20 Thread goeserver developer
Hi, when I use a filter with WFS its not working . Any help for getting the output. Thanks, Erik Uzureau-3 wrote: so you want popups tied to your markers... you seem to be on the right path. you just need to subclass OpenLayers.Feature.WFS and override createMarker(). In your new

[OpenLayers-Users] searching a feature with open layers

2007-11-13 Thread goeserver developer
Hi, How can I include a search ? I am displaying the topp:states layer along with google map with openlayers. I also want to include a textbox where I can key in the state name to search. How will geoserver do the WFS part? Can it be done with Geojson . Thanks, -- View this message in

[OpenLayers-Users] google map with wms layer and to search a feature of that layer.

2007-11-12 Thread goeserver developer
Hi, First with geoserver ,I want a layer on top of google earth, I am able to do with geoserver and Google map API( eg in gmaps). But I would like to achieve it using openlayers. And also include a search with it for the layer I added. not the google API custom search. -- View this message in