use lodash-es everywhere, replace custom clamp methods with lodash

This commit is contained in:
Martin Raifer
2025-04-21 14:43:35 +02:00
parent 4254e67ca7
commit aa96a67c65
12 changed files with 15 additions and 28 deletions
+2
View File
@@ -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';