Skip to content
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

1.49 Mapbox features #1412

Closed
nicolaskruchten opened this issue Jul 25, 2019 · 6 comments · Fixed by #1490
Closed

1.49 Mapbox features #1412

nicolaskruchten opened this issue Jul 25, 2019 · 6 comments · Fixed by #1490
Assignees

Comments

@nicolaskruchten
Copy link
Contributor

@etpinard fill in some links to mocks, codepens please

@nicolaskruchten
Copy link
Contributor Author

New JS pages, say 2 examples each (simple and complicated): lines on a mapbox, filled areas on a mapbox, density on a mapbox, choropleth on a mapbox

New JS page: mapbox overview...

  • explanation of layers (style, data, layers), explanation of relationship to Mapbox.js vs Mapbox tile service
  • clear explanation of when a mapbox token is and is not required, and how to set it (either in the mapbox layout object or via configuration)
  • explanation of attribution
  • example of various styles (non-mapbox, mapbox)
  • links to the 5 data pages (scatter, line, area, choropleth, density)
  • examples of layers (environment Canada layer) based on https://codepen.io/nicolaskruchten/pen/BgbxQG?editors=0010

@etpinard
Copy link
Contributor

etpinard commented Aug 1, 2019

Here's the codepen listing all the layers for all the layout.mapbox.style values:

https://codepen.io/etpinard/pen/ydVMwM , open the console and wait ~30 seconds.

Let me know if you have any questions.

@chriddyp
Copy link
Member

chriddyp commented Aug 2, 2019

For choropleth examples, we'll need examples that include GeoJSON files rather than URLs for the folks in the community that don't have public internet access or are building apps that can't depend on 3rd party services/urls.

@etpinard
Copy link
Contributor

etpinard commented Aug 2, 2019

we'll need examples that include GeoJSON files rather than URLs for the folks in the community that don't have public internet access or are building apps that can't depend on 3rd party services/urls.

example: https://rreusser.github.io/plotly-mock-viewer/#mapbox_choropleth-raw-geojson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants