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)
181
181
apr_table_add (grid -> metadata ,"profile" ,"global-mercator" );
182
182
apr_table_add (grid -> metadata ,"wellKnownScaleSet" ,"urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible" );
183
183
grid -> tile_sx = grid -> tile_sy = 256 ;
184
- grid -> nlevels = 19 ;
184
+ grid -> nlevels = 22 ;
185
185
grid -> unit = MAPCACHE_UNIT_METERS ;
186
186
grid -> extent = google_extent ;
187
187
grid -> levels = (mapcache_grid_level * * )apr_pcalloc (pool ,
@@ -206,7 +206,7 @@ mapcache_cfg* mapcache_configuration_create(apr_pool_t *pool)
206
206
apr_table_add (grid -> metadata ,"profile" ,"global-mercator" );
207
207
apr_table_add (grid -> metadata ,"wellKnownScaleSet" ,"urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible" );
208
208
grid -> tile_sx = grid -> tile_sy = 256 ;
209
- grid -> nlevels = 19 ;
209
+ grid -> nlevels = 22 ;
210
210
grid -> unit = MAPCACHE_UNIT_METERS ;
211
211
grid -> extent = google_extent ;
212
212
grid -> levels = (mapcache_grid_level * * )apr_pcalloc (pool ,
You can’t perform that action at this time.
0 commit comments