mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
docs: add a faq about mapbox api key (#968)
Also add it to sample config Fix #952
This commit is contained in:
committed by
Maxime Beauchemin
parent
ac512ef731
commit
a029eaa451
@@ -54,3 +54,10 @@ increase the default (50), you can specify the timeout when starting the
|
||||
web server with the ``-t`` flag, which is expressed in seconds.
|
||||
|
||||
``caravel runserver -t 300``
|
||||
|
||||
|
||||
Why is the map not visible in the mapbox visualization?
|
||||
-------------------------------------------------------
|
||||
|
||||
You need to register to mapbox.com, get an API key and configure it as
|
||||
``MAPBOX_API_KEY`` in ``caravel_config.py``.
|
||||
|
||||
Reference in New Issue
Block a user