Skip to content

Commit

Permalink
path-multiplier 1000 -> 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepruitt committed Jan 22, 2016
1 parent 5cf70de commit 5d43ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/vtile-encode.cpp
Expand Up @@ -109,7 +109,7 @@ int main(int argc, char** argv)
// Create tile
unsigned tile_size = 256;
vector_tile::Tile tile;
mapnik::vector_tile_impl::backend_pbf backend(tile, 1000);;
mapnik::vector_tile_impl::backend_pbf backend(tile, 16);;

double minx,miny,maxx,maxy;
xyz(tile_size, x, y, z, minx, miny, maxx, maxy);
Expand Down

0 comments on commit 5d43ce0

Please sign in to comment.