Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Mar 29, 2024
1 parent dd5eaff commit f553d86
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { clipToEnvelope } from './clip-to-bounds';
import { clipToEnvelope } from './clip-to-envelope';

describe('clipToBounds', () => {
test('clipToBoundsOfSpatialReference', () => {
Expand Down
2 changes: 1 addition & 1 deletion src/standardize-geometry-filter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f553d86

Please sign in to comment.