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
Is your feature request related to a problem? Please describe.
Kepler.gl deployments on Enterprise networks in certain industries like Gov, Finance, and Healthcare have requirements to run in a controlled environment or VPC.
Describe the solution you'd like
Use Kepler.gl visualizations with map styles and data hosted on my Enterprise network at a URL I specify with Mapbox Atlas Server.
Add a mapboxgl.config.API_URL = '<your-atlas-url>'; option in the Kepler.gl UI. The default mapboxgl.config.API_URL value points to https://api.mapbox.com. This should remain the default in Kepler.gl.
Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com>
chore: fix wrong import
[Chore] Fix plot container browser test
Signed-off-by: Shan He <heshan0131@gmail.com>
fix: Properly pass in the map component top property (#207)
Is your feature request related to a problem? Please describe.
Kepler.gl deployments on Enterprise networks in certain industries like Gov, Finance, and Healthcare have requirements to run in a controlled environment or VPC.
Describe the solution you'd like
Use Kepler.gl visualizations with map styles and data hosted on my Enterprise network at a URL I specify with Mapbox Atlas Server.
Additional context
The reference implementation for supporting Atlas server: https://www.mapbox.com/atlas-server/overview/products/#use-mapbox-gl-js-with-atlas
Add a
mapboxgl.config.API_URL = '<your-atlas-url>';
option in the Kepler.gl UI. The default mapboxgl.config.API_URL value points tohttps://api.mapbox.com
. This should remain the default in Kepler.gl.cc/ @heshan0131
The text was updated successfully, but these errors were encountered: