Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Jun 15, 2024
1 parent ff8f127 commit 07bde16
Show file tree
Hide file tree
Showing 81 changed files with 173 additions and 173 deletions.
4 changes: 2 additions & 2 deletions dist/en/main/apidoc/module-ol_Tile.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h4 class="name">


<div class="description">
<p>A function that takes an <a href="module-ol_Tile-Tile.html"><code>Tile</code></a> for the tile and a
<p>A function that takes a <a href="module-ol_Tile-Tile.html"><code>Tile</code></a> for the tile and a
<code>{string}</code> for the url as arguments. The default is</p>
<pre class="prettyprint source lang-js"><code>source.setTileLoadFunction(function(tile, src) {
tile.getImage().src = src;
Expand Down Expand Up @@ -431,7 +431,7 @@ <h4 class="name">
<div class="description">
<p><a href="module-ol_source_Tile-TileSource.html"><code>TileSource</code></a> sources use a function of this type to get
the url that provides a tile for a given tile coordinate.</p>
<p>This function takes an <a href="module-ol_tilecoord.html#~TileCoord"><code>TileCoord</code></a> for the tile
<p>This function takes a <a href="module-ol_tilecoord.html#~TileCoord"><code>TileCoord</code></a> for the tile
coordinate, a <code>{number}</code> representing the pixel ratio and a
<a href="module-ol_proj_Projection-Projection.html"><code>Projection</code></a> for the projection as arguments
and returns a <code>{string}</code> representing the tile URL, or undefined if no tile
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_VectorTile-VectorTile.html
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ <h4 class="name">


<div class="description">
<p>Function for use in an <a href="module-ol_source_VectorTile-VectorTile.html"><code>VectorTile</code></a>'s <code>tileLoadFunction</code>.
<p>Function for use in a <a href="module-ol_source_VectorTile-VectorTile.html"><code>VectorTile</code></a>'s <code>tileLoadFunction</code>.
Sets the features for the tile.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_events_condition.html
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ <h4 class="name">


<div class="description">
<p>A function that takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
<p>A function that takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
<code>{boolean}</code>. If the condition is met, true should be returned.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_featureloader.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ <h4 class="name">
<p><a href="module-ol_source_Vector-VectorSource.html"><code>VectorSource</code></a> sources use a function of this type to
load features.</p>
<p>This function takes up to 5 arguments. These are an <a href="module-ol_extent.html#~Extent"><code>Extent</code></a> representing
the area to be loaded, a <code>{number}</code> representing the resolution (map units per pixel), an
the area to be loaded, a <code>{number}</code> representing the resolution (map units per pixel), a
<a href="module-ol_proj_Projection-Projection.html"><code>Projection</code></a> for the projection, an optional success callback that should get
the loaded features passed as an argument and an optional failure callback with no arguments. If
the callbacks are not used, the corresponding vector source will not fire <code>'featuresloadend'</code> and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2 class="my-3">
</div>

<div class="class-description col-lg-7 align-self-center ps-0"><p>Allows the user to draw a vector box by clicking and dragging on the map,
normally combined with an <a href="module-ol_events_condition.html"><code>ol/events/condition</code></a> that limits
normally combined with a <a href="module-ol_events_condition.html"><code>ol/events/condition</code></a> that limits
it to when the shift or other key is held down. This is used, for example,
for zooming to a specific area of the map
(see <a href="module-ol_interaction_DragZoom-DragZoom.html"><code>DragZoom</code></a> and
Expand Down Expand Up @@ -252,7 +252,7 @@ <h4 class="name">

<td class="description last">

<p>A function that takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a boolean
<p>A function that takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a boolean
to indicate whether that event should be handled.
Default is <code>ol/events/condition~mouseActionButton</code>.</p></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_interaction_DragBox.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h5 class="subsection-title">Properties:</h5>
</td>

<td class="description last">
<p>A function that takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a boolean
<p>A function that takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a boolean
to indicate whether that event should be handled.
Default is <code>ol/events/condition~mouseActionButton</code>.</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h4 class="name">

<td class="description last">

<p>A function that takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a boolean
<p>A function that takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a boolean
to indicate whether that event should be handled.
Default is <a href="module-ol_events_condition.html#.noModifierKeys"><code>noModifierKeys</code></a> and <a href="module-ol_events_condition.html#.primaryAction"><code>primaryAction</code></a>.</p></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_interaction_DragPan.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h5 class="subsection-title">Properties:</h5>
</td>

<td class="description last">
<p>A function that takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a boolean
<p>A function that takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a boolean
to indicate whether that event should be handled.
Default is <a href="module-ol_events_condition.html#.noModifierKeys"><code>noModifierKeys</code></a> and <a href="module-ol_events_condition.html#.primaryAction"><code>primaryAction</code></a>.</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h2 class="my-3">
</div>

<div class="class-description col-lg-7 align-self-center ps-0"><p>Allows the user to rotate the map by clicking and dragging on the map,
normally combined with an <a href="module-ol_events_condition.html"><code>ol/events/condition</code></a> that limits
normally combined with a <a href="module-ol_events_condition.html"><code>ol/events/condition</code></a> that limits
it to when the alt and shift keys are held down.</p>
<p>This interaction is only supported for mouse devices.</p></div>

Expand Down Expand Up @@ -218,7 +218,7 @@ <h4 class="name">

<td class="description last">

<p>A function that takes an
<p>A function that takes a
<a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a boolean
to indicate whether that event should be handled.
Default is <a href="module-ol_events_condition.html#.altShiftKeysOnly"><code>altShiftKeysOnly</code></a>.</p></td>
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_interaction_DragRotate.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h5 class="subsection-title">Properties:</h5>
</td>

<td class="description last">
<p>A function that takes an
<p>A function that takes a
<a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a boolean
to indicate whether that event should be handled.
Default is <a href="module-ol_events_condition.html#.altShiftKeysOnly"><code>altShiftKeysOnly</code></a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h4 class="name">
<td class="description last">

<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled.
Default is <a href="module-ol_events_condition.html#.shiftKeyOnly"><code>shiftKeyOnly</code></a>.</p></td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h5 class="subsection-title">Properties:</h5>

<td class="description last">
<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled.
Default is <a href="module-ol_events_condition.html#.shiftKeyOnly"><code>shiftKeyOnly</code></a>.</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2 class="my-3">
</div>

<div class="class-description col-lg-7 align-self-center ps-0"><p>Allows the user to zoom the map by clicking and dragging on the map,
normally combined with an <a href="module-ol_events_condition.html"><code>ol/events/condition</code></a> that limits
normally combined with a <a href="module-ol_events_condition.html"><code>ol/events/condition</code></a> that limits
it to when a key, shift by default, is held down.</p>
<p>To change the style of the box, use CSS and the <code>.ol-dragzoom</code> selector, or
your custom one configured with <code>className</code>.</p></div>
Expand Down Expand Up @@ -253,7 +253,7 @@ <h4 class="name">
<td class="description last">

<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled.
Default is <a href="module-ol_events_condition.html#.shiftKeyOnly"><code>shiftKeyOnly</code></a>.</p></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_interaction_DragZoom.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h5 class="subsection-title">Properties:</h5>

<td class="description last">
<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled.
Default is <a href="module-ol_events_condition.html#.shiftKeyOnly"><code>shiftKeyOnly</code></a>.</p>

Expand Down
6 changes: 3 additions & 3 deletions dist/en/main/apidoc/module-ol_interaction_Draw-Draw.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ <h4 class="name">
<td class="description last">

<p>A function
that takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
that takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether the drawing can be finished. Not used when drawing
POINT or MULTI_POINT geometries.</p></td>
</tr>
Expand Down Expand Up @@ -586,7 +586,7 @@ <h4 class="name">
<td class="description last">

<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled.
By default <a href="module-ol_events_condition.html#.noModifierKeys"><code>noModifierKeys</code></a>, i.e. a click,
adds a vertex or deactivates freehand drawing.</p></td>
Expand Down Expand Up @@ -644,7 +644,7 @@ <h4 class="name">
<td class="description last">

<p>Condition that activates freehand drawing for lines and polygons. This
function takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and
function takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and
returns a boolean to indicate whether that event should be handled. The
default is <a href="module-ol_events_condition.html#.shiftKeyOnly"><code>shiftKeyOnly</code></a>, meaning that the
Shift key activates freehand drawing.</p></td>
Expand Down
6 changes: 3 additions & 3 deletions dist/en/main/apidoc/module-ol_interaction_Draw.html
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ <h5 class="subsection-title">Properties:</h5>

<td class="description last">
<p>A function
that takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
that takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether the drawing can be finished. Not used when drawing
POINT or MULTI_POINT geometries.</p>

Expand Down Expand Up @@ -1037,7 +1037,7 @@ <h5 class="subsection-title">Properties:</h5>

<td class="description last">
<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled.
By default <a href="module-ol_events_condition.html#.noModifierKeys"><code>noModifierKeys</code></a>, i.e. a click,
adds a vertex or deactivates freehand drawing.</p>
Expand Down Expand Up @@ -1091,7 +1091,7 @@ <h5 class="subsection-title">Properties:</h5>

<td class="description last">
<p>Condition that activates freehand drawing for lines and polygons. This
function takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and
function takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and
returns a boolean to indicate whether that event should be handled. The
default is <a href="module-ol_events_condition.html#.shiftKeyOnly"><code>shiftKeyOnly</code></a>, meaning that the
Shift key activates freehand drawing.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h4 class="name">
<td class="description last">

<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled.
Default is <a href="module-ol_events_condition.html#.always"><code>always</code></a>.</p></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_interaction_Extent.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h5 class="subsection-title">Properties:</h5>

<td class="description last">
<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled.
Default is <a href="module-ol_events_condition.html#.always"><code>always</code></a>.</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h4 class="name">
<td class="description last">

<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled. Default is
<a href="module-ol_events_condition.html#.noModifierKeys"><code>noModifierKeys</code></a> and
<a href="module-ol_events_condition.html#.targetNotEditable"><code>targetNotEditable</code></a>.</p></td>
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/apidoc/module-ol_interaction_KeyboardPan.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h5 class="subsection-title">Properties:</h5>

<td class="description last">
<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled. Default is
<a href="module-ol_events_condition.html#.noModifierKeys"><code>noModifierKeys</code></a> and
<a href="module-ol_events_condition.html#.targetNotEditable"><code>targetNotEditable</code></a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ <h4 class="name">
<td class="description last">

<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled. The default condition is
that <a href="module-ol_events_condition.html#.targetNotEditable"><code>targetNotEditable</code></a> is fulfilled and that
the platform modifier key isn't pressed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h5 class="subsection-title">Properties:</h5>

<td class="description last">
<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled. The default condition is
that <a href="module-ol_events_condition.html#.targetNotEditable"><code>targetNotEditable</code></a> is fulfilled and that
the platform modifier key isn't pressed
Expand Down
6 changes: 3 additions & 3 deletions dist/en/main/apidoc/module-ol_interaction_Modify-Modify.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h4 class="name">
<td class="description last">

<p>A function that
takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event will be considered to add or move a
vertex to the sketch. Default is
<a href="module-ol_events_condition.html#.primaryAction"><code>primaryAction</code></a>.</p></td>
Expand Down Expand Up @@ -261,7 +261,7 @@ <h4 class="name">
<td class="description last">

<p>A function
that takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
that takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and returns a
boolean to indicate whether that event should be handled. By default,
<a href="module-ol_events_condition.html#.singleClick"><code>singleClick</code></a> with
<a href="module-ol_events_condition.html#.altKeyOnly"><code>altKeyOnly</code></a> results in a vertex deletion.</p></td>
Expand Down Expand Up @@ -290,7 +290,7 @@ <h4 class="name">
<td class="description last">

<p>A
function that takes an <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and
function that takes a <a href="module-ol_MapBrowserEvent-MapBrowserEvent.html"><code>MapBrowserEvent</code></a> and
returns a boolean to indicate whether a new vertex should be added to the sketch
features. Default is <a href="module-ol_events_condition.html#.always"><code>always</code></a>.</p></td>
</tr>
Expand Down
Loading

0 comments on commit 07bde16

Please sign in to comment.