Skip to content

This is a fork of libkml sources from: https://code.google.com/p/libkml/. Libkml sources in googlecode are svn versioning system. A git mirror is setup for the same using the method explained in: http://fredericiana.com/2010/01/12/using-svn-repositories-as-git-submodules/

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

kubark42/libkml

 
 

Repository files navigation

This is a clone of libkml (http://libkml.googlecode.com/).

Build Status

  • It fixes several Linux compilation issues
  • Adds support for the Style tag embedded in Placemark.

A sparse libkml documentation is on the project wiki: http://code.google.com/p/libkml/w/list

Special thanks to gumdal for importing libkml to git.

Steps to build

    git clone https://github.com/kubark42/libkml.git
    cd libkml
    ./autogen.sh
    mkdir build
    cd build
    ../configure
    make
    sudo make install

If there are any problems, please start an issue.

About

This is a fork of libkml sources from: https://code.google.com/p/libkml/. Libkml sources in googlecode are svn versioning system. A git mirror is setup for the same using the method explained in: http://fredericiana.com/2010/01/12/using-svn-repositories-as-git-submodules/

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.4%
  • Python 3.6%
  • PHP 0.7%
  • Java 0.5%
  • Ruby 0.3%
  • Perl 0.2%
  • Other 0.3%