Coder Social home page Coder Social logo

vovythevov / libkml Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kitware/libkml

0.0 1.0 0.0 11.95 MB

Reference implementation of OGC KML 2.2

License: Other

CMake 0.55% Shell 0.12% Python 3.62% C++ 93.79% Java 0.48% Perl 0.24% PHP 0.68% Ruby 0.34% Objective-C 0.01% C 0.16%

libkml's Introduction

Welcome to libkml!

This is the source code for the libkml project. The main project page is at:
http://libkml.googlecode.com/

All of our documentation is on the project wiki:
http://code.google.com/p/libkml/w/list

The wiki contains documents that describe:
- An overview of the most recent release
- Building and running the code
- Running the unit tests
- A general API reference guide
- More details guides to each of the libkml modules

The main project page has links to the discussion group and the mailing list
that mirrors the commit and issue logs.

Note on strings in libkml:
As of r680, we changed all use of "std::string" to just "string". This change
was motivated by a desire to permit use in codebases that provide their own
string class. This change was transparent to you because of this change to
src/kml/base/util.h:

#ifndef HAS_GLOBAL_STRING
using std::string;
#endif

All string-using code in libkml was modified to pull in that header.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.