mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
use lodash-es everywhere, replace custom clamp methods with lodash
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import deepEqual from 'fast-deep-equal';
|
||||
import { clamp } from 'lodash-es';
|
||||
|
||||
import { geoScaleToZoom } from '../geo';
|
||||
import { osmEntity, osmIsInterestingTag } from '../osm';
|
||||
import { svgPointTransform } from './helpers';
|
||||
|
||||
Reference in New Issue
Block a user