Skip to content

Commit 54304f9

Browse files
committed
Update nlevels
1 parent e23aaab commit 54304f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/configuration.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ mapcache_cfg* mapcache_configuration_create(apr_pool_t *pool)
181181
apr_table_add(grid->metadata,"profile","global-mercator");
182182
apr_table_add(grid->metadata,"wellKnownScaleSet","urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible");
183183
grid->tile_sx = grid->tile_sy = 256;
184-
grid->nlevels = 19;
184+
grid->nlevels = 22;
185185
grid->unit = MAPCACHE_UNIT_METERS;
186186
grid->extent = google_extent;
187187
grid->levels = (mapcache_grid_level**)apr_pcalloc(pool,
@@ -206,7 +206,7 @@ mapcache_cfg* mapcache_configuration_create(apr_pool_t *pool)
206206
apr_table_add(grid->metadata,"profile","global-mercator");
207207
apr_table_add(grid->metadata,"wellKnownScaleSet","urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible");
208208
grid->tile_sx = grid->tile_sy = 256;
209-
grid->nlevels = 19;
209+
grid->nlevels = 22;
210210
grid->unit = MAPCACHE_UNIT_METERS;
211211
grid->extent = google_extent;
212212
grid->levels = (mapcache_grid_level**)apr_pcalloc(pool,

0 commit comments

Comments
 (0)