Re: [OpenLayers-Users] Cannot upgrade to 2.6 because of vector lines disappearing in IE (Frustrated)

2008-07-02 Thread Andreas Hocevar
Linda, On Wed, Jul 2, 2008 at 1:40 AM, Linda Rawson [EMAIL PROTECTED] wrote: I so wish this had taken care of the problems. But I am still having problems. The example looks complex but in actuality it is simply 8 linestring features on a vector layer. When the example starts you see

[OpenLayers-Users] Loading Panel not always going away

2008-07-02 Thread Linda Rawson
I have a loading panel loaded like the following: map.addControl( new OpenLayers.Control.LoadingPanel() ); Sometimes it does not go away after all layers are loaded. What can I do? -- Linda Rawson ___ Users mailing list Users@openlayers.org

Re: [OpenLayers-Users] Loading Panel not always going away

2008-07-02 Thread Bart van den Eijnden (OSGIS)
Hi Linda, what type of layers do you have in the application? Can we see it in action somewhere in a reproduceable sense? Best regards, Bart Linda Rawson wrote: I have a loading panel loaded like the following: map.addControl( new OpenLayers.Control.LoadingPanel() ); Sometimes it does not

Re: [OpenLayers-Users] GeoJSON layer on top of google - repeated load of features

2008-07-02 Thread Adorian Ardelean
Hi, *Yes* the position of features on map is OK now (I initially added in the same place only this: projection: new OpenLayers.Projection(EPSG:4326). Thank you! However, the style map does not function yet. Works OK under: specimens2 = new OpenLayers.Layer.GML(specimens, geojson.php, {format:

Re: [OpenLayers-Users] GeoJSON layer on top of google - repeated load of features

2008-07-02 Thread Adorian Ardelean
OK I found solution: I had to place stylemap as option when defining specimen vector layer. Hope all is ok now. Thank you, Adorian http://mybiosis.info On Wed, Jul 2, 2008 at 8:16 PM, Adorian Ardelean [EMAIL PROTECTED] wrote: Hi, *Yes* the position of features on map is OK now (I

Re: [OpenLayers-Users] GeoJSON layer on top of google - repeated load of features

2008-07-02 Thread Eric Lemoine
The styleMap option must remain a vector layer option. So you now use Layer.Vector in place of Layer.GML, and pass the styleMap option to the vector layer ctor. Hope that helps. Eric 2008/7/2, Adorian Ardelean [EMAIL PROTECTED]: Hi, *Yes* the position of features on map is OK now (I initially

[OpenLayers-Users] Change the default behavior of TileCache layer

2008-07-02 Thread Matthew Atkins
What is the best (or most proper) way to hook into OpenLayers in order to take an instance of a TileCache layer and have it append the corresponding WMS query string as the query string for each TileCache tile requested? ___ Users mailing list

Re: [OpenLayers-Users] Filters and WFS

2008-07-02 Thread Tim Schaub
Hey- This is scheduled to be fixed in 2.7. The new vector behavior work includes a WFS protocol that properly handles ogc:Filter. If you want to try it out, find the vector behavior sandbox: http://svn.openlayers.org/sandbox/vector-behavior Remaining issues will be ironed out in the next few

[OpenLayers-Users] Popups for labeling

2008-07-02 Thread Arnd Wippermann
Hi, I use OpenLayers.Popup.Anchored to put labels on my map. The labels are dragable. But after zooming moved labels are not any more at the place where I moved them. 1. Is there a way to prevent the recalculating of the popup position after zooming? 2. Is it possible to force a relative

Re: [OpenLayers-Users] Weird IE offset problem with vector layer... SOLVED

2008-07-02 Thread Steve Lime
It turns out the table cell holding the map div had align=center and that was enough to throw things out of whack in IE. I updated my test case to show the problem just in case anyone thinks this is a bug in OL and not just a quirk in IE. Steve Steve Lime [EMAIL PROTECTED] 07/01/08 11:11 PM

Re: [OpenLayers-Users] Map Destroy Call generating error

2008-07-02 Thread Raj Chundur
Eric, Fellow Users Thanks for the info. I have posted the barebones of the application as an example at http://cagismaps.hamilton-co.org/CWCC_APP/CWCC_launch.html Note: Firefox displays error better than ie. The app loads openlayers in a map dialog window. The user may close and open this map

Re: [OpenLayers-Users] Map Destroy Call generating error

2008-07-02 Thread Raj Chundur
The problem is more pronounced in ie where if you close the map dialog and open it again, you will notice a scroll bar and see two maps in the window. On Wed, Jul 2, 2008 at 10:00 PM, Raj Chundur [EMAIL PROTECTED] wrote: Eric, Fellow Users Thanks for the info. I have posted the barebones of