All Projects → cvalenzuela → Mappa

cvalenzuela / Mappa

A canvas wrapper for Maps 🗺 🌍

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mappa

Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+1310.69%)
Mutual labels:  mapbox, mapbox-gl, maps
deck.gl-time-series-widget
A React Time Slider implementation for DECK.GL - (non)temporal data - by CPU filtering ⌛
Stars: ✭ 19 (-93.45%)
Mutual labels:  mapbox-gl, maps, mapbox
Sketch Map Generator
Sketch plugin to fill a shape with a map generated from a given location using Google Maps and Mapbox
Stars: ✭ 824 (+184.14%)
Mutual labels:  google, mapbox, maps
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (-53.45%)
Mutual labels:  mapbox, mapbox-gl, maps
Mapdeck
R interface to Deck.gl and Mapbox
Stars: ✭ 296 (+2.07%)
Mutual labels:  mapbox, mapbox-gl, maps
angular-mapboxgl-directive
AngularJS directive for Mapbox GL
Stars: ✭ 43 (-85.17%)
Mutual labels:  mapbox-gl, maps, mapbox
Leku
🌍 Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.
Stars: ✭ 612 (+111.03%)
Mutual labels:  google, maps
Caranimation
A sample project about car animation in a route
Stars: ✭ 55 (-81.03%)
Mutual labels:  google, maps
Yii2 Google Maps Library
Google Maps API library for Yii2
Stars: ✭ 104 (-64.14%)
Mutual labels:  google, maps
Placepicker
Free Android Map Place Picker alternative using Geocoder instead of Google APIs
Stars: ✭ 126 (-56.55%)
Mutual labels:  google, maps
Google Maps Services Js
Node.js client library for Google Maps API Web Services
Stars: ✭ 2,432 (+738.62%)
Mutual labels:  google, maps
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (-7.93%)
Mutual labels:  maps, mapbox
Google Map React
Google map library for react that allows rendering components as markers 🎉
Stars: ✭ 5,529 (+1806.55%)
Mutual labels:  google, maps
React Native Streetview
React Native Google's Panorama/StreetView component for iOS and Android.
Stars: ✭ 79 (-72.76%)
Mutual labels:  google, maps
Gmscore
Free implementation of Play Services
Stars: ✭ 4,356 (+1402.07%)
Mutual labels:  google, maps
Vehicle In Motion
This is a basic implementation of location listener using Google Maps Api
Stars: ✭ 339 (+16.9%)
Mutual labels:  google, maps
react-map-gl-cluster
Urbica React Cluster Component for Mapbox GL JS
Stars: ✭ 27 (-90.69%)
Mutual labels:  mapbox-gl, maps
Atlas
An extensible 3D GIS application for visualization, analysis and research.
Stars: ✭ 113 (-61.03%)
Mutual labels:  maps, tilemap
elm-mapbox
MapboxGL bindings for Elm
Stars: ✭ 55 (-81.03%)
Mutual labels:  mapbox-gl, maps
Tilemap
Rectangular tilemap implementation for PixiJS
Stars: ✭ 177 (-38.97%)
Mutual labels:  tilemap, canvas

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://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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].