-
Notifications
You must be signed in to change notification settings - Fork 24
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 GL JS v3 Support #42
Comments
Can you elaborate? What have you seen? The main thing I notice is that map.getStyle() returns a very different structure with no layers. I'm still trying to work out how it behaves now, since there doesn't seem to be documentation yet, |
I have an app that uses many of the utils (map.U.addVector, map.U.addGeoJSON,
etc) with styling and dynamic updates. When I installed V3, much of the
existing functionality no longer works. I will need to check it out
systematically, but thought I would check in with you first. I understand
that it is a beta release without docs, so maybe a thorough test is
premature.
|
Yeah, I'll keep exploring, but will probably wait for a non-beta release with documentation. |
will you be adding the properties from this example?...*-emisive-strength in particular |
A quick test of the beta release indicates some breaking changes. Will an update to map-gl-utils be required?
The text was updated successfully, but these errors were encountered: