Add default constructor for shield symbolizer.
This commit is contained in:
parent
047cda5d1b
commit
6efb7a863d
1 changed files with 9 additions and 0 deletions
|
@ -34,6 +34,15 @@
|
||||||
namespace mapnik
|
namespace mapnik
|
||||||
{
|
{
|
||||||
|
|
||||||
|
shield_symbolizer::shield_symbolizer(text_placements_ptr placements)
|
||||||
|
: text_symbolizer(placements),
|
||||||
|
symbolizer_with_image(),
|
||||||
|
unlock_image_(false),
|
||||||
|
no_text_(false),
|
||||||
|
shield_displacement_(boost::make_tuple<double,double>(0,0))
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
shield_symbolizer::shield_symbolizer(
|
shield_symbolizer::shield_symbolizer(
|
||||||
expression_ptr name,
|
expression_ptr name,
|
||||||
std::string const& face_name,
|
std::string const& face_name,
|
||||||
|
|
Loading…
Reference in a new issue