remove dead code
This commit is contained in:
parent
9e76ca7870
commit
fb1ec4cee0
1 changed files with 0 additions and 59 deletions
|
@ -39,65 +39,6 @@ namespace mapnik
|
|||
{
|
||||
using boost::optional;
|
||||
|
||||
/*
|
||||
static const char * label_placement_strings[] = {
|
||||
"point",
|
||||
"line",
|
||||
"vertex",
|
||||
"interior",
|
||||
""
|
||||
};
|
||||
IMPLEMENT_ENUM(label_placement_e, label_placement_strings)
|
||||
|
||||
static const char * vertical_alignment_strings[] = {
|
||||
"top",
|
||||
"middle",
|
||||
"bottom",
|
||||
"auto",
|
||||
""
|
||||
};
|
||||
IMPLEMENT_ENUM(vertical_alignment_e, vertical_alignment_strings)
|
||||
|
||||
static const char * horizontal_alignment_strings[] = {
|
||||
"left",
|
||||
"middle",
|
||||
"right",
|
||||
"auto",
|
||||
""
|
||||
};
|
||||
IMPLEMENT_ENUM(horizontal_alignment_e, horizontal_alignment_strings)
|
||||
|
||||
static const char * justify_alignment_strings[] = {
|
||||
"left",
|
||||
"center", // not 'middle' in order to match CSS
|
||||
"right",
|
||||
"auto",
|
||||
""
|
||||
};
|
||||
IMPLEMENT_ENUM(justify_alignment_e, justify_alignment_strings)
|
||||
|
||||
static const char * text_transform_strings[] = {
|
||||
"none",
|
||||
"uppercase",
|
||||
"lowercase",
|
||||
"capitalize",
|
||||
""
|
||||
};
|
||||
IMPLEMENT_ENUM(text_transform_e, text_transform_strings)
|
||||
|
||||
|
||||
static const char * text_upright_strings[] = {
|
||||
"auto",
|
||||
"left",
|
||||
"right",
|
||||
"left_only",
|
||||
"right_only",
|
||||
""
|
||||
};
|
||||
IMPLEMENT_ENUM(text_upright_e, text_upright_strings)
|
||||
|
||||
*/
|
||||
|
||||
text_symbolizer_properties::text_symbolizer_properties() :
|
||||
label_placement(POINT_PLACEMENT),
|
||||
label_spacing(0.0),
|
||||
|
|
Loading…
Add table
Reference in a new issue