Skip to content

Commit

Permalink
decode as MVT version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakaner committed Mar 25, 2024
1 parent 76af1c9 commit 6e29635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mvt_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ mapnik::feature_ptr mvt_layer::next_feature()
mapnik::vector_tile_impl::GeometryPBF geoms(geom_itr);
mapnik::geometry::geometry<double> geom =
mapnik::vector_tile_impl::decode_geometry<double>(geoms, geometry_type,
2, tile_x_, tile_y_, scale_, -1.0 * scale_);
1, tile_x_, tile_y_, scale_, -1.0 * scale_);
if (geom.is<mapnik::geometry::geometry_empty>())
{
continue;
Expand Down

0 comments on commit 6e29635

Please sign in to comment.