Re: [OpenLayers-Users] Problems implementing WFS

2009-06-30 Thread Alexandre Dube
Hi Hugo, This looks like a feature namespace problem. See the Format.XML readNode function, put a break point at line : var group = this.readers[this.namespaceAlias[node.namespaceURI]]; This might be the problem, Alexandre Hugo wrote: Hello all, I'm having troubles to implement a

[OpenLayers-Users] How to change Box style ...

2009-06-30 Thread Paul james
Hello... I´d like to change that sytle (red border) ... Is it possible? How? Thanks ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Error in Tile Cache configh current x value too far from tile corner?

2009-06-30 Thread soatley
I am running into this issue now also. How many decimal places would be OK? Here are my resolutions: 850 425 212.5 106.25 53.125 26.5625 13.28125 6.640625 3.3203125 1.66015625 0.830078125 0.4150390625 0.20751953125 0.103759765625 0.0518798828125 As you can see, if I rounded my resolutions off

Re: [OpenLayers-Users] Vector layer with dinamic data

2009-06-30 Thread Adrian Popa
Hello, I'm trying to accomplish the same thing and I followed your advice - using vector + BBOX, but I hit a snag - because my POI layer has a lot of elements, I would like to enable this layer only for a certain zoom level (when the user is really close). Is there some standard

Re: [OpenLayers-Users] How to change Box style ...

2009-06-30 Thread Bill Thoen
Just change the css style in ol/theme/default/style.css for .olHandlerBoxZoomBox. It looks like this: .olHandlerBoxZoomBox { border: 2px solid red; position: absolute; background-color: white; opacity: 0.50; font-size: 1px; filter: alpha(opacity=50); } For example, to

Re: [OpenLayers-Users] How to change Box style ...

2009-06-30 Thread Paul james
Great! Thanks!!! Paul On Tue, Jun 30, 2009 at 4:05 PM, Bill Thoen bth...@gisnet.com wrote: Just change the css style in ol/theme/default/style.css for .olHandlerBoxZoomBox. It looks like this: .olHandlerBoxZoomBox { border: 2px solid red; position: absolute; background-color:

Re: [OpenLayers-Users] Vector layer with dinamic data

2009-06-30 Thread Andreas Hocevar
Adrian Popa wrote: Hello, I'm trying to accomplish the same thing and I followed your advice - using vector + BBOX, but I hit a snag - because my POI layer has a lot of elements, I would like to enable this layer only for a certain zoom level (when the user is really close). Is there some

[OpenLayers-Users] Permalink CSS

2009-06-30 Thread Nicholas Efremov-Kendall
Hi all, This is kind of a weird thing. I have the permalink in my map div being styled like the links in my navigation menu in the header. I'm not sure why this is falling through this way, has anyone had something like this happen, and what might be a way to trouble shoot this?

Re: [OpenLayers-Users] not all clicks registered

2009-06-30 Thread Bart van den Eijnden (OSGIS)
To answer my own question for future reference, increasing the pixelTolerance value of the click handler solved this problem. Best regards, Bart bart...@osgis.nl wrote: Hi list, my problem is the following: using the Click Handler not every click is registered/propagated. I am not sure if

[OpenLayers-Users] LayerSwitcher outside the map

2009-06-30 Thread Rahn Hanno (rahn)
Hello list, Perhaps somebody can help me. I try to realise the LayerSwitcher outside the map. I read the example layerswitcher. First I make my own div where I want to place the result. div class=mapSwitcher style=width:180; display:none; position:absolute; left:785; top:68;