wren11 / kml-library

Automatically exported from code.google.com/p/kml-library
0 stars 0 forks source link

I've made a few changes to the lib, where would I send the code for inclusion in the lib? #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ive added 
1) pragmas to stop the unused field warnings.
2) balloon style object
3) screen overlay

Original issue reported on code.google.com by david.fo...@gmail.com on 5 Jul 2010 at 12:36

GoogleCodeExporter commented 8 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: