We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83710b commit 0fa8c16Copy full SHA for 0fa8c16
include/mapbox/geojsonvt.hpp
@@ -14,7 +14,7 @@ namespace geojsonvt {
14
15
struct Options {
16
// max zoom to preserve detail on
17
- uint8_t maxZoom = 14;
+ uint8_t maxZoom = 18;
18
19
// max zoom in the tile index
20
uint8_t indexMaxZoom = 5;
0 commit comments