Merge commit '73efcc6b0ccedf8c1b6d95abdba8340cc9adf100' as 'third_party/libosmium'
This commit is contained in:
+2313
File diff suppressed because it is too large
Load Diff
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
|
||||
/**
|
||||
* @mainpage
|
||||
*
|
||||
* Osmium is a fast and flexible C++ library for working with OpenStreetMap
|
||||
* data.
|
||||
*
|
||||
* This is the API documentation that was automatically created from the
|
||||
* source code. For more information about the Osmium Library see
|
||||
* http://osmcode.org/libosmium .
|
||||
*
|
||||
* Osmium is free software and available under the Boost Software License.
|
||||
* The source code is available at https://github.com/osmcode/libosmium .
|
||||
*
|
||||
* Osmium is a header-only library. You do not need to compile and link it,
|
||||
* just include the headers you need.
|
||||
*
|
||||
* Everything in namespaces called "detail" is for internal Osmium use only,
|
||||
* do not depend on it in your code. Do not include any include files in
|
||||
* directories named "detail" directly. Include files in directories called
|
||||
* "experimental" and everything in namespaces called "experimental" is
|
||||
* unsupported and may change at any time regardless of the status of the rest
|
||||
* of the library.
|
||||
*
|
||||
*/
|
||||
|
||||
Vendored
+22
@@ -0,0 +1,22 @@
|
||||
|
||||
body {
|
||||
font-family: "Droid Sans",Helvetica,Arial,sans-serif;
|
||||
background-color: #ffffff;
|
||||
color: #202060;
|
||||
}
|
||||
|
||||
.tabs, .tabs2, .tabs3, .navpath ul, .tablist li {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.tabs, .tabs2, .tabs3 {
|
||||
border-top: 1px solid #202060;
|
||||
}
|
||||
|
||||
div.contents {
|
||||
margin: 0px;
|
||||
padding-top: 10px;
|
||||
padding-left: 12px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user