Libosmium
2.15.1
Fast and flexible C++ library for working with OpenStreetMap data
|
Go to the documentation of this file. 1 #ifndef OSMIUM_AREA_ASSEMBLER_CONFIG_HPP
2 #define OSMIUM_AREA_ASSEMBLER_CONFIG_HPP
42 class ProblemReporter;
154 #endif // OSMIUM_AREA_ASSEMBLER_CONFIG_HPP
Definition: problem_reporter.hpp:60
#define OSMIUM_DEPRECATED
Definition: compatibility.hpp:50
bool create_old_style_polygons
Definition: assembler_config.hpp:99
Definition: assembler_config.hpp:49
bool check_roles
Definition: assembler_config.hpp:71
ProblemReporter * problem_reporter
Definition: assembler_config.hpp:54
bool create_way_polygons
Definition: assembler_config.hpp:106
bool ignore_invalid_locations
Definition: assembler_config.hpp:125
Namespace for everything in the Osmium library.
Definition: assembler.hpp:53
@ area
Definition: entity_bits.hpp:72
bool create_new_style_polygons
Definition: assembler_config.hpp:89
bool keep_type_tag
Definition: assembler_config.hpp:113
int debug_level
Definition: assembler_config.hpp:61
bool create_empty_areas
Definition: assembler_config.hpp:81
OSMIUM_DEPRECATED void enable_debug_output(bool d=true)
Definition: assembler_config.hpp:144
AssemblerConfig() noexcept=default