hi all,

I am using MGOS 2.1, Maestro 3.0, with IIS 5.1. I can draw a line on map
but, i could not get the line coordinates into my application. I've written
a line of code in "ajaxmappane.templ", but i got only a single point
coordinates. The code which i have written in "ajaxmappane.templ" under
function "Onmousedown()" is as follows:

if(digitizing)
    {
        digitizer.MouseDown(e, x, y);
        parent.GetTaskFrame().GetTaskPane().DigitizeLine(); //code which i have
added 
        return false;
        
    }

Am i doing any mistake? Can any one help me??

Thanks & regards
Anand 

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/How-to-get-line-coordinates-after-drawing-a-line-on-map-tp6811574p6811574.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to