Source code checked in, #42722
Changed private properties/classes that are accessed via reflection to internal to allow them to be accessed under partial trust.
View ArticleSource code checked in, #42993
Switched to StreamReader to handle BOMs that may be in the KML data inside a KMZ archive.
View ArticlePatch Uploaded: #17555
forrestj has uploaded a patch.Description:I'm my project I wanted an easy way to get a string of KML and send it over REST. This Overloads the ToString() on kmlfile, understand this is no good for kmz's.
View ArticlePatch Uploaded: #17682
MariusFili has uploaded a patch.Description:Made the Floating formatting more precise since Google earth also uses such precision for coordinates.
View ArticleSource code checked in, #44443
Changed KmlFormatter to increase precision of doubles and remove the StringBuilder.
View ArticleSource code checked in, #44515
Added StyleCop analyzer and cleaned up code to remove warnings.
View ArticleSource code checked in, #44559
Unknown child elements are now exposed for ExtendedData.
View ArticleSource code checked in, #44576
Can now parse color values that start with the # character
View ArticleSource code checked in, #44577
Actually implemented the requested feature of skipping the leading hash character in colours (don't check in code before going to bed if you've not had enough coffee)
View ArticleSource code checked in, #44603
Moved KmzFile into Core project and deleted Kmz project, as zip handling is now done by the BCL
View Article