add 'ignore-placement' to list of expected parameters for markers_symbolizer to avoid spurious warning during load_map when the parameter is used
This commit is contained in:
parent
ca43cc3f40
commit
1aa28fb966
1 changed files with 1 additions and 0 deletions
|
@ -979,6 +979,7 @@ void map_parser::parse_markers_symbolizer( rule & rule, ptree const & sym )
|
|||
//s << "file,opacity,spacing,max-error,allow-overlap,placement,";
|
||||
s << "file,base,transform,fill,opacity,"
|
||||
<< "spacing,max-error,allow-overlap,"
|
||||
<< "ignore-placement,"
|
||||
<< "width,height,placement,marker-type,"
|
||||
<< "stroke,stroke-width,stroke-opacity,stroke-linejoin,"
|
||||
<< "stroke-linecap,stroke-dashoffset,stroke-dasharray,"
|
||||
|
|
Loading…
Reference in a new issue