Answered how do bing map polyLine

  • 3 มีนาคม 2555 11:02
     
     

    hello how I can drawing (polyLine) and

    how can I save database(sql)  this drawing?

    plase sample url or code C# asp.net

    thank you

     

ตอบทั้งหมด

  • 10 มีนาคม 2555 13:58
    เจ้าของ
     
     คำตอบ

    For the drawing take a look at this blog post: http://ngjon.wordpress.com/2010/02/05/interactive-drawing-on-the-silverlight-map-control/

    To get your data into your database it will depend on if you are using WPF or silverlight. If using WPF then you will need to connect directly to your database, then use the spatial DLL's for SQL 2008 or 2012 in your code. You will then need to use that library to create an SQL Geometry or Geography object out of your data then upload it into your database. If using silverlight then you will need to create a web service to send the data to, then use the spatial dll's there and tie it into your database.


    http://rbrundritt.wordpress.com