Re: [OpenLayers-Users] Points in KML Format (KML mime type in IIS7)

2010-05-09 Thread Slawomir Messner
Hi, thanks for the link Carlos. I checked my files and the result is now "Errors = 0 Recommendations = 0 Suggestions = 0 The KML file is valid and complies with best practices.", but the points are not drawn in OL, except I add the lines from the first mail into the OpenLayers.Format.KML. Is

Re: [OpenLayers-Users] Multiple click control stopClick precedence/order

2010-05-09 Thread Eric Lemoine
On Wednesday, May 5, 2010, Matthew Williamson wrote: > Hello list, > I'm trying to set up a vector layer to respond to click events, and also have > a map-level click handler that gets fired if the click was not on one of my > features. I'm doing this with two controls, one with a > OpenLayers.

Re: [OpenLayers-Users] doing a search with a buffer

2010-05-09 Thread Eric Lemoine
On Sunday, May 9, 2010, sunny74 wrote: > > Hi Friends, > > I want to do a search with a buffer. > My scenario is like this. > I get a structure Id from the user and using that I get the geometry of that > structure from the postgres DB. > Now I want to do a search of all structures within a radius

Re: [OpenLayers-Users] doing a search with a buffer

2010-05-09 Thread Roald de Wit
Hi, From your other post ('drawing a polygon over selected region'), I assume that you're using MapServer. You can quite easily add a spatial filter to your WFS request. var radius = 100 * 1000; // 100km // create point from your lat and lon of your selected feature

Re: [OpenLayers-Users] Nodelist Info / GetFeatureInfo not working

2010-05-09 Thread Roald de Wit
Hi Pascal, You should pretty much always get at least *something* back: either an error or an empty reponse (FireBug would tell you). Have you really got ":80" in your settings like below? OpenLayers.loadURL("http://myownhomepage.xyz:80/geoserver/wms";, params, this, setHTML, setHTML); I

[OpenLayers-Users] custom bitmap as main background layer

2010-05-09 Thread Stephane Poirier
Hi All, I am using a custom bitmap (878 x 823 pixel) as openlayer main background layer and I get the openlayers map display that I want (http://www.oifii.org/imt/dai/src/2010may31/index_CRCM_POLSTE-BITMAP.html). I would like to be able to do coordinate (projection) transforms. Provided my bi

[OpenLayers-Users] doing a search with a buffer

2010-05-09 Thread sunny74
Hi Friends, I want to do a search with a buffer. My scenario is like this. I get a structure Id from the user and using that I get the geometry of that structure from the postgres DB. Now I want to do a search of all structures within a radius of say 100km from the structure selected by the user.

[OpenLayers-Users] drawing a polygon over selected region

2010-05-09 Thread sunny74
Hi Friends, I am doing a GETfeature over a WFS layer.I am able to get the info of selected features. I have 2 questions: 1) When I drag the mouse a box is drawn temporarily and it goes off as soon as I leave the mouse.. I want to pass the bounds of the selected region drawn to a function which w

Re: [OpenLayers-Users] Nodelist Info / GetFeatureInfo not working

2010-05-09 Thread boxplot
Hi Roald, I added this tool and loaded the page again. Unfortunately the response is empty. What could be the reason for this? Thanks, Pascal Am 09.05.2010 um 01:05 schrieb Roald de Wit: > Hi, > > Have you looked at the request that OL is sending to GS? The FireBug addin > for Firefox has a

[OpenLayers-Users] Raster map shift - solved

2010-05-09 Thread Stefanie Weykam
A couple of weeks ago I notified strange raster layer behaviour and I would now like to share with you how we solved the problem: We observed a slight shift when the raster layer was displayed in OpenLayers. The shift seemed to be dependent on scale and GetFeatureInfo requests were not affected