Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Jul 28, 2023
1 parent 0cdf240 commit 3ba8252
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_geom_Circle-Circle.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h4 class="name">

<td class="description last">

<p>Radius.</p></td>
<p>Radius in units of the projection.</p></td>
</tr>


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.

2 changes: 1 addition & 1 deletion dist/en/main/ol/geom/Circle.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ declare class Circle extends SimpleGeometry {
* @param {!import("../coordinate.js").Coordinate} center Center.
* For internal use, flat coordinates in combination with `layout` and no
* `radius` are also accepted.
* @param {number} [radius] Radius.
* @param {number} [radius] Radius in units of the projection.
* @param {import("./Geometry.js").GeometryLayout} [layout] Layout.
*/
constructor(center: import("../coordinate.js").Coordinate, radius?: number | undefined, layout?: import("./Geometry.js").GeometryLayout | undefined);
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/ol/geom/Circle.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Circle extends SimpleGeometry {
* @param {!import("../coordinate.js").Coordinate} center Center.
* For internal use, flat coordinates in combination with `layout` and no
* `radius` are also accepted.
* @param {number} [radius] Radius.
* @param {number} [radius] Radius in units of the projection.
* @param {import("./Geometry.js").GeometryLayout} [layout] Layout.
*/
constructor(center, radius, layout) {
Expand Down

0 comments on commit 3ba8252

Please sign in to comment.