Skip to content

Commit

Permalink
Added links to OpenLayers 2 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rboller authored Jun 1, 2017
1 parent 4e4cc02 commit f1ad654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ Modify the JSON document, ``config/wv.json/sources.json``. There is a *sources*
For WMTS layers that cannot be configured with a GetCapabilities document, a *matrixSets* object must exist that contains an object for each matrix set, keyed by the matrix set identifier.

- **id**: The identifier for this matrix set.
- **maxResolution**: The maximum resolution of this of this matrix tile set as defined in the OpenLayers 2 documentation. This property might be deprecated in the future as it can be obtained from the *resolutions* property.
- **resolutions**: Array of resolutions for each zoom level as defined in the OpenLayers 2 documentation.
- **maxResolution**: The maximum resolution of this of this matrix tile set as defined in the [OpenLayers 2 documentation](http://dev.openlayers.org/docs/files/OpenLayers/Layer-js.html#OpenLayers.Layer.maxResolution). This property might be deprecated in the future as it can be obtained from the *resolutions* property.
- **resolutions**: Array of resolutions for each zoom level as defined in the [OpenLayers 2 documentation](http://dev.openlayers.org/docs/files/OpenLayers/Layer-js.html#OpenLayers.Layer.maxResolution).
- **tileSize**: Array of pixel dimensions for each tile. Example *[512, 512]*

### Full Example
Expand Down

0 comments on commit f1ad654

Please sign in to comment.