We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Auto loads a remote script: mapbox-gl-rtl-text.js in react-map-gl. see: RTLTextPlugin
mapbox-gl-rtl-text.js
react-map-gl
Expected behavior Allow library users to disable remote script downloads.
Reference to Issue in react-map-gl here
The text was updated successfully, but these errors were encountered:
Similarly, it's not clear to me why these:
export const KEPLER_UNFOLDED_BUCKET = 'https://studio-public-data.foursquare.com/statics/keplergl'; https://studio-public-data.foursquare.com/statics/keplergl/icons/svg-icons.json
export const KEPLER_UNFOLDED_BUCKET = 'https://studio-public-data.foursquare.com/statics/keplergl';
https://studio-public-data.foursquare.com/statics/keplergl/icons/svg-icons.json
aren't bundled into the app.
Sorry, something went wrong.
No branches or pull requests
@kepler.gl/components 3.0.0-alpha.1
Auto loads a remote script:
mapbox-gl-rtl-text.js
inreact-map-gl
.see: RTLTextPlugin
Expected behavior
Allow library users to disable remote script downloads.
Reference to Issue in react-map-gl here
The text was updated successfully, but these errors were encountered: