-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Embed an interactive map as html #327
Comments
We hope soon you can develop the embeded module soon! Greetings excellent contributions |
reference: #331 |
This is blocked by #332 |
One consideration that I don't see listed in the issue: Versioning of builds published to the CDN. If the static HTML people are using makes any assumptions about the kepler JS API (or CSS for that matter), then the builds published to the CDN should probably be versioned. Otherwise publishing a new Kepler build with backwards incompatible changes could break all these old static pages. If you make the bundled code a part of the published npm package, you could probably use unpkg as a free CDN for this. |
@schnerd unpkg is exactly the strategy we have decided to pursuit . |
as discussed in the sprint meeting, we will also test it out by introducing this new feature in a medium ariticle as well. thanks! |
How soon will this feature be available? It will be very helpful! |
@Jesterary the necessary work for the functionality is tracked in here: #366 |
can I easily embed kepler.gl to a dash app? |
Is your feature request related to a problem? Please describe.
Currently there is now way to export an existing map as an html file
Describe the solution you'd like
As user I should be able to export the map from the export bar
Potential designs:
And in the export modal dialog we provide the following options:
Existing issues affected:
#301
#223 possible reference
Possible implementation
Considerations
The text was updated successfully, but these errors were encountered: