-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FeatureCollection Type #2620
Comments
See the CHANGELOG for breaking changes, you need to import these types from the |
@twelch Thanks! I looked around but couldn't find the change log. Found it now! |
You'll find it at the top-level of the repo, it could be made more visible. I'll reopen this as a documentation task. |
@twelch It worked, thanks! I was looking for the change log here https://github.com/Turfjs/turf/releases/tag/v7.0.0 and then here https://github.com/Turfjs/turf/releases. Being a dev, I probably shoulda found it at the root of the code though lol... my bad |
Thanks, the release message is automated, maybe an automatic reference to the changelog can get added |
Resolved by #2621, changelog has been deprecated and starting with next release, the release notes with any migration steps should be found in the Github release notes. |
Where can I import the FeatureCollection type from turf? After the update to 7.0
import { FeatureCollection } from "@turf/turf";
does not work. Similar with GeometryCollection
The text was updated successfully, but these errors were encountered: