Answered how do bing map polyLine

  • 2012년 3월 3일 토요일 오전 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

     

모든 응답

  • 2012년 3월 10일 토요일 오후 1: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