mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Remove unused 'simplify_prefilter_' parameter (ref #4459)
This commit is contained in:
parent
4798be914c
commit
c87b245f71
@ -89,7 +89,6 @@ postgis_datasource::postgis_datasource(parameters const& params)
|
||||
// See https://github.com/mapnik/mapnik/issues/1639
|
||||
// See http://trac.osgeo.org/postgis/ticket/2093
|
||||
simplify_dp_ratio_(*params_.get<mapnik::value_double>("simplify_dp_ratio", 1.0 / 20.0))
|
||||
, simplify_prefilter_(*params_.get<mapnik::value_double>("simplify_prefilter", 0.0))
|
||||
, simplify_dp_preserve_(false)
|
||||
, simplify_clip_resolution_(*params_.get<mapnik::value_double>("simplify_clip_resolution", 0.0))
|
||||
, re_tokens_("!(@?\\w+)!")
|
||||
|
||||
@ -126,7 +126,6 @@ class postgis_datasource : public datasource
|
||||
mapnik::value_double twkb_rounding_adjustment_;
|
||||
mapnik::value_double simplify_snap_ratio_;
|
||||
mapnik::value_double simplify_dp_ratio_;
|
||||
mapnik::value_double simplify_prefilter_;
|
||||
bool simplify_dp_preserve_;
|
||||
mapnik::value_double simplify_clip_resolution_;
|
||||
std::regex re_tokens_;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user