kothic / kothic-js

Kothic JS — a full-featured JavaScript map rendering engine using HTML5 Canvas
http://kothic.org
BSD 2-Clause "Simplified" License
451 stars 46 forks source link

avoid unneeded calculations for texts on ways #53

Closed DerDakon closed 8 years ago

DerDakon commented 8 years ago

These values are only needed when the text is applied to a node or area.

mourner commented 8 years ago

Heh, surprising that there's still interest in this project :) Thanks for the PR!

DerDakon commented 8 years ago

It's still actively used in node-tileserver, I'll just try to push some fallout upstream ;)