Skip to content

Commit

Permalink
bump default maxZoom to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Mar 29, 2016
1 parent b83710b commit 0fa8c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mapbox/geojsonvt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace geojsonvt {

struct Options {
// max zoom to preserve detail on
uint8_t maxZoom = 14;
uint8_t maxZoom = 18;

// max zoom in the tile index
uint8_t indexMaxZoom = 5;
Expand Down

0 comments on commit 0fa8c16

Please sign in to comment.