mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Fix API docs for max zoom, defaults to 22
(this was bumped to 22 in 475db33b3f)
This commit is contained in:
2
API.md
2
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
|
||||
|
||||
Reference in New Issue
Block a user