mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
ensure topojson plugin id starts at 1 for consistency #753
This commit is contained in:
parent
e44cdef805
commit
46246fdbf6
@ -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…
x
Reference in New Issue
Block a user