8000 GitHub - chrischne/Mappa: A canvas wrapper for Maps 🗺 🌍 support for Mapbox version 3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chrischne/Mappa

 
 

Repository files navigation

In this fork of Mappa, added support for mapbox gl js version 2.15.0

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://cdn.jsdelivr.net/npm/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

About

A canvas wrapper for Maps 🗺 🌍 support for Mapbox version 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • HTML 6.2%
  • Jupyter Notebook 3.2%
  • CSS 1.9%
0