fix clipping default until #2146
This commit is contained in:
parent
006c460c9c
commit
6a8b3e9cf9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ void render_markers_symbolizer(markers_symbolizer const& sym,
|
|||
using svg_attribute_type = agg::pod_bvector<path_attributes>;
|
||||
|
||||
std::string filename = get<std::string>(sym, keys::file, feature, common.vars_, "shape://ellipse");
|
||||
bool clip = get<value_bool>(sym, keys::clip, feature, common.vars_, false);
|
||||
bool clip = get<value_bool>(sym, keys::clip, feature, common.vars_, true);
|
||||
double smooth = get<value_double>(sym, keys::smooth, feature, common.vars_, false);
|
||||
|
||||
// https://github.com/mapnik/mapnik/issues/1316
|
||||
|
|
Loading…
Reference in a new issue