From 92169759eb6406e1cf73d89c2e4de03e04f9d5be Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 25 May 2018 12:10:53 -0400 Subject: [PATCH] Fix API docs for max zoom, defaults to 22 (this was bumped to 22 in 475db33b3f84fd844a851932ffbb47d0dfb2f2fe) --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 46980e213..83a68bc8a 100644 --- a/API.md +++ b/API.md @@ -219,7 +219,7 @@ Each imagery source should have the following properties: Optional properties: * `description` - A longer source description which, if included, will be displayed in a popup when viewing the background imagery list * `overlay` - If `true`, this is an overlay layer (a transparent layer rendered above base imagery layer). Defaults to `false` -* `scaleExtent` - Allowable min and max zoom levels, defaults to `[0, 20]` +* `scaleExtent` - Allowable min and max zoom levels, defaults to `[0, 22]` * `polygon` - Array of coordinate rings within which imagery is valid. If omitted, imagery is assumed to be valid worldwide * `overzoom` - Can this imagery be scaled up when zooming in beyond the max zoom? Defaults to `true` * `terms_url` - Url to link to when displaying the imagery terms