We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as discussed in #43
The text was updated successfully, but these errors were encountered:
👍 on this issue, to be able to scale the functionality of this library, this is a must have feature.
For context, was adding a new functionality and couldn't easily compare two FeatureCollections:
GeoJSONObject actual = flip(GeoJSONObject.fromJson(json)); GeoJSONObject expected = GeoJSONObject.fromJson(flippedJson); expect(actual, expected);
Sorry, something went wrong.
Hi @tobrun,
we are currently working on a separate library that offers equality functions for the more complex data types of geojson. https://github.com/dartclub/turf_equality The lib is based on: https://www.npmjs.com/package/geojson-equality
We have to find a way to combine the new lib into turf_dart at a later point.
And I still think it's a problem if we override == with a really performance hungry function that can compare e.g. highly nested FeatureCollections.
==
FeatureCollection
CC @armantorkzaban
–> DECISION: What should be done with booleanEqual?
booleanEqual
tobrun
lukas-h
No branches or pull requests
as discussed in #43
The text was updated successfully, but these errors were encountered: