Osmium
0.1
|
#include <v8.h>
#include <unicode/ustring.h>
#include <osmium/utils/unicode.hpp>
#include <osmpbf/osmpbf.h>
#include <osmium/javascript/template.hpp>
#include <osmium/exceptions.hpp>
#include <osmium/osm.hpp>
#include <osmium/geometry/null.hpp>
#include <osmium/geometry/point.hpp>
#include <osmium/geometry/linestring.hpp>
#include <osmium/geometry/polygon.hpp>
#include <osmium/geometry/multipolygon.hpp>
#include <osmium/osmfile.hpp>
#include <osmium/input.hpp>
#include <osmium/output.hpp>
#include <osmium/export.hpp>
#include <osmium/osmfile_impl.hpp>
#include <osmium/HandlerJavascript.hpp>
Go to the source code of this file.
Classes | |
class | Osmium::Framework |
Namespaces | |
namespace | Osmium |
All Osmium code is in this namespace. | |
Defines | |
#define | OSMIUM_CHECK_WAY_GEOMETRY |
Functions | |
Framework & | Osmium::init (bool debug=false) |
void | Osmium::set_debug (bool d) |
bool | Osmium::debug () |
#define OSMIUM_CHECK_WAY_GEOMETRY |