Skip to content

Commit c934184

Browse files
committed
Website updates
1 parent 7938b38 commit c934184

File tree

128 files changed

+271
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+271
-240
lines changed

dist/en/main/examples/animated-gif.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h5 class="source-heading">main.js</h5>
339339
// change mouse cursor when over icon
340340
map.on(&#x27;pointermove&#x27;, function (e) {
341341
const hit &#x3D; map.hasFeatureAtPixel(e.pixel);
342-
map.getTarget().style.cursor &#x3D; hit ? &#x27;pointer&#x27; : &#x27;&#x27;;
342+
map.getTargetElement().style.cursor &#x3D; hit ? &#x27;pointer&#x27; : &#x27;&#x27;;
343343
});
344344
</code></pre>
345345
</div>

dist/en/main/examples/animated-gif.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/animated-gif.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/clusters-dynamic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ <h5 class="source-heading">main.js</h5>
354354
* Style for clusters with features that are too close to each other, activated on click.
355355
* @param {Feature} cluster A cluster with overlapping members.
356356
* @param {number} resolution The current view resolution.
357-
* @return {Style|null} A style to render an expanded view of the cluster members.
357+
* @return {Array&lt;Style&gt;|null} A style to render an expanded view of the cluster members.
358358
*/
359359
function clusterCircleStyle(cluster, resolution) {
360360
if (cluster !&#x3D;&#x3D; clickFeature || resolution !&#x3D;&#x3D; clickResolution) {

0 commit comments

Comments
 (0)