Skip to content

Commit

Permalink
Merge pull request #10292 from jomue/patch-1
Browse files Browse the repository at this point in the history
Fix typo in jsdoc in ol/source/WMTS
  • Loading branch information
fredj committed Nov 14, 2019
2 parents 0a4c9ed + 5dbd1e4 commit 4721650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ol/source/WMTS.js
Expand Up @@ -152,7 +152,7 @@ class WMTS extends TileImage {

/**
* Set the URLs to use for requests.
* URLs may contain OCG conform URL Template Variables: {TileMatrix}, {TileRow}, {TileCol}.
* URLs may contain OGC conform URL Template Variables: {TileMatrix}, {TileRow}, {TileCol}.
* @override
*/
setUrls(urls) {
Expand Down

0 comments on commit 4721650

Please sign in to comment.