[OpenLayers-Users] Rotate Base Layer by 90, 180 and -90

2008-12-10 Thread Kumar Mettu
Hi,   I am looking for a way to rotate (just) base layer by 90, 180 and -90 degrees. Esentially when whole world map is rotated, world is rotated by 90, 180 and -90 degrees. Has anyone done this before with OpenLayers and has a suggestion? Thanks In Advance, Kumar.

[OpenLayers-Users] Text on Screen

2008-11-11 Thread Kumar Mettu
Hi,   I am looking for a way to enter text on screen similar to how Poly controls let you draw poly lines on the screen. Is there a way to do this currently? Thanks In Advance, Kumar ___ Users mailing list Users@openlayers.org

Re: [OpenLayers-Users] Freeform drawing

2008-11-07 Thread Kumar Mettu
in the handler options, and set freehandToggle to null if you don't want the user to be able to activate non-freehand key by pressing a modifier key. Cheers, Eric 2008/11/7, Kumar Mettu [EMAIL PROTECTED]: Hi, I am looking for adding a freeform pencil for user to draw over openlayers based map. Has anyone

Re: [OpenLayers-Users] Updating URL before sending to server

2008-09-11 Thread Kumar Mettu
Richard, I am looking for a way to modify the URL Path. In this case bbox value need to be part of request URI rather than a parameter. Is there a way to do that? Thanks, Kumar. Richard Greenwood wrote: On Sun, Aug 31, 2008 at 10:47 PM, Kumar Mettu [EMAIL PROTECTED] wrote: Hi, I am

Re: [OpenLayers-Users] How do I get my polygon coordinates?

2008-09-10 Thread Kumar Mettu
Bijoy, Have you tried using Polygon Handler Constructor? http://dev.openlayers.org/releases/OpenLayers-2.6/doc/apidocs/files/OpenLayers/Handler/Polygon-js.html This should answer your question. Kumar. Bijoy wrote: Thanks for the reply.. Salvaro, Can we call a function

[OpenLayers-Users] Updating URL before sending to server

2008-08-31 Thread Kumar Mettu
Hi,   I am looking for a way to update the URL that is sent to server to get a tile. In simple terms I need to update the BBOX value based on actions performed by user in JavaScript.   I see OpenLayers has FAQ on related topic :