diff --git a/src/standardize-geometry-filter/clip-to-bounds.spec.ts b/src/standardize-geometry-filter/clip-to-envelope.spec.ts similarity index 82% rename from src/standardize-geometry-filter/clip-to-bounds.spec.ts rename to src/standardize-geometry-filter/clip-to-envelope.spec.ts index d384af7..5bc25c9 100644 --- a/src/standardize-geometry-filter/clip-to-bounds.spec.ts +++ b/src/standardize-geometry-filter/clip-to-envelope.spec.ts @@ -1,4 +1,4 @@ -import { clipToEnvelope } from './clip-to-bounds'; +import { clipToEnvelope } from './clip-to-envelope'; describe('clipToBounds', () => { test('clipToBoundsOfSpatialReference', () => { diff --git a/src/standardize-geometry-filter/clip-to-bounds.ts b/src/standardize-geometry-filter/clip-to-envelope.ts similarity index 100% rename from src/standardize-geometry-filter/clip-to-bounds.ts rename to src/standardize-geometry-filter/clip-to-envelope.ts diff --git a/src/standardize-geometry-filter/index.ts b/src/standardize-geometry-filter/index.ts index b1aec18..70d4f5a 100644 --- a/src/standardize-geometry-filter/index.ts +++ b/src/standardize-geometry-filter/index.ts @@ -18,7 +18,7 @@ import { wgsExtentEnvelope, } from './helpers'; import { BBox } from 'geojson'; -import { clipToEnvelope } from './clip-to-bounds'; +import { clipToEnvelope } from './clip-to-envelope'; import { ArcgisSpatialReference, Coordinates,