Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Oct 28, 2023
1 parent b929b13 commit ce39ea0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ <h4 class="name">

<span class="param-type">string</span>


| undefined


</td>
Expand All @@ -540,7 +540,7 @@ <h4 class="name">

<span class="param-type">boolean</span>


| undefined


</td>
Expand Down
4 changes: 2 additions & 2 deletions dist/en/main/apidoc/module-ol_source_StadiaMaps.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ <h5 class="subsection-title">Properties:</h5>

<span class="param-type">string</span>


| undefined


</td>
Expand All @@ -508,7 +508,7 @@ <h5 class="subsection-title">Properties:</h5>

<span class="param-type">boolean</span>


| undefined


</td>
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/examples/common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/ol/dist/ol.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/en/main/ol/source/StadiaMaps.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ export type Options = {
/**
* Stadia Maps API key. Not required for localhost or most public web deployments. See https://docs.stadiamaps.com/authentication/ for details.
*/
apiKey: string;
apiKey?: string | undefined;
/**
* Use retina tiles (if available; not available for Stamen Watercolor).
*/
retina: boolean;
retina?: boolean | undefined;
};
/**
* @typedef {Object} Options
Expand All @@ -86,8 +86,8 @@ export type Options = {
* @property {number|import("../array.js").NearestDirectionFunction} [zDirection=0]
* Choose whether to use tiles with a higher or lower zoom level when between integer
* zoom levels. See {@link module:ol/tilegrid/TileGrid~TileGrid#getZForResolution}.
* @property {string} apiKey Stadia Maps API key. Not required for localhost or most public web deployments. See https://docs.stadiamaps.com/authentication/ for details.
* @property {boolean} retina Use retina tiles (if available; not available for Stamen Watercolor).
* @property {string} [apiKey] Stadia Maps API key. Not required for localhost or most public web deployments. See https://docs.stadiamaps.com/authentication/ for details.
* @property {boolean} [retina] Use retina tiles (if available; not available for Stamen Watercolor).
*/
/**
* @classdesc
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/ol/source/StadiaMaps.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/en/main/ol/source/StadiaMaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ const ProviderConfig = {
* @property {number|import("../array.js").NearestDirectionFunction} [zDirection=0]
* Choose whether to use tiles with a higher or lower zoom level when between integer
* zoom levels. See {@link module:ol/tilegrid/TileGrid~TileGrid#getZForResolution}.
* @property {string} apiKey Stadia Maps API key. Not required for localhost or most public web deployments. See https://docs.stadiamaps.com/authentication/ for details.
* @property {boolean} retina Use retina tiles (if available; not available for Stamen Watercolor).
* @property {string} [apiKey] Stadia Maps API key. Not required for localhost or most public web deployments. See https://docs.stadiamaps.com/authentication/ for details.
* @property {boolean} [retina] Use retina tiles (if available; not available for Stamen Watercolor).
*/

/**
Expand Down

0 comments on commit ce39ea0

Please sign in to comment.