Socket
Socket
Sign inDemoInstall

mappa-mundi

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mappa-mundi

An addon to facilitate work between p5 and existing map libraries and APIs.


Version published
Weekly downloads
91
increased by3.41%
Maintainers
1
Install size
55.3 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 20 Mar 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc