Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best way to generate KML files in C#?

What is the best way to generate KML files using C#?

Is there a class library that I can use? I have looked and struggled to find anything interesting.

libkml doesn't have a C# implementation or wrapper.

Any help would be great.

like image 790
evilhomer Avatar asked Mar 23 '10 00:03

evilhomer


1 Answers

SharpKML - library based on Google's C++ implementation of libkml

like image 200
Frith Avatar answered Sep 22 '22 22:09

Frith