opps - remove unused itarators decl
This commit is contained in:
parent
eee750e074
commit
3b707d1c79
1 changed files with 0 additions and 2 deletions
|
@ -176,8 +176,6 @@ void geojson_datasource::parse_geojson(T & stream)
|
|||
if (count == 0)
|
||||
{
|
||||
extent_ = box;
|
||||
mapnik::feature_kv_iterator f_itr = f->begin();
|
||||
mapnik::feature_kv_iterator f_end = f->end();
|
||||
for ( auto const& kv : *f)
|
||||
{
|
||||
desc_.add_descriptor(mapnik::attribute_descriptor(std::get<0>(kv),
|
||||
|
|
Loading…
Add table
Reference in a new issue