kartograph / kartograph.js

UNMAINTAINED Open source JavaScript renderer for Kartograph SVG maps
http://kartograph.org
GNU Lesser General Public License v3.0
1.51k stars 227 forks source link

The Aitoff Projection in the showcase does not render #14

Closed christophermanning closed 12 years ago

christophermanning commented 12 years ago

The Aitoff Projection doesn't render and gives this error:

Uncaught ReferenceError: x is not defined /js/kartograph.js:2692

Source:

Aitoff.prototype.project = function(lon, lat) {
  return [x, y];
};
gka commented 12 years ago

thx, I simply forgot to implement this one :)