Re: [OpenLayers-Users] javascript lessons / learning

2007-07-20 Thread Jacolin Yves
Le Friday 20 July 2007 09:43:02 Richard Duivenvoorde, vous avez écrit : - really have a look at the documentation of firebug (I was using it, but didn't know it had so much possibilities): still using alerts? read:   http://www.getfirebug.com/logging.html Hi, Thanks for your links, specially

Re: [OpenLayers-Users] Can't view a GeoRSS

2007-07-20 Thread Simo D
Hi, I found wich is the problem. The parser can't parse the geo:Point tags. If I remove theese tags from the code it works fine. Thank you. Simone Christopher Schmidt-4 wrote: On Tue, Jul 17, 2007 at 07:01:17AM -0700, Simo D wrote: Thanks but my proxy.cgi is ok and the application is

Re: [OpenLayers-Users] Hard to click on points for GetFeatureInfo

2007-07-20 Thread Dmitri Mizerkin
Mi Marc, so you have to request feature from the server, not feature info. A click event on a map returns the values for x and y in the view port. You should make a box of those adding and substracting a custom tolerance value. After you've done so you got 4 values: minx = x - tolerance, miny =

Re: [OpenLayers-Users] limit map to maxExtent?

2007-07-20 Thread Christopher Schmidt
On Fri, Jul 20, 2007 at 02:48:53PM +0200, Bart van den Eijnden (OSGIS) wrote: Hi list, is there a way to limit the map to its maxExtent? Right now I can pan outside of the maxExtent. I tried adding a check to setCenter in Map.js: .. var bounds = this.getExtent(); if

[OpenLayers-Users] Tuning Open Layers

2007-07-20 Thread Joanne Cook
Hi All, I have an openlayers site at http://mapdata.thehumanjourney.net, and I want to ensure that it's as optimised as possible because it's quite slow to load at the moment. I would like to ask for help from the openlayers community as to possible ways to improve the performance of the map.