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

2

12

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.

Akins answered 23/3, 2010 at 0:11 Comment(0)
F
16

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

Felicidadfelicie answered 26/10, 2011 at 15:55 Comment(1)
Here's the github link to SharpKML: github.com/samcragg/sharpkmlSack
W
3

Here are ​​​​​​​​​​​​​​​​some:

Wolfish answered 23/3, 2010 at 0:17 Comment(4)
Your 2nd and 3rd link seem to be dead.Stichometry
they dont seem to be dead they ARE deadMelaniamelanic
And your first link points to libkml which, as stated in the question, doesn't have an interop wrapperUncovered
Indignantly followed the link in high dudgeon, but you are correct - I must have been really tired the first time I looked. My apologies. Have you tried that implementation? What's the quality like?Uncovered

© 2022 - 2024 — McMap. All rights reserved.