File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments