diff --git a/lib/editor/actions/map/index.js b/lib/editor/actions/map/index.js index a1bf47b2a..ee087496f 100644 --- a/lib/editor/actions/map/index.js +++ b/lib/editor/actions/map/index.js @@ -4,7 +4,7 @@ import uniqueId from 'lodash.uniqueid' import {createAction} from 'redux-actions' import shp from 'shpjs' import lineDistance from 'turf-line-distance' -import lineString from 'turf-lineString' +import lineString from 'turf-linestring' import nearestPointOnLine from '@turf/nearest-point-on-line' import point from 'turf-point'