Country division_area bbox covers the whole map #397
Closed
davelowndes
started this conversation in
Discussion
Replies: 1 comment
-
|
Nvm, I found a solution, which is to breakdown the MultiPolygon by individual Polygon area starting with the largest polygon first, and add the areas until we hit 95% of the total area, then create the bounds off that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to map places using the bbox provided by division_area, but I'm getting:
US:
NZ:
When I fit these bounds onto the map I get this:
This isn't usable with the US covering countries in the entire northern hemisphere, NZ including half of Australia and South America, so is this not how bbox is intended to be used? Is there a recommended alternative?
Beta Was this translation helpful? Give feedback.
All reactions