Registry / serialization / libkml

libkml

JSON →
library1.3.0vcpkgunverified

Reference implementation of OGC KML 2.2

vcpkg install libkml
INSTALL
IMPORT
SIG · LIBKML
L
libkml
serializationcppv1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kml/base/file.h
#include <kml/base/file.h>

Creates a simple KML Placemark and serializes it

#include <kml/dom.h> #include <iostream> int main() { kmldom::KmlFactory* factory = kmldom::KmlFactory::GetFactory(); kmldom::PlacemarkPtr placemark = factory->CreatePlacemark(); placemark->set_name("Hello KML"); std::string kml = kmldom::SerializePretty(placemark); std::cout << kml << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libkml — pip install libkml · libregistry