meteor-mapbox
meteor-mapbox copied to clipboard
Plugins aren't working using this.
Meteor.startup(function () {
Mapbox.load({
plugins: ['minimap', 'markercluster', 'locate']
});
});
I am having the same issue. How do you add plugins?