[OpenLayers-Users] modify overlapped vectors

2009-11-20 Thread joanvp
Hi! I'll try to be as clear as possible. I would like to modify a vector feature (polygon), but in some cases these features are overlapped (or superimposed). The problem is that only the top feature can be modified. The question is, is there any way to modify subjacent features? I thought this

Re: [OpenLayers-Users] modify overlapped vectors

2009-11-20 Thread Ivan Grcic
Hi, maybe this can be usefull:http://dev.openlayers.org/sandbox/tschaub/select/examples/feature-events.html http://n2.nabble.com/feature-events-td3839189.html cheers On Fri, Nov 20, 2009 at 9:37 AM, joanvp joa...@yahoo.com wrote: Hi! I'll try to be as clear as possible. I would like to

[OpenLayers-Users] Multiple Map with the same google base Layer possible?

2009-11-20 Thread Jimmy Aumard
Hi, I try to put the same baseLayer (google Physical) on multiple OpenLayers.Map object but it's doesn't work just one map have the baseLayer, others was empty. Anyone have ideas? Cheers -- Aumard Jimmy Développeur - http://www.kinaxia.fr ___ Users

Re: [OpenLayers-Users] GetFeatureInfo... Access denied..

2009-11-20 Thread JuKiM
Ok.. Then... Any hint to setup the IIS Proxy? Thanks! 2009/11/19 Christopher Schmidt crschm...@metacarta.com On Thu, Nov 19, 2009 at 06:03:23PM +0100, JuKiM wrote: Hi, I've been testing in IE.. If I create a 'test.html' file in a folder under IIS, I get an error of denied

Re: [OpenLayers-Users] Multiple Map with the same google base

2009-11-20 Thread Gabriel Nolasco
://openlayers.org/pipermail/users/attachments/20091120/90374892/attachment-0001.htm -- Veja quais são os assuntos do momento no Yahoo! +Buscados http

Re: [OpenLayers-Users] modify overlapped vectors

2009-11-20 Thread joanvp
Thanks, For what I've seen/tested it's a good functionality even if it's in a sandbox. But at the same time they are bad news because it means that nothing similar is possible from the official release. In any case, I have a question/doubt for tschaub or maybe for you: it seems that it

[OpenLayers-Users] Disabling right-click during DrawFeature of a polygon

2009-11-20 Thread Harry Lam
In my map, I have added a OpenLayers.Control.DrawFeature(vectorLayer, OpenLayers.Handler.Polygon) control for drawing a polygon. The polygon gets drawn for both left clicks and right clicks on the map. How can I remove the right-click functionality? I ask because I already have other code to

[OpenLayers-Users] getFeatureInfo and variable substitution

2009-11-20 Thread Steve . Toutant
Hi, I got an error when querying a wms layer (mapserver) with a OpenLayers.Control.WMSGetFeatureInfo request when there is a variables substitution. I have a WMS layer define like this: createWmsLayer('ecoles', '.../cgi-bin/mapserv.exe?map=MYMAP',{layers: 'ecoles', transparent: true,

[OpenLayers-Users] Problem with WMSGetFeatureInfo erroring out

2009-11-20 Thread Stephen Woodbridge
Hi all, I'm trying to WMSGetFeatureInfo but have the following problem when using it with mapserver:

Re: [OpenLayers-Users] Problem with WMSGetFeatureInfo erroring out

2009-11-20 Thread Daniel Morissette
Stephen Woodbridge wrote: And I get the following: ?xml version='1.0' encoding=ISO-8859-1 standalone=no ? !DOCTYPE ServiceExceptionReport SYSTEM http://schemas.opengis.net/wms/1.1.0/exception_1_1_0.dtd; ServiceExceptionReport version=1.1.0 ServiceException msWMSFeatureInfo(): WMS

Re: [OpenLayers-Users] Problem with WMSGetFeatureInfo erroring out

2009-11-20 Thread Stephen Woodbridge
OK, part of the problem is solved I added to the matadata: 'wms_feature_info_mime_type' text/html which fix the error, but now I get back what looks like image map of the features which is not what I was expecting. I currently have TEMPLATE dummy in my layers, do I need to create a real

Re: [OpenLayers-Users] Problem with WMSGetFeatureInfo erroring out

2009-11-20 Thread Daniel Morissette
Stephen Woodbridge wrote: OK, part of the problem is solved I added to the matadata: 'wms_feature_info_mime_type' text/html which fix the error, but now I get back what looks like image map of the features which is not what I was expecting. Are you using an old 5.6 beta? This issue was

Re: [OpenLayers-Users] Problem with WMSGetFeatureInfo erroring out

2009-11-20 Thread Stephen Woodbridge
Daniel Morissette wrote: Stephen Woodbridge wrote: OK, part of the problem is solved I added to the matadata: 'wms_feature_info_mime_type' text/html which fix the error, but now I get back what looks like image map of the features which is not what I was expecting. Are you using an old

Re: [OpenLayers-Users] Problem with WMSGetFeatureInfo erroring out

2009-11-20 Thread Daniel Morissette
Stephen Woodbridge wrote: If I want GML back, do I need to set HEADER, TEMPLATE, FOOTER? Nope. GML is supported out of the box. However you may need to worry about the gml_include/exclude_items metadata to control whicih attributes are output. I think you may need DUMP TRUE in your

[OpenLayers-Users] layerswitcher not working in IE7 or 8 Standards Mode

2009-11-20 Thread Joseph Miller
Hey All, I am stuck in a situation where I have to set the doctype to: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; in order to support non-map content on my page. In addition we are forcing IE8 into compatibility mode

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-20 Thread Adam Ratcliffe
Hi Kris, Am I correct in thinking this technique would be useful for displaying read-only vector data only? Or are you considering an approach such as overlaying a transparent image map to allow interactivity? Cheers Adam On Thu, Nov 19, 2009 at 8:58 PM, Kris Geusebroek kgeusebr...@xebia.com

[OpenLayers-Users] Vector disappears when zooming in (sometimes)

2009-11-20 Thread Tommy74
Hi I'm trying to draw a long linestring on a map. On IE7 the line disappears on the southern end when zooming in max. But on the northern end the line is still there. Is it a bug or have I done something wrong? http://n2.nabble.com/file/n4040736/Tutorial2.html Tutorial2.html

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-20 Thread Kris Geusebroek
Hi Adam, I think it doesn't make a difference in the current way OpenLayers works other then replacing a lot of div's by a single canvas. Nothing to do with interactivity I guess. The current div based vector layer can be used together with wfs-t or getfeatureinfo request to make it interactive.

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-20 Thread Adam Ratcliffe
Hi Kris, I'm fairly new to OpenLayers and assumed that when creating a vector layer for use with wfs-t that the layer features would be rendered using either SVG or VML, thus allowing for the full range of mouse interactions that other DOM elements support (click, mouseover, mouseout etc). With

Re: [OpenLayers-Users] First try with html5 canvas for layers

2009-11-20 Thread Christopher Schmidt
On Sat, Nov 21, 2009 at 01:54:15PM +1300, Adam Ratcliffe wrote: Hi Kris, I'm fairly new to OpenLayers and assumed that when creating a vector layer for use with wfs-t that the layer features would be rendered using either SVG or VML, thus allowing for the full range of mouse interactions