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

Add some more tests #9

Closed steinmetz closed 3 years ago

steinmetz commented 3 years ago

Sorry for this big PR, I forgot to divide it into smaller ones.

Basically, I have added tests for all classes and fixed the bbox of the MultiLineString. It was considering only the first LineString and now it gets the bbox of all Lines.