thanks for your reply,

I've placed the code as you have said, and i also pasted a line of code
inside 

1)    if(digitizing) condition under "onmousedown" event as follows:

if(digitizing)
    {
        digitizer.MouseDown(e, x, y);
        parent.GetTaskFrame().GetTaskPane().DigitizeLine();  //used to call
Digitizeline() function in my app
        return false;
        
    }

but, the problem here is, it only gives a single point coordinates. I need
line coordinates(i.e., two points).



--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/save-drawn-line-on-map-in-database-tp6723238p6810932.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