-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a MapBox token for basemaps in superset #4
Comments
there is discussion of new plugins in the future that won't tie us to MapBox:
Until then, we need a MapBox Key |
do i need to buy one or something?
M
…On Tue, Mar 21, 2023 at 7:22 AM Jeffrey Gerard ***@***.***> wrote:
there is discussion of new plugins in the future that won't tie us to
MapBox:
- apache/superset#21758
<apache/superset#21758>
- apache/superset#9281 <apache/superset#9281>
Until then, we need a MapBox Key
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGYEL3RQ6AHIGJRLYTBVWTW5G2Q7ANCNFSM6AAAAAAWBU22RU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
I made a mapbox account in the free tier, which gives some limited (but not small) amount of free map tile requests. It's now working: https://kawana.guardianconnector.net/superset/dashboard/193/?native_filters_key=dn-vILSI4qAhIBGDIWX0SAxF-ZQGHvuGZBm8KfkAkk97DB6uLrI54pzVXhm07EoG You can change the base layer tileset under "Edit Chart", and "Visual Tweaks" at the far bottom. I've found that "Outdoors" and "Satellite Streets" are good ones. One note about the MapBox chart type in Superset is that it's just clustering nearby villages together, so the 9 and 3 in the following screenshot refer to distinct villages, not to survey responses: To make the map point size proportional to the number of responses, I used the `DECK.GL SCATTERPLOT" instead of "MAPGL" chart. There you can set "Point Size" to a metric (count); I also set a scale multiplier for more visual impact. https://kawana.guardianconnector.net/superset/explore/?form_data_key=jZyZ-D_8XmAHaYV3cBMjRLXREb8tbpelVACNpSrKYg7yZrStowCDnbcPlY8bYfKn&slice_id=412 |
No description provided.
The text was updated successfully, but these errors were encountered: