Skip to content

Commit 75debb4

Browse files
committed
Website updates
1 parent 810482b commit 75debb4

14 files changed

+239
-72
lines changed

dist/en/main/apidoc/module-ol_layer_Group-LayerGroup.html

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<div class="member-list" data-type="fires">
107107
<span class="subtitle">Fires</span>
108108
<ul>
109+
<li data-name="addlayer"><a href="module-ol_layer_Group.GroupEvent.html#event:addlayer">addlayer</a>
109110
<li data-name="change"><a href="module-ol_events_Event-BaseEvent.html#event:change">change</a>
110111
<li data-name="change:extent">change:extent
111112
<li data-name="change:layers">change:layers
@@ -118,6 +119,7 @@
118119
<li data-name="change:zindex">change:zIndex
119120
<li data-name="error"><a href="module-ol_events_Event-BaseEvent.html#event:error">error</a>
120121
<li data-name="propertychange"><a href="module-ol_Object.ObjectEvent.html#event:propertychange">propertychange</a>
122+
<li data-name="removelayer"><a href="module-ol_layer_Group.GroupEvent.html#event:removelayer">removelayer</a>
121123
</ul>
122124
</div>
123125
<li class="loading">Loading …
@@ -180,7 +182,7 @@ <h4 class="name">
180182

181183
<div class="tag-source">
182184
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js">layer/Group.js</a>,
183-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js#L89">line 89</a>
185+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js#L105">line 105</a>
184186
</div>
185187

186188
</div>
@@ -515,6 +517,18 @@ <h4 class="name">
515517

516518
<h5>Fires:</h5>
517519
<ul>
520+
<li class="">
521+
<code><a href="module-ol_layer_Group.GroupEvent.html#event:addlayer">addlayer</a></code>
522+
523+
(<a href="module-ol_layer_Group.GroupEvent.html">GroupEvent</a>)
524+
525+
526+
527+
-
528+
Triggered when a layer is added
529+
530+
</li>
531+
518532
<li class="">
519533
<code><a href="module-ol_events_Event-BaseEvent.html#event:change">change</a></code>
520534

@@ -640,6 +654,18 @@ <h5>Fires:</h5>
640654
Triggered when a property is changed.
641655

642656
</li>
657+
658+
<li class="">
659+
<code><a href="module-ol_layer_Group.GroupEvent.html#event:removelayer">removelayer</a></code>
660+
661+
(<a href="module-ol_layer_Group.GroupEvent.html">GroupEvent</a>)
662+
663+
664+
665+
-
666+
Triggered when a layer is removed
667+
668+
</li>
643669
</ul>
644670

645671

@@ -1420,7 +1446,7 @@ <h4 class="name">
14201446

14211447
<div class="tag-source">
14221448
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js">layer/Group.js</a>,
1423-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js#L256">line 256</a>
1449+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js#L277">line 277</a>
14241450
</div>
14251451

14261452
</div>
@@ -2991,7 +3017,7 @@ <h4 class="name">
29913017

29923018
<div class="tag-source">
29933019
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js">layer/Group.js</a>,
2994-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js#L270">line 270</a>
3020+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js#L291">line 291</a>
29953021
</div>
29963022

29973023
</div>

dist/en/main/apidoc/module-ol_layer_Group.GroupEvent.html

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,86 @@ <h3 class="subsection-title">Events</h3>
540540

541541
<dl>
542542

543+
<dt class="">
544+
545+
<div class="nameContainer">
546+
<div class="anchor" id="event:addlayer">
547+
</div>
548+
<h4 class="name">
549+
addlayer
550+
551+
552+
553+
</h4>
554+
555+
<div class="tag-source">
556+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js">layer/Group.js</a>,
557+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js#L20">line 20</a>
558+
</div>
559+
560+
</div>
561+
562+
563+
</dt>
564+
<dd class="">
565+
566+
567+
568+
569+
<div class="description">
570+
<p>Triggered when a layer is added</p>
571+
</div>
572+
573+
574+
575+
576+
577+
578+
579+
580+
581+
582+
583+
<dl class="details">
584+
585+
586+
587+
588+
589+
590+
591+
592+
593+
594+
595+
596+
597+
598+
599+
600+
601+
602+
603+
604+
605+
</dl>
606+
607+
608+
609+
610+
611+
612+
613+
614+
615+
616+
617+
618+
619+
</dd>
620+
621+
622+
543623
<dt class="">
544624

545625
<div class="nameContainer inherited">
@@ -685,6 +765,86 @@ <h4 class="name">
685765

686766

687767

768+
769+
</dl>
770+
771+
772+
773+
774+
775+
776+
777+
778+
779+
780+
781+
782+
783+
</dd>
784+
785+
786+
787+
<dt class="">
788+
789+
<div class="nameContainer">
790+
<div class="anchor" id="event:removelayer">
791+
</div>
792+
<h4 class="name">
793+
removelayer
794+
795+
796+
797+
</h4>
798+
799+
<div class="tag-source">
800+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js">layer/Group.js</a>,
801+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Group.js#L26">line 26</a>
802+
</div>
803+
804+
</div>
805+
806+
807+
</dt>
808+
<dd class="">
809+
810+
811+
812+
813+
<div class="description">
814+
<p>Triggered when a layer is removed</p>
815+
</div>
816+
817+
818+
819+
820+
821+
822+
823+
824+
825+
826+
827+
<dl class="details">
828+
829+
830+
831+
832+
833+
834+
835+
836+
837+
838+
839+
840+
841+
842+
843+
844+
845+
846+
847+
688848

689849
</dl>
690850

dist/en/main/apidoc/module-ol_layer_Group.html

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -166,52 +166,6 @@ <h3 class="subsection-title">Type Definitions</h3>
166166

167167
<dl>
168168

169-
<dt class="">
170-
<div class="nameContainer">
171-
<div class="anchor" id="~GroupEventType">
172-
</div>
173-
<h4 class="name">
174-
GroupEventType<span class="type-signature type 'addlayer'">{'addlayer'}</span> <span class="type-signature type 'removelayer'">{'removelayer'}</span>
175-
176-
177-
</h4>
178-
</div>
179-
180-
</dt>
181-
<dd class="">
182-
183-
184-
185-
<dl class="details">
186-
187-
188-
189-
190-
191-
192-
193-
194-
195-
196-
197-
198-
199-
200-
201-
202-
203-
204-
205-
206-
207-
</dl>
208-
209-
210-
211-
</dd>
212-
213-
214-
215169
<dt class="">
216170
<div class="nameContainer">
217171
<div class="anchor" id="~Options">

dist/en/main/apidoc/navigation.tmpl.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3640,6 +3640,7 @@
36403640
<div class="member-list" data-type="fires">
36413641
<span class="subtitle">Fires</span>
36423642
<ul>
3643+
<li data-name="addlayer"><a href="module-ol_layer_Group.GroupEvent.html#event:addlayer">addlayer</a>
36433644
<li data-name="change"><a href="module-ol_events_Event-BaseEvent.html#event:change">change</a>
36443645
<li data-name="change:extent">change:extent
36453646
<li data-name="change:layers">change:layers
@@ -3652,6 +3653,7 @@
36523653
<li data-name="change:zindex">change:zIndex
36533654
<li data-name="error"><a href="module-ol_events_Event-BaseEvent.html#event:error">error</a>
36543655
<li data-name="propertychange"><a href="module-ol_Object.ObjectEvent.html#event:propertychange">propertychange</a>
3656+
<li data-name="removelayer"><a href="module-ol_layer_Group.GroupEvent.html#event:removelayer">removelayer</a>
36553657
</ul>
36563658
</div>
36573659
<li class="item item-class" data-longname="module:ol/layer/Group.GroupEvent" data-name="ol/layer/group.groupevent">

dist/en/main/examples/common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/offscreen-canvas.worker.worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/offscreen-canvas.worker.worker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)