meteor-mapbox icon indicating copy to clipboard operation
meteor-mapbox copied to clipboard

Plugins aren't working using this.

Open paulgrever opened this issue 9 years ago • 1 comments

Meteor.startup(function () {
  Mapbox.load({
    plugins: ['minimap', 'markercluster', 'locate']
  });
});

paulgrever avatar Jan 20 '16 21:01 paulgrever

I am having the same issue. How do you add plugins?

EmirGluhbegovic avatar May 30 '16 13:05 EmirGluhbegovic