mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
fixup more enums as done in r1893
This commit is contained in:
parent
78bdcf67ef
commit
36a8e19ad4
@ -9,7 +9,8 @@ static const char * angle_mode_strings[] = {
|
||||
"trigonometric",
|
||||
""
|
||||
};
|
||||
IMPLEMENT_ENUM( mapnik::angle_mode_e, angle_mode_strings );
|
||||
|
||||
IMPLEMENT_ENUM( angle_mode_e, angle_mode_strings );
|
||||
|
||||
text_path_ptr glyph_symbolizer::get_text_path(face_set_ptr const& faces,
|
||||
Feature const& feature) const
|
||||
|
||||
@ -45,7 +45,7 @@ static const char * aspect_fix_mode_strings[] = {
|
||||
""
|
||||
};
|
||||
|
||||
IMPLEMENT_ENUM( mapnik::aspect_fix_mode_e, aspect_fix_mode_strings );
|
||||
IMPLEMENT_ENUM( aspect_fix_mode_e, aspect_fix_mode_strings );
|
||||
|
||||
Map::Map()
|
||||
: width_(400),
|
||||
|
||||
@ -58,7 +58,7 @@ static const char * horizontal_alignment_strings[] = {
|
||||
};
|
||||
|
||||
|
||||
IMPLEMENT_ENUM(horizontal_alignment_e, horizontal_alignment_strings );
|
||||
IMPLEMENT_ENUM( horizontal_alignment_e, horizontal_alignment_strings );
|
||||
|
||||
static const char * justify_alignment_strings[] = {
|
||||
"left",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user