Onroe commented on issue #4895: URL: https://github.com/apache/incubator-superset/issues/4895#issuecomment-633265829
Follow these steps to configure MAPBOX API 1. Go to https://www.mapbox.com/ and create an account 2. Then create your own token and copy it 3. Locate your superset installation folder 4. cd to your virtual environment 5. change to Lib/site-packages/superset 6. locate config.py 7. Open config.py file and search for MAP_BOX_API_KEY variable and add the copied key e.g MAPBOX_API_KEY = 'YOUR_TOKEN' ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
