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:
Dane Springmeyer 2012-11-27 13:08:55 -08:00
parent ca43cc3f40
commit 1aa28fb966

View file

@ -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,"