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

Mapbox.js for Meteor apps

Results 6 meteor-mapbox issues
Sort by recently updated
recently updated
newest added

I'm trying to use this package in Meteor 1.3, yet I can't get it to work. Here is the code as I have it now: ``` javascript Template.map.onRendered(function(){ Mapbox.load({ gl:...

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

Hi Great work on getting Mapbox to work with Meteor and React. I am trying to find a way to bind a react component's method to the click of a...

I am trying to load Mapbox GL with directions plugin support as shown below, yet I am always getting following errors. Also code I am using shown below. Thanks ```...

When combing meteor-mapbox with react, it seems like dragging the map is not possible to move the region of interest. Could you imaging that this a meteor-mapbox issue or more...

Hi there. I must be doing something wrong because I can't seem to get the `accessToken` to work. After Mapbox.loaded() fires, if I log `L`, I get this result, which...