topojson : fix geometry index logic
This commit is contained in:
parent
e076640493
commit
fc100be61e
1 changed files with 1 additions and 1 deletions
|
@ -220,8 +220,8 @@ void topojson_datasource::parse_topojson(T const& buffer)
|
||||||
extent_.expand_to_include(box);
|
extent_.expand_to_include(box);
|
||||||
}
|
}
|
||||||
values.emplace_back(box, geometry_index);
|
values.emplace_back(box, geometry_index);
|
||||||
++geometry_index;
|
|
||||||
}
|
}
|
||||||
|
++geometry_index;
|
||||||
}
|
}
|
||||||
|
|
||||||
// packing algorithm
|
// packing algorithm
|
||||||
|
|
Loading…
Reference in a new issue