mappa-mundi

0.0.5 • Public • Published

mappa

Mappa

travis build codecov coverage version

Mappa.js is a Javascript library that allows you to overlay a <canvas> on top of a tile map. It also provides a set of tools for working with static maps, interactive tile maps and geo-data among other tools useful when building geolocation-based visual representations.

Mappa was originally designed for p5.js, but it can be used with plain Javascript or with other libraries that use the canvas element as the render object.

Reference

Usage

Download the full, minified or use the online version and add it to the head section of the document. Mappa will automatically load the required map libraries when necessary.

<script src="mappa.min.js" type="text/javascript"></script>

or

<script src="https://unpkg.com/mappa-mundi/dist/mappa.min.js" type="text/javascript"></script>

If you are using npm:

npm install mappa-mundi

Licence

MIT

GSOC

gsoc

Project developed as part of Google Summer of Code 2017

Readme

Keywords

Package Sidebar

Install

npm i mappa-mundi

Weekly Downloads

100

Version

0.0.5

License

ISC

Unpacked Size

56.6 kB

Total Files

3

Last publish

Collaborators

  • cvalenzuela