Actions
Bug #2550
closedDateline and polar handling for points
Start date:
09/11/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2550
Description
Unfortunately for cartographers the world is not flat. When a feature crosses the dateline or the polar regions, the cartesian coordinate system and all the assumptions that go with it are invalid. For instance the west bounding coordinate would be greater than the east bounding coordinate for a bounding box that crossed the international date line.
This is taken care of in the polygon code by splitting such polygons into multi-polygons.
We need to update the point centroid generation code to reflect this reality as well.
Updated by Matthew Perry about 18 years ago
revision 1.4 on SpatialDocument should fix this. Centroids are now calculated correctly for these cases.
Actions