remove unused old headers
This commit is contained in:
parent
36eb7f61bd
commit
d88bf9e1ef
2 changed files with 1 additions and 4 deletions
|
@ -49,7 +49,6 @@
|
|||
#include <mapnik/util/geometry_to_ds_type.hpp>
|
||||
#include <mapnik/make_unique.hpp>
|
||||
#include <mapnik/geometry/boost_adapters.hpp>
|
||||
#include <mapnik/json/feature_collection_grammar.hpp>
|
||||
#include <mapnik/util/fs.hpp>
|
||||
#include <mapnik/util/spatial_index.hpp>
|
||||
#include <mapnik/geom_util.hpp>
|
||||
|
|
|
@ -25,11 +25,10 @@
|
|||
|
||||
#include <mapnik/feature.hpp>
|
||||
#include <mapnik/feature_factory.hpp>
|
||||
#include <mapnik/json/feature_grammar.hpp>
|
||||
#include <mapnik/util/utf_conv_win.hpp>
|
||||
#include <mapnik/geometry/is_empty.hpp>
|
||||
#include <mapnik/json/parse_feature.hpp>
|
||||
//#include <mapnik/json/json_grammar_config.hpp>
|
||||
|
||||
// stl
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -67,7 +66,6 @@ mapnik::feature_ptr geojson_memory_index_featureset::next()
|
|||
chr_iterator_type start = json.data();
|
||||
chr_iterator_type end = start + json.size();
|
||||
static const mapnik::transcoder tr("utf8");
|
||||
static const mapnik::json::feature_grammar<chr_iterator_type,mapnik::feature_impl> grammar(tr);
|
||||
mapnik::feature_ptr feature(mapnik::feature_factory::create(ctx_, feature_id_++));
|
||||
mapnik::json::parse_feature(start, end, *feature, tr); // throw on failure
|
||||
// skip empty geometries
|
||||
|
|
Loading…
Reference in a new issue