#include <string>
#include "../osmdb/osmdb.h"
#include "wayreduction.h"
#include <boost/program_options.hpp>
#include <boost/algorithm/string/regex.hpp>
#include <fstream>
#include "WayNodeFilter.h"
Go to the source code of this file.
Functions | |
void | action_handler (osmdb::ImportTableAction act, int64_t amount) |
int | reduce (std::string const &dbname, std::string const &base, std::string dest, std::multimap< std::string, std::string > mp) |
int | main (int argc, char **argv) |
void action_handler | ( | osmdb::ImportTableAction | act, |
int64_t | amount | ||
) |