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 authored and mgermerie committed Apr 18, 2023
1 parent 7862bc1 commit 23c16d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Expand Up @@ -12,6 +12,7 @@ The following people have contributed to iTowns.
* [Adrien Berthet](https://github.com/zarov)
* [Madec Germerie-Guizouarn](https://github.com/mgermerie)
* [Mathieu Brédif](https://github.com/mbredif)
* [Aymeric Dutremble](https://github.com/a-dutremble)

* [CIRIL Group](https://www.cirilgroup.com/en/):
* [Vincent Jaillot](https://github.com/jailln)
Expand Down
4 changes: 2 additions & 2 deletions src/Source/WMTSSource.js
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 23c16d2

Please sign in to comment.