Re: [OpenLayers-Users] Openlayers + Mapserver ZOOM problem

2009-05-08 Thread Christopher Schmidt
On Fri, May 08, 2009 at 04:04:03PM -0400, cole gillespie wrote: > hi, > > I have a real issue with one of my postgis map files loading into open > layers. I have included a link to an HTML file that explains my problem. > > http://www.colegillespie.com/OLissue.html 1. Stop using Layer.MapServer.

[OpenLayers-Users] Openlayers + Mapserver ZOOM problem

2009-05-08 Thread cole gillespie
hi, I have a real issue with one of my postgis map files loading into open layers. I have included a link to an HTML file that explains my problem. http://www.colegillespie.com/OLissue.html ___ Users mailing list Users@openlayers.org http://openlayers.o

Re: [OpenLayers-Users] Problem with multiple SelectFeature controls

2009-05-08 Thread Christopher Schmidt
On Fri, May 08, 2009 at 10:29:47AM -0700, Coiler wrote: > > > > Andreas Hocevar-2 wrote: > > > > Anexample is online at > > http://dev.openlayers.org/sandbox/ahocevar/singleroot/openlayers/examples/select-feature-multilayer.html > > > > Is it able to display the marker layer over the vector l

Re: [OpenLayers-Users] Problem with multiple SelectFeature controls

2009-05-08 Thread Coiler
Oups, I thought there were a markers layer, but it's only a vector layer with picture of markers. Sorry. -- View this message in context: http://n2.nabble.com/Problem-with-multiple-SelectFeature-controls-tp2156949p2846892.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

Re: [OpenLayers-Users] Problem with multiple SelectFeature controls

2009-05-08 Thread Coiler
Andreas Hocevar-2 wrote: > > Anexample is online at > http://dev.openlayers.org/sandbox/ahocevar/singleroot/openlayers/examples/select-feature-multilayer.html > Is it able to display the marker layer over the vector layer. In this example it's seem not. As soon as I use OpenLayers.Control.Se

Re: [OpenLayers-Users] IE7 popup problem with 2.8 rc2

2009-05-08 Thread Christopher Schmidt
On Fri, May 08, 2009 at 02:53:19PM +0200, Frank Broniewski wrote: > Ok you can see a minimal example here: > http://www.gis-hosting.lu/ietestcase/ol28.html for the 2.8 rc2 Openlayers > release I downloaded yesterday > http://www.gis-hosting.lu/ietestcase/ol27.html for the stable release > > It is

Re: [OpenLayers-Users] Performance and Memoryusage measuring: How To

2009-05-08 Thread Kris Geusebroek
Hi all, Ive tied out sIeve to measure leaks and memory usage of my OpenLayers client and see some strange things. I have a Vector layer with bbox strategy and wfs protocol that refreshes every 5 seconds. I have points wit h labels and some background image/stroke etc. If I zoom in on 1 feature e

Re: [OpenLayers-Users] IE7 popup problem with 2.8 rc2

2009-05-08 Thread Frank Broniewski
Ok you can see a minimal example here: http://www.gis-hosting.lu/ietestcase/ol28.html for the 2.8 rc2 Openlayers release I downloaded yesterday http://www.gis-hosting.lu/ietestcase/ol27.html for the stable release It is just an openstreetmap baselayer and a kml overlay. No stylesheets or other j

Re: [OpenLayers-Users] multiple layers... best performance?

2009-05-08 Thread Alexandre Dube
Hi, It's faster to get one big getMap request than 10 small ones. I'm no GeoServer user, but I'm pretty sure you can set minscale/maxscale values to your server-side layers to display your layers only when necessary. That would be a gain of performance. Regards, Alexandre pere roca risto

Re: [OpenLayers-Users] layer event transparency

2009-05-08 Thread Kris Geusebroek
Hi, It might be worth a try to use the multiple layers feature of the new SelectFeature control. This way you can virtually combine multiple layers and define actions on hover over features on each of the layers. Only available in 2.8rc Cheers Kris -Original Message- From: users-boun...

Re: [OpenLayers-Users] layer event transparency

2009-05-08 Thread Christopher Schmidt
On Fri, May 08, 2009 at 04:04:46AM -0700, protos wrote: > > Hi, > > I have a map with a transparent vector overlay over it, which has some > features. > I want the features to pickup click events and apart from that I want the > overlay > to allow all other events to go through the vector layer a

Re: [OpenLayers-Users] IE7 popup problem with 2.8 rc2

2009-05-08 Thread Christopher Schmidt
On Fri, May 08, 2009 at 11:29:43AM +0200, Frank Broniewski wrote: > Hi list, > > I recently tested my maps with the new OL 2.8 rc2 version in order to make > the > multiple selectcontrol work. I use framed popups in my maps to display the > data. However I noticed in IE7 that the popup size is

[OpenLayers-Users] layer event transparency

2009-05-08 Thread protos
Hi, I have a map with a transparent vector overlay over it, which has some features. I want the features to pickup click events and apart from that I want the overlay to allow all other events to go through the vector layer and get picked up by the layers below (map / markers etc) The vector ov

[OpenLayers-Users] Help !

2009-05-08 Thread Hugo Teixeira
hi, i'm trying to do one search streets with openlayers. i have made the search, but i'm been abling to do the go to street, zoom to the selected street by the search. can anyone help me ??? Best Regards, ___ Users mailing list Users@openlayers.org h

[OpenLayers-Users] IE7 popup problem with 2.8 rc2

2009-05-08 Thread Frank Broniewski
Hi list, I recently tested my maps with the new OL 2.8 rc2 version in order to make the multiple selectcontrol work. I use framed popups in my maps to display the data. However I noticed in IE7 that the popup size is not adapted to the content size, however it is when using OL 2.7. System is Wi

Re: [OpenLayers-Users] Markers incorrectly placed after pan

2009-05-08 Thread gwales
> > I'd just use vectors intead of markers... > > Will do, thanks. @Andrew: I haven't tested outside of Firefox and the console.log statement is a Firebug command (definately worth checking out if you haven't already). Cheers, Gary -- View this message in context: http://n2.nabble.com/M

[OpenLayers-Users] labels in IE

2009-05-08 Thread Kris Geusebroek
Hi all, I'm using the new label functionality and modified it a bit to show a colored border around the label. This is successfully within IE6, but within IE7 the value of textbox.clientWidth is always 2 so my border is a 2px wide rectangle. The clientHeight is correctly set so I now have a la