Skip to content

Commit

Permalink
doc(WMTSSource): Change the link and the extend to TMSSource
Browse files Browse the repository at this point in the history
  • Loading branch information
a-dutremble committed Apr 18, 2023
1 parent 7862bc1 commit aa29f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Source/WMTSSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import TMSSource from 'Source/TMSSource';
* @classdesc
* An object defining the source of resources to get from a
* [WMTS]{@link http://www.opengeospatial.org/standards/wmts} server. It inherits
* from {@link Source}.
* from {@link TMSSource}.
*
* @extends Source
* @extends TMSSource
*
* @property {boolean} isWMTSSource - Used to checkout whether this source is a
* WMTSSource. Default is true. You should not change this, as it is used
Expand Down

0 comments on commit aa29f44

Please sign in to comment.