Rendering the OSM coastlines is a slight challenge for many GIS tools. OSM2PostGIS is no exception. Find the best solution for preparing the coastline data into more easily rendered polygons, etc.
The Util class has now methods for calculating the area of spherical polygons that is also aware of the winding direction of the polygon edges (clockwise or counter-clockwise). These may also help with the coastlines because their winding direction determines which side is land and which is water.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Util class has now methods for calculating the area of spherical polygons that is also aware of the winding direction of the polygon edges (clockwise or counter-clockwise). These may also help with the coastlines because their winding direction determines which side is land and which is water.