Skip to content

Commit

Permalink
Fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnAmeloot committed Feb 7, 2021
1 parent 27cba28 commit e853479
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/edit-modes/src/lib/resize-circle-mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ export class ResizeCircleMode extends GeoJsonEditMode {
const geometry = updatedFeature.geometry;

const updatedData = new ImmutableFeatureCollection(props.data)
.replaceGeometry(
editHandleProperties.featureIndex,
geometry
)
.replaceGeometry(editHandleProperties.featureIndex, geometry)
.getObject();

props.onEdit({
Expand Down

0 comments on commit e853479

Please sign in to comment.