Re: [OpenLayers-Users] OpenLayers.Control.ModifyFeature

2010-03-21 Thread Eric Lemoine
On Friday, March 19, 2010, mario1...@libero.it mario1...@libero.it wrote: Hi, I've got a problem with modify feature control. It seems like onModificationStart event is call always before the other event I've got on my application even if I recall the other event. Is there a way to

Re: [OpenLayers-Users] SaveStrategy does not work - WFSProtocol with Vector Layer

2010-03-21 Thread paweluz
Hi! I probably know where is the problem. For sure this is no problem of Openlayers. This is problem of Geoserver and Postgis I have create my table from shp file. All the geometry are Multilinestring... When I try to add new data I got error. I have made an experiment. I have created new

[OpenLayers-Users] wfs call that both displays features and parses them...?

2010-03-21 Thread Chris Green
Hi all I have defined a vector layer which successfully makes a WFS call and displays features captured by my filter, as below: var wfs = new OpenLayers.Layer.Vector(WFS, { styleMap: WFSstyle, strategies: [new OpenLayers.Strategy.Fixed()], protocol:

Re: [OpenLayers-Users] Popups doubt in example Feature Info in Popup

2010-03-21 Thread sunny74
Hi MARCOS, You say that the GetFeature Info in Popup is working for you. It is not working for me. One important difference is that My mapfile is pointing to the shape files whereas yours is to the DB. So I am not sure if openlayers + mapserver can get the attribute data from the shape files.

[OpenLayers-Users] Get Feature Info in pop up working example

2010-03-21 Thread sunny74
Dear Friends, Does anybody have a working example of Get Feature Info in POP up where the map file is pointing to and getting attribute data from the shape files? If so pls give a step by step description of what you have done along with the code.Also the mapfile changes that you have done to

Re: [OpenLayers-Users] BING and OpenLayers

2010-03-21 Thread Roger André
Ok, I think I'll take the next step of fining a bug now. Thanks, Roger -- On Fri, Mar 19, 2010 at 4:13 PM, Roger André ran...@gmail.com wrote: Hi Eric, I appreciate the link to documentation, and have tried to apply the information it contains.  The best I can do with it is below.  It

Re: [OpenLayers-Users] Get Feature Info in pop up working example

2010-03-21 Thread Robert Sanson
Hi In my OpenLayers code I register a click event on the map. This captures the x,y of the click point, then computes a bounding box which is then used to create WMS GetFeatureInfo request. The return from that request can then be parsed, with values put into a div on the page or put into a

Re: [OpenLayers-Users] Get Feature Info in pop up working example

2010-03-21 Thread sunny74
Hi Robert, Thanks for your reply. There are a few doubts about the code: 1) If you taken a single lonlat and then made a bounding box(BBOX) by doing +- 10. But what if I want to get the feature info of just one point.What will be the url in that case? 2) The url is var regc =