Re: [OpenLayers-Users] right-click support ?

2008-03-24 Thread Luis F Silva
I don't know if I did understand well but , if the meaning is to detect right-clicks , I usually do: map.events.register('click', map, function (e) { ... }) ... if (e.button == 2) { user clicked the right button ... } else ... Hope this helps Fernando. Christo

Re: [OpenLayers-Users] Mouse Right Click on Map

2007-11-13 Thread Luis F Silva
n" <[EMAIL PROTECTED]> 12/11/2007 19:39 To "Luis F Silva" <[EMAIL PROTECTED]> cc users@openlayers.org Subject Re: [OpenLayers-Users] Mouse Right Click on Map I turn off the right click with the following: map.div.oncontextmenu = function noContextMenu(e) {return

[OpenLayers-Users] Mouse Right Click on Map

2007-11-12 Thread Luis F Silva
Hi all Is there an way to catch the mouse "Right Click" within the map.events.register() function ? Or workarounds ? Thanks in advance Fernando. ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

[OpenLayers-Users] Luis F Silva is out of the office.

2007-10-15 Thread Luis F Silva
I will be out of the office starting Mon 10/15/2007 and will not return until Sat 11/03/2007. I will respond to your message when I return. ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Whole Polygon as a Marker. Is it possible ?

2007-09-21 Thread Luis F Silva
Thanks for your help Christopher. Best Regards Fernando. Christopher Schmidt <[EMAIL PROTECTED]> 20/09/2007 21:41 To Luis F Silva <[EMAIL PROTECTED]> cc users@openlayers.org Subject Re: [OpenLayers-Users] Whole Polygon as a Marker. Is it possible ? On Thu, Sep 20, 2

Re: [OpenLayers-Users] SLD Post within OpenLayers

2007-09-20 Thread Luis F Silva
Andrea Thanks for the idea. I am working on it (once we run GeoServer here) and will let you know about the results. Hope to have something interesting to share in the next few days. Best regards Fernando. Andrea Aime <[EMAIL PROTECTED]> 19/09/2007 16:50 To Luis F Silva &

[OpenLayers-Users] Whole Polygon as a Marker. Is it possible ?

2007-09-20 Thread Luis F Silva
Hi all We have a map with , let's say , 23 states of a country. We want to be able to select individual ones by clicking over any position of the state polygon. Is it possible or do we have to use (only) an icon for that ? Thanks in advance Fernando. __

Re: [OpenLayers-Users] SLD Post within OpenLayers

2007-09-19 Thread Luis F Silva
Any idea for an workaround ? Best Regards Fernando. Christopher Schmidt <[EMAIL PROTECTED]> 19/09/2007 14:42 To Luis F Silva <[EMAIL PROTECTED]> cc users@openlayers.org Subject Re: [OpenLayers-Users] SLD Post within OpenLayers On Wed, Sep 19, 2007 at 02:40:19PM -0300,

[OpenLayers-Users] SLD Post within OpenLayers

2007-09-19 Thread Luis F Silva
Hi all I need to mount a dynamic SLD and POST it to the Wms (GeoServer) environment. The Http GET method is not enough , because the SLD dynamic text may cross the 1024 bytes limitation fence from (some) browsers. So , question: Is there a way to POST the dynamic SLD to the Wms using OpenLayer