ensure topojson plugin id starts at 1 for consistency #753

This commit is contained in:
Dane Springmeyer 2015-05-09 06:07:16 -07:00
parent e44cdef805
commit 46246fdbf6

View file

@ -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() {}