KML for SqlGeography

Does anyone have a function or DLL that converts KML to SqlGeography (SQLServer DataType)?

I will write it myself if necessary, but I am surprised that I can not find it there.

+3
source share
2 answers

I created a project to do this when I had this problem. Now I have it open. ( https://github.com/pharylon/kml2sql ). If this is not exactly what you need, SharpKML is a great library to get started on your own project. ( http://sharpkml.codeplex.com/ ).

+4
source

Source: https://habr.com/ru/post/1770525/


All Articles