You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
define('ember-cli-mapbox-gl/instance-initializers/mapbox-gl',['exports'],function(exports){'use strict';exports.initialize=initialize;functioninitialize(application){varconfig=application.container.lookupFactory('config:environment');if(!config.mapbox||!config.mapbox.accessToken){console.error('Please specify your mapbox.accessToken in your config.');return;}mapboxgl.accessToken=config.mapbox.accessToken;}exports['default']={name: 'mapbox-gl-access',initialize: initialize};});
Tried Google searches for this error and found nothing that helped me resolve this issue so I am filing it here.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Am new to ember so this error might be something I am missing.
I want to display a map in an ember app.
DEBUG: -------------------------------
ember.debug.js:6507DEBUG: Ember : 2.6.2
ember.debug.js:6507DEBUG: Ember Data : 2.7.0
ember.debug.js:6507DEBUG: jQuery : 2.2.4
ember.debug.js:6507DEBUG: -------------------------------
Steps to produce the error:
followed install instructions here: https://www.npmjs.com/package/ember-cli-mapbox-gl
load ember app in browser
console output:
Tried Google searches for this error and found nothing that helped me resolve this issue so I am filing it here.
Thanks for your help.
The text was updated successfully, but these errors were encountered: