tessel-map
v0.0.2
Published
minimal meta map framework
Downloads
6
Readme
tessel-map
A new map library.
Huh?
It's an experiment in building an internally modular map framework - as in, using modules for implementations of projections, javascript utilities, datatypes, and so on.
It's also an experiment in further decoupling processing and display, so that DOM, Canvas, and WebGL renderers can be independently developed.
Tessel is really a family of modules.
- tessel-canvas: canvas output
- tessel-coordinate: coordinate datatype
- tessel-cli: command-line interface
And it uses existing code like