how do bing map polyLine
-
sabato 3 marzo 2012 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
- Spostato Richard_BrundrittMicrosoft Employee, Owner venerdì 16 marzo 2012 18:47 (From:Bing Maps: Map Control and Web services Development)
Tutte le risposte
-
sabato 10 marzo 2012 13:58Proprietario
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
- Contrassegnato come risposta Richard_BrundrittMicrosoft Employee, Owner sabato 10 marzo 2012 14:02

