
Post by
zezo | 2009-06-08 | 13:29:37
The problem with measuring angles on screen is the map projection, used in the game and the site.
It's not conformal - the angles do not match, unless you are at the equator. In fact it's not real projection, just linear mapping of (lat,lon) to (x,y).
The problem with the game is that now the boat outline does not point in the real direction when you steer and you risk hitting an island or something.
With the site it's only cosmetic issue - sometimes tacks and jibes seem to be with less than 90 degree difference which is unnatural, but you can always check the numeric data.
And you can set destination (and origin) points via the right mouse button or by control/alt click.