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
- 移動 Richard_BrundrittMicrosoft Employee, Owner 2012年3月16日 18:47 (From:Bing Maps: Map Control and Web services Development)
すべての返信
-
2012年3月10日 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
- 回答としてマーク Richard_BrundrittMicrosoft Employee, Owner 2012年3月10日 14:02

