Skip to content

Commit c30dd60

Browse files
committed
Website updates
1 parent dd24661 commit c30dd60

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
lines changed

dist/en/main/apidoc/module-ol_interaction_Modify-Modify.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ <h4 class="name">
703703

704704
<div class="tag-source">
705705
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js">interaction/Modify.js</a>,
706-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js#L1618">line 1618</a>
706+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js#L1621">line 1621</a>
707707
</div>
708708

709709
</div>
@@ -794,7 +794,7 @@ <h4 class="name">
794794

795795
<div class="tag-source">
796796
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js">interaction/Modify.js</a>,
797-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js#L1426">line 1426</a>
797+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js#L1429">line 1429</a>
798798
</div>
799799

800800
</div>
@@ -1892,7 +1892,7 @@ <h4 class="name">
18921892

18931893
<div class="tag-source">
18941894
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js">interaction/Modify.js</a>,
1895-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js#L1651">line 1651</a>
1895+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js#L1654">line 1654</a>
18961896
</div>
18971897

18981898
</div>
@@ -2362,7 +2362,7 @@ <h4 class="name">
23622362

23632363
<div class="tag-source">
23642364
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js">interaction/Modify.js</a>,
2365-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js#L1457">line 1457</a>
2365+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Modify.js#L1460">line 1460</a>
23662366
</div>
23672367

23682368
</div>

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/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.

dist/en/main/ol/interaction/Modify.d.ts.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/interaction/Modify.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,10 @@ class Modify extends PointerInteraction {
12151215
);
12161216
}
12171217
const geom = geometry || feature.getGeometry();
1218+
12181219
if (
1220+
geom &&
1221+
geom.getType() === 'Point' &&
12191222
feature instanceof Feature &&
12201223
this.features_.getArray().includes(feature)
12211224
) {

0 commit comments

Comments
 (0)