alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include "settings.hpp"
#include <boost/archive/basic_archive.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/iostreams/device/mapped_file.hpp>
#include <fstream>
#include <algorithm>
#include <stack>
#include "utils/transform.hpp"
Go to the source code of this file.
Classes | |
class | RTree< id_t, data_t > |
class | RTree< id_t, data_t >::RLeaf< _id_t, _data_t, leaf_elements > |
class | RTree< id_t, data_t >::RNode |
Macros | |
#define | RTREE_HPP |
This file is part of alaCarte. More... | |
#define | NUM_CHILDREN 50 |
#define | LEAF_SIZE (16 * 1024) |
#define RTREE_HPP |
This file is part of alaCarte.
alaCarte is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
alaCarte is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with alaCarte. If not, see http://www.gnu.org/licenses/.
Copyright alaCarte 2012-2013 Simon Dreher, Florian Jacob, Tobias Kahlert, Patrick Niklaus, Bernhard Scheirle, Lisa Winter Maintainer: Patrick Niklaus