ensure topojson plugin id starts at 1 for consistency #753
This commit is contained in:
parent
e44cdef805
commit
46246fdbf6
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ topojson_featureset::topojson_featureset(mapnik::topojson::topology const& topo,
|
|||
index_array_(std::move(index_array)),
|
||||
index_itr_(index_array_.begin()),
|
||||
index_end_(index_array_.end()),
|
||||
feature_id_ (0) {}
|
||||
feature_id_(1) {}
|
||||
|
||||
topojson_featureset::~topojson_featureset() {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue