-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'm guessing that jsts has updated but you have an indeterministic version of it as a dependency? Anyway, I was trying to use your shapefile repo to see how well it parses shapefiles, and got a jsts error via this repo
Error: Cannot find module 'jsts'
Require stack:
- [my repo]/node_modules/ginkgoch-geom/dist/bundle.js
- [my repo]/node_modules/ginkgoch-shapefile/dist/bundle.js
so I pulled this repo down to investigate. When I clone this, run yarn then yarn build, I get these errors:
ERROR in .../ginkgoch-geom/src/types/Jsts.ts
[tsl] ERROR in .../ginkgoch-geom/src/types/Jsts.ts(3,22)
TS2300: Duplicate identifier 'MultiPoint'.
ERROR in .../ginkgoch-geom/src/types/Jsts.ts
[tsl] ERROR in .../ginkgoch-geom/src/types/Jsts.ts(5,22)
TS2300: Duplicate identifier 'MultiLineString'.
ERROR in .../ginkgoch-geom/src/types/Jsts.ts
[tsl] ERROR in .../ginkgoch-geom/src/types/Jsts.ts(7,22)
TS2300: Duplicate identifier 'MultiPolygon'.
ae-michael
Metadata
Metadata
Assignees
Labels
No labels