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
mapbox-gl-js version: 0.33.0
As in previous version, perform an XHR request and get the JSON data.
Uncaught TypeError: Cannot read property 'getJSON' of undefined
Appears mapboxgl.util is not longer accessible in the latest release.
The text was updated successfully, but these errors were encountered:
That's correct; see #1408. You'll now need to provide your own utility for Ajax, or use browser built-ins.
I've added this change to the CHANGELOG for 0.33.0.
Sorry, something went wrong.
No branches or pull requests
mapbox-gl-js version: 0.33.0
Steps to Trigger Behavior
Expected Behavior
As in previous version, perform an XHR request and get the JSON data.
Actual Behavior
Uncaught TypeError: Cannot read property 'getJSON' of undefined
Appears mapboxgl.util is not longer accessible in the latest release.
The text was updated successfully, but these errors were encountered: