Skip to content

trepafi/meteor-mapbox

Repository files navigation

Mapbox for Meteor

Information

Installation

cd /path/to/your/meteor/project
meteor add trepafi:mapbox

Usage

You don't need to do anything just use directly MapBoxJS

<div id='map'></div>
L.mapbox.accessToken = '<your access token here>';
var map = L.mapbox.map('map', 'examples.map-i86nkdio')
			.setView([40, -74.50], 9);

Here you can find more details regarding usage

Example

This is a mini-project to test MapBox integration with Meteor among other cool packages

Explanation

  • All the files are previously loaded so you can use Mapbox directly

Author

Made with ♥ in Marbella by Lubert

About

MapBox integration for Meteor 1.0

Resources

License

Stars

Watchers

Forks

Packages