Skip to content

Commit

Permalink
Update wmts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Sep 11, 2017
1 parent ec62cd2 commit 142fcae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wmts.js
Expand Up @@ -19,11 +19,11 @@ const select = xpath.useNamespaces({
*/

/**
* @typedef {('OGC WMTS'|'OGC WMS')} ServiceType
* @typedef {'OGC WMTS'|'OGC WMS'} ServiceType
*/

/**
* @typedef {('1.0.0'|'1.3.0')} ServiceVersion
* @typedef {'1.0.0'|'1.3.0'} ServiceVersion
*/

/**
Expand Down Expand Up @@ -59,7 +59,7 @@ const select = xpath.useNamespaces({
* @property {string} title
*/

/**
/**
* WMTS Metadata.Layer.URL
*
* @typedef {Object} URL
Expand Down

0 comments on commit 142fcae

Please sign in to comment.