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

Fix bbox multipolygon and adds tests #6

Closed steinmetz closed 3 years ago

steinmetz commented 3 years ago

The lib was considering only the first polygon of the multipolygon to get the bbox.

Currently, bbox returns these two points: Screenshot 2021-03-08 at 21 36 46

My PR changes it to consider all polygons inside the multipolygon, so the bbox will be like this: Screenshot 2021-03-08 at 21 16 54

I've also added some tests for: