[OpenLayers-Users] Control SelectFeature errors

2009-10-23 Thread Jimmy Aumard
Hi, I try to use the control selectFeature on multiple layers but I have an error. I try this: var selectFeature=new OpenLayers.Control.SelectFeature(layers,{ multiple:false, hover:false, clickout:true, toggle:false, }); selectFeature.onSelect=function(feature){

[OpenLayers-Users] GML layer doesn't show up - part 2

2009-10-23 Thread Scholte, J.C.M.
Hi, Ok, I found something that is wrong with it. but still do not know what to do with it. Apparently the SVG that is generated is emtpty, it has only one g element in it: g id=OpenLayers.Layer.GML_8_root style=visibility: visible; transform=/ The svg from an other GML layer looks ok, a

[OpenLayers-Users] FW: [OpenLayers-Dev] Blogged about BOF session @foss4g

2009-10-23 Thread Kris Geusebroek
This message didn't arive at the users list so reposting See the link to my blog Cheers Kris From: dev-boun...@openlayers.org [mailto:dev-boun...@openlayers.org] On Behalf Of Kris Geusebroek Sent: Friday, October 23, 2009 5:16 AM To: users@openlayers.org; d...@openlayers.org Subject:

Re: [OpenLayers-Users] event handler on top of google map

2009-10-23 Thread Alessandro Ferrucci
Hello anyone have any ideas why I'm not getting features back from the GetFeatureInfo when I use the google hybride as base map? thanks! alessandro ferrucci On Wed, Oct 21, 2009 at 1:17 PM, Alessandro Ferrucci alessandroferru...@gmail.com wrote: Hello, I have google hybrid as base map, I

Re: [OpenLayers-Users] Popup Attribute Display format

2009-10-23 Thread Cress B.
Hi Marc, Thanks for your response. Turns out the answer to my problem was pretty simple. I changed INFO/FORMAT to text/html in the getfeatureinfo request in my script. Also made the same change to my mapfile in the Metadata sections for the WEB and LAYER sections. Then figured out that I

[OpenLayers-Users] Draw Features by entering size (radius / length)

2009-10-23 Thread soatley
How can I use the DrawFeatures tool(s) to draw features by specifying a size. For example, create a circle with a radius of 100 metres? Draw a line 50 metres long? Even if the user has to draw a basic object (circle for example) and then once it is created, specify the radius. Thanks! Shawn