|
Has anyone (of the project contributors) considered putting this up as a NuGet package?
Right now, I'm wanting to display some of my Geography data onto google maps, so i use Entity Framework to pass the data down the wire as Binary .. then I use the Microsoft.SqlServer.Types to reconstruct that BACK to a geography (in my c# code) and then
i'll try using the Export as KML code from this library.
So - thoughts on getting this up to NuGet? :)
|