-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Mapbox won't render in Quarto #3
Comments
Following this discussion: quarto-dev/quarto-cli#10325 Also finding out if Mapbox GL JS can be bundled in the package from Mapbox which would solve the problem, so this issue's resolution is TBD. |
Now tracking at quarto-dev/quarto-cli#10339 |
so its still valid that we cant render mapgl in quarto, right?
Is there any option to make this possible for maplibre (as I guess the license problem does not apply here) |
@wiesehahn yes, at the moment. I was hoping the Quarto team would fix on their end as I prefer to pull in the assets via CDN given the way Mapbox GL JS is licensed. However it doesn't seem like the issue is high-priority. What I can do for now is set up the MapLibre dependencies locally so it can be used in Quarto docs. |
@wiesehahn I've switched to local dependencies for MapLibre and successfully rendered a Quarto doc with all of those dependencies used. Install from GitHub and try this out:
|
Great! thanks |
At the moment, Quarto can't accommodate JS libraries served over a CDN because it expects a local resource path. Follow up on options for Mapbox GL JS re: licensing and how I can handle this.
The text was updated successfully, but these errors were encountered: