Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

KmzFile's ReadKML() always returns an empty string #7

@MeLikeyCode

Description

@MeLikeyCode

KmzFile* kmzFile = KmzFile::OpenFromString(someString); // some string checked to make sure is kmz
std::string kmlString;
kmzFile->ReadKml(&kmlString); // after execution, kmlString is always empty ("") and false returned.

Again, I have checked to make sure "someString" really is kmz data, and that there IS a doc.kml file inside the kmz. Why is the ReadKml function STILL returning false and putting an empty string as output?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions