Open GoogleCodeExporter opened 9 years ago
I got exception while I tested the code with KML 2.2.
So, I debugged the given test application and I found there
should be a minor change in KMLRoot class(kml.cs file).
I commented "[XmlRoot(ElementName = "kml")]" namespace and
uncommented "[XmlRoot(ElementName = "kml", Namespace =
"http://earth.google.com/kml/2.2")]".
Now the problem is I have stream for kml data and I don't want to save that kml
geo result in my local file system.
Can I modify KMLib library to add new interface which can accept stream/string
as a input parameter?
Can I give this project's source code to my client after modifications?
Is it OK to modify and distribute library with source code to my client under
"GNU Lesser General Public License"?
I have updated file with this post.
Waiting for your positive reply...
Original comment by chetan.r...@gmail.com
on 27 Jan 2011 at 7:09
Attachments:
Original issue reported on code.google.com by
david.fo...@gmail.com
on 5 Jul 2010 at 12:36