Skip to content

Commit 0fa8c16

Browse files
committed
bump default maxZoom to 18
1 parent b83710b commit 0fa8c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mapbox/geojsonvt.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace geojsonvt {
1414

1515
struct Options {
1616
// max zoom to preserve detail on
17-
uint8_t maxZoom = 14;
17+
uint8_t maxZoom = 18;
1818

1919
// max zoom in the tile index
2020
uint8_t indexMaxZoom = 5;

0 commit comments

Comments
 (0)