@mapwhit/tilerenderer
v1.6.0
Published
A WebGL interactive maps library
Readme
@mapwhit/tilerenderer
This project began as a fork of the mapbox-gl-js with the following changes:
- slimmed down to concentrate on tile rendering
- written in idiomatic java script
- targeting only ever-green browsers
Coding style
Object properties and functions are:
- private, start with
#, can only be used by the methods of the object - internal, start with
_, can only be used by objects defined witing this module, can be changed and removed without notice - public, otherwise
