Merge branch '2.3.x' of github.com:mapnik/mapnik
This commit is contained in:
commit
5393978dd4
2 changed files with 0 additions and 21 deletions
|
@ -44,22 +44,6 @@ using mapnik::geometry_utils;
|
||||||
using mapnik::transcoder;
|
using mapnik::transcoder;
|
||||||
using mapnik::feature_factory;
|
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,
|
ogr_featureset::ogr_featureset(mapnik::context_ptr const& ctx,
|
||||||
OGRLayer & layer,
|
OGRLayer & layer,
|
||||||
mapnik::box2d<double> const& extent,
|
mapnik::box2d<double> const& extent,
|
||||||
|
|
|
@ -38,11 +38,6 @@
|
||||||
class ogr_featureset : public mapnik::Featureset
|
class ogr_featureset : public mapnik::Featureset
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ogr_featureset(mapnik::context_ptr const& ctx,
|
|
||||||
OGRLayer & layer,
|
|
||||||
OGRGeometry & extent,
|
|
||||||
std::string const& encoding);
|
|
||||||
|
|
||||||
ogr_featureset(mapnik::context_ptr const& ctx,
|
ogr_featureset(mapnik::context_ptr const& ctx,
|
||||||
OGRLayer & layer,
|
OGRLayer & layer,
|
||||||
mapnik::box2d<double> const& extent,
|
mapnik::box2d<double> const& extent,
|
||||||
|
|
Loading…
Add table
Reference in a new issue