You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit 5e68e52 introduced missing countries, but by adding them to the already simplifyed global border, it introduced borders that cannot be easily removed. The st_union between all countries needs to be done from the begining (ie before st_simplify) to solve that.
The text was updated successfully, but these errors were encountered:
This commit 5e68e52 introduced missing countries, but by adding them to the already simplifyed global border, it introduced borders that cannot be easily removed. The
st_union
between all countries needs to be done from the begining (ie beforest_simplify
) to solve that.The text was updated successfully, but these errors were encountered: