Skip to content

Commit

Permalink
deploy: 81cb8b1
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Jan 30, 2025
1 parent 4e66b8e commit e45a908
Show file tree
Hide file tree
Showing 19 changed files with 14,696 additions and 14,592 deletions.
7 changes: 6 additions & 1 deletion docs/afm/plugin-gfi.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h3 id="gfi-1" tabindex="-1">gfi</h3>
<tr>
<td>boxSelect</td>
<td>boolean?</td>
<td>If set to <code>true</code>, multiple features can be selected at once by using the modifier key (CTRL on Windows or Command on macOS) and dragging the mouse. Similar to <code>gfi.directSelect</code>, features can be added and removed by selection / unselecting them. The features need to be distinguishable by their properties for the functionality to properly work. Does not work together with <code>extendedMasterportalapiMarkers</code> of <code>@polar/core</code>. Defaults to <code>false</code>.</td>
<td><strong>This parameter has been deprecated. Please use <code>multiSelect</code> to <code>'box'</code> instead.</strong> If set to <code>true</code>, multiple features can be selected at once by using the modifier key (CTRL on Windows or Command on macOS) and dragging the mouse. Can only be used in Desktop environments. Similar to <code>gfi.directSelect</code>, features can be added and removed by selection / unselecting them. The features need to be distinguishable by their properties for the functionality to properly work. Does not work together with <code>extendedMasterportalapiMarkers</code> of <code>@polar/core</code>. Defaults to <code>false</code>.</td>
</tr>
<tr>
<td>customHighlightStyle</td>
Expand Down Expand Up @@ -95,6 +95,11 @@ <h3 id="gfi-1" tabindex="-1">gfi</h3>
<td>Method of calculating which feature has been chosen by the user. <code>bboxDot</code> utilizes the <code>bbox</code>-url parameter using the clicked coordinate while <code>intersects</code> uses a <code>Filter</code> to calculate the intersected features. Layers can have their own <code>gfiMode</code> parameter which would override this global mode. To apply this, add the desired value to the parameter in the <code>mapConfiguration</code>. Defaults to <code>'bboxDot'</code>.</td>
</tr>
<tr>
<td>multiSelect</td>
<td>enum[&quot;box&quot;, &quot;circle&quot;]?</td>
<td>If configured, multiple features can be selected at once by using the modifier key (CTRL on Windows or Command on macOS) and dragging the mouse. Can only be used in Desktop environments. If set to <code>'box'</code>, the selection will be done in a box. If set to <code>'circle'</code>, the selection will be done in a circle. Similar to <code>gfi.directSelect</code>, features can be added and removed by selection / unselecting them. The features need to be distinguishable by their properties for the functionality to properly work. Does not work together with <code>extendedMasterportalapiMarkers</code> of <code>@polar/core</code>. Is disabled by default.</td>
</tr>
<tr>
<td>renderType</td>
<td>('iconMenu' | 'independent')?</td>
<td>Only relevant if <code>window</code> is set to <code>true</code> for at least one layer. Whether the gfi plugin is rendered independently or as part of the IconMenu. Defaults to 'independent'.</td>
Expand Down
7 changes: 6 additions & 1 deletion docs/generic/plugin-gfi.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h3 id="gfi-1" tabindex="-1">gfi</h3>
<tr>
<td>boxSelect</td>
<td>boolean?</td>
<td>If set to <code>true</code>, multiple features can be selected at once by using the modifier key (CTRL on Windows or Command on macOS) and dragging the mouse. Similar to <code>gfi.directSelect</code>, features can be added and removed by selection / unselecting them. The features need to be distinguishable by their properties for the functionality to properly work. Does not work together with <code>extendedMasterportalapiMarkers</code> of <code>@polar/core</code>. Defaults to <code>false</code>.</td>
<td><strong>This parameter has been deprecated. Please use <code>multiSelect</code> to <code>'box'</code> instead.</strong> If set to <code>true</code>, multiple features can be selected at once by using the modifier key (CTRL on Windows or Command on macOS) and dragging the mouse. Can only be used in Desktop environments. Similar to <code>gfi.directSelect</code>, features can be added and removed by selection / unselecting them. The features need to be distinguishable by their properties for the functionality to properly work. Does not work together with <code>extendedMasterportalapiMarkers</code> of <code>@polar/core</code>. Defaults to <code>false</code>.</td>
</tr>
<tr>
<td>customHighlightStyle</td>
Expand Down Expand Up @@ -95,6 +95,11 @@ <h3 id="gfi-1" tabindex="-1">gfi</h3>
<td>Method of calculating which feature has been chosen by the user. <code>bboxDot</code> utilizes the <code>bbox</code>-url parameter using the clicked coordinate while <code>intersects</code> uses a <code>Filter</code> to calculate the intersected features. Layers can have their own <code>gfiMode</code> parameter which would override this global mode. To apply this, add the desired value to the parameter in the <code>mapConfiguration</code>. Defaults to <code>'bboxDot'</code>.</td>
</tr>
<tr>
<td>multiSelect</td>
<td>enum[&quot;box&quot;, &quot;circle&quot;]?</td>
<td>If configured, multiple features can be selected at once by using the modifier key (CTRL on Windows or Command on macOS) and dragging the mouse. Can only be used in Desktop environments. If set to <code>'box'</code>, the selection will be done in a box. If set to <code>'circle'</code>, the selection will be done in a circle. Similar to <code>gfi.directSelect</code>, features can be added and removed by selection / unselecting them. The features need to be distinguishable by their properties for the functionality to properly work. Does not work together with <code>extendedMasterportalapiMarkers</code> of <code>@polar/core</code>. Is disabled by default.</td>
</tr>
<tr>
<td>renderType</td>
<td>('iconMenu' | 'independent')?</td>
<td>Only relevant if <code>window</code> is set to <code>true</code> for at least one layer. Whether the gfi plugin is rendered independently or as part of the IconMenu. Defaults to 'independent'.</td>
Expand Down
Loading

0 comments on commit e45a908

Please sign in to comment.