Skip to content

Commit

Permalink
Fix compile error (due to wrong GeoJSON import)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Jul 8, 2023
1 parent 5a29cce commit 46b3b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pointInPoly.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Position, Polygon, Feature, FeatureCollection } from 'GeoJSON';
import { Position, Polygon, Feature, FeatureCollection } from 'geojson';

type PointXY = {
x: number,
Expand Down

0 comments on commit 46b3b16

Please sign in to comment.