Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed May 23, 2024
1 parent 3bd84e9 commit 0fdde8b
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_interaction_Snap-Snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h2 class="my-3">
with the features using the mouse can benefit from the snapping, as long
as it is added before.</p>
<p>The snap interaction modifies map browser event <code>coordinate</code> and <code>pixel</code>
properties to force the snap to occur to any interaction that them.</p>
properties to force the snap to occur to any interaction that uses them.</p>
<p>Example:</p>
<pre class="prettyprint source"><code>import Snap from 'ol/interaction/Snap.js';

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/interaction/Snap.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type SnapOnSignature<Return> = import("../Observable").OnSignature<import
* as it is added before.
*
* The snap interaction modifies map browser event `coordinate` and `pixel`
* properties to force the snap to occur to any interaction that them.
* properties to force the snap to occur to any interaction that uses them.
*
* Example:
*
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/ol/interaction/Snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const tempSegment = [];
* as it is added before.
*
* The snap interaction modifies map browser event `coordinate` and `pixel`
* properties to force the snap to occur to any interaction that them.
* properties to force the snap to occur to any interaction that uses them.
*
* Example:
*
Expand Down

0 comments on commit 0fdde8b

Please sign in to comment.