Skip to content

mapwhit/tilerenderer

Repository files navigation

NPM version Build Status Dependency Status

@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

License

BSD-3-Clause

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 193

Languages