Skip to content

Commit

Permalink
[config] Set max zoom to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jul 13, 2016
1 parent 6d8f803 commit b762949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/config/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = () => Joi.object({
options: Joi.object({
attribution: Joi.string().default('© [Elastic Tile Service](https://www.elastic.co/elastic_tile_service)'),
minZoom: Joi.number().default(0),
maxZoom: Joi.number().default(8),
maxZoom: Joi.number().default(7),
tileSize: Joi.number().optional(),
subdomains: Joi.array().items(Joi.string()).single().optional(),
errorTileUrl: Joi.string().uri().optional(),
Expand Down

0 comments on commit b762949

Please sign in to comment.