Skip to content

Commit 0d33ff4

Browse files
committed
Website updates
1 parent b08adee commit 0d33ff4

19 files changed

+535
-69
lines changed

dist/en/main/apidoc/module-ol_style_Circle-CircleStyle.html

Lines changed: 143 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
<li data-name="setfill"><a href="module-ol_style_Circle-CircleStyle.html#setFill">setFill</a>
9393
<li data-name="setopacity"><a href="module-ol_style_Circle-CircleStyle.html#setOpacity">setOpacity</a>
9494
<li data-name="setradius"><a href="module-ol_style_Circle-CircleStyle.html#setRadius">setRadius</a>
95+
<li data-name="setradius2"><a href="module-ol_style_Circle-CircleStyle.html#setRadius2">setRadius2</a>
9596
<li data-name="setrotatewithview"><a href="module-ol_style_Circle-CircleStyle.html#setRotateWithView">setRotateWithView</a>
9697
<li data-name="setrotation"><a href="module-ol_style_Circle-CircleStyle.html#setRotation">setRotation</a>
9798
<li data-name="setscale"><a href="module-ol_style_Circle-CircleStyle.html#setScale">setScale</a>
@@ -1555,7 +1556,7 @@ <h4 class="name">
15551556

15561557
<div class="tag-source">
15571558
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js">style/RegularShape.js</a>,
1558-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js#L324">line 324</a>
1559+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js#L337">line 337</a>
15591560
</div>
15601561

15611562
</div>
@@ -1923,7 +1924,7 @@ <h4 class="name">
19231924

19241925
<div class="tag-source">
19251926
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js">style/RegularShape.js</a>,
1926-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js#L334">line 334</a>
1927+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js#L360">line 360</a>
19271928
</div>
19281929

19291930
</div>
@@ -2015,7 +2016,7 @@ <h4 class="name">
20152016

20162017
<div class="tag-source">
20172018
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js">style/RegularShape.js</a>,
2018-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js#L343">line 343</a>
2019+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js#L369">line 369</a>
20192020
</div>
20202021

20212022
</div>
@@ -2480,19 +2481,21 @@ <h4 class="name">
24802481

24812482
<dt class="">
24822483

2483-
<div class="nameContainer">
2484+
<div class="nameContainer inherited">
24842485
<div class="anchor" id="setRadius">
24852486
</div>
24862487
<h4 class="name">
24872488
setRadius<span class="signature">(radius)</span>
24882489

2490+
<span class="inherited"><a href="module-ol_style_RegularShape-RegularShape.html#setRadius">inherited</a></span>
2491+
24892492

24902493

24912494
</h4>
24922495

24932496
<div class="tag-source">
2494-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/Circle.js">style/Circle.js</a>,
2495-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/Circle.js#L77">line 77</a>
2497+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js">style/RegularShape.js</a>,
2498+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js#L324">line 324</a>
24962499
</div>
24972500

24982501
</div>
@@ -2505,7 +2508,7 @@ <h4 class="name">
25052508

25062509

25072510
<div class="description">
2508-
<p>Set the circle radius.</p>
2511+
<p>Set the (primary) radius for the shape.</p>
25092512
</div>
25102513

25112514

@@ -2553,7 +2556,138 @@ <h4 class="name">
25532556

25542557
<td class="description last">
25552558

2556-
<p>Circle radius.</p></td>
2559+
<p>Radius.</p></td>
2560+
</tr>
2561+
2562+
2563+
</tbody>
2564+
</table>
2565+
2566+
2567+
2568+
2569+
<dl class="details">
2570+
2571+
2572+
2573+
2574+
2575+
2576+
2577+
2578+
2579+
2580+
2581+
2582+
2583+
2584+
2585+
2586+
2587+
2588+
2589+
2590+
2591+
</dl>
2592+
2593+
2594+
2595+
2596+
2597+
2598+
2599+
2600+
2601+
2602+
2603+
2604+
2605+
</dd>
2606+
2607+
2608+
2609+
2610+
<dt class="">
2611+
2612+
<div class="nameContainer inherited">
2613+
<div class="anchor" id="setRadius2">
2614+
</div>
2615+
<h4 class="name">
2616+
setRadius2<span class="signature">(radius2)</span>
2617+
2618+
<span class="inherited"><a href="module-ol_style_RegularShape-RegularShape.html#setRadius2">inherited</a></span>
2619+
2620+
2621+
2622+
</h4>
2623+
2624+
<div class="tag-source">
2625+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js">style/RegularShape.js</a>,
2626+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js#L346">line 346</a>
2627+
</div>
2628+
2629+
</div>
2630+
2631+
2632+
</dt>
2633+
<dd class="">
2634+
2635+
2636+
2637+
2638+
<div class="description">
2639+
<p>Set the secondary radius for the shape.</p>
2640+
</div>
2641+
2642+
2643+
2644+
2645+
2646+
2647+
2648+
2649+
2650+
2651+
<table class="params">
2652+
<thead>
2653+
<tr>
2654+
2655+
<th>Name</th>
2656+
2657+
2658+
<th>Type</th>
2659+
2660+
<th class="last">Description</th>
2661+
</tr>
2662+
</thead>
2663+
2664+
<tbody>
2665+
2666+
2667+
<tr class="">
2668+
2669+
<td class="name"><code>radius2</code></td>
2670+
2671+
2672+
2673+
<td class="type">
2674+
2675+
2676+
<span class="param-type">number</span>
2677+
|
2678+
2679+
<span class="param-type">undefined</span>
2680+
2681+
2682+
2683+
2684+
</td>
2685+
2686+
2687+
2688+
<td class="description last">
2689+
2690+
<p>Radius2.</p></td>
25572691
</tr>
25582692

25592693

@@ -3007,7 +3141,7 @@ <h4 class="name">
30073141

30083142
<div class="tag-source">
30093143
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js">style/RegularShape.js</a>,
3010-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js#L352">line 352</a>
3144+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/style/RegularShape.js#L378">line 378</a>
30113145
</div>
30123146

30133147
</div>

0 commit comments

Comments
 (0)