Skip to content

Fix out-of-bounds values in coastline GeoJSON file

There were a few vertices with longitudes that were epsilon larger than 180 degrees. This was causing some projection artifacts in some other code that I am working on.

Merge request reports