samcragg / sharpkml

SharpKML is an implementation of the Open Geospatial Consortium (OGC) KML 2.2 standard developed in C#, able to read/write both KML files and KMZ files.
MIT License
158 stars 51 forks source link

namespace supported #52

Open liugaijin opened 9 months ago

liugaijin commented 9 months ago

Parser.Parse support param named namespaces,but KmlFile.Load and KmzFile.GetDefaultKmlFile() donnot support param named namespaces。It is a little inconvenient。