chuyentt / geojson_vi

An Open-Source Dart and Flutter Library for Efficiently Handling GeoJSON Data in Compliance with RFC 7946
https://pub.dev/packages/geojson_vi
MIT License
15 stars 10 forks source link

Update GeoJSON classes and unit tests, refactor imports, and add example usage #20

Closed backhmt-humg closed 1 year ago

backhmt-humg commented 1 year ago

This pull request includes updates to the README.md file and unit tests for various GeoJSON classes. It also includes individual updates to unit tests for GeoJSONPoint, GeoJSONMultiPoint, GeoJSONLineString, GeoJSONMultiLineString, GeoJSONPolygon, GeoJSONMultiPolygon, GeoJSONGeometryCollection, and GeoJSONFeature classes. Additionally, it refactors imports and applies the 'part of' directive for improved code organization. Furthermore, an example usage of findProperties in the GeoJSONFeatureCollection class has been added. These changes aim to enhance the overall functionality and maintainability of the codebase.

chuyentt commented 1 year ago

Great job on this pull request! The updates, new tests, and code reorganization make the library stronger. I appreciate the example usage for findProperties - it's super helpful. All set to merge this in. Thanks!