fix clipping default until #2146

This commit is contained in:
Dane Springmeyer 2014-07-22 12:15:45 -07:00
parent 006c460c9c
commit 6a8b3e9cf9

View file

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