mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
ogr plugin: remove unused code
This commit is contained in:
parent
08cfc5d0f3
commit
0b39a7eb12
@ -44,22 +44,6 @@ using mapnik::geometry_utils;
|
||||
using mapnik::transcoder;
|
||||
using mapnik::feature_factory;
|
||||
|
||||
|
||||
ogr_featureset::ogr_featureset(mapnik::context_ptr const & ctx,
|
||||
OGRLayer & layer,
|
||||
OGRGeometry & extent,
|
||||
std::string const& encoding)
|
||||
: ctx_(ctx),
|
||||
layer_(layer),
|
||||
layerdef_(layer.GetLayerDefn()),
|
||||
tr_(new transcoder(encoding)),
|
||||
fidcolumn_(layer_.GetFIDColumn ()),
|
||||
count_(0)
|
||||
|
||||
{
|
||||
layer_.SetSpatialFilter (&extent);
|
||||
}
|
||||
|
||||
ogr_featureset::ogr_featureset(mapnik::context_ptr const& ctx,
|
||||
OGRLayer & layer,
|
||||
mapnik::box2d<double> const& extent,
|
||||
|
||||
@ -38,11 +38,6 @@
|
||||
class ogr_featureset : public mapnik::Featureset
|
||||
{
|
||||
public:
|
||||
ogr_featureset(mapnik::context_ptr const& ctx,
|
||||
OGRLayer & layer,
|
||||
OGRGeometry & extent,
|
||||
std::string const& encoding);
|
||||
|
||||
ogr_featureset(mapnik::context_ptr const& ctx,
|
||||
OGRLayer & layer,
|
||||
mapnik::box2d<double> const& extent,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user