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
I'm working on hitting some of the open issues that have to do with our eventing system, and I'm opening this ticket to keep track of those issues:
MapDataEvent#isSourceLoaded
sourcedata
tiledata
Map#loaded
Map#isStyleLoaded
Map#isTileLoaded
source.load
style.load
mouseover
pitchstart
pitchend
datastart
dataend
touch-action: none
If there are other event related tickets I've missed please comment here!
The text was updated successfully, but these errors were encountered:
#2448 seems like it might fit in to this list
Sorry, something went wrong.
#6707, #6314
No branches or pull requests
I'm working on hitting some of the open issues that have to do with our eventing system, and I'm opening this ticket to keep track of those issues:
MapDataEvent#isSourceLoaded
MapDataEvent#isSourceLoaded always returns false #3958 👉 MapEventData#isSourceLoaded fix #4254sourcedata
and deprecatetiledata
events ✅ fire sourcedata when source metadata and tiles are loaded #4347Map#loaded
Map.loaded() gets confused when a GeoJSON layer is added #3950Map#isStyleLoaded
andMap#isTileLoaded
source.load
✅ fire sourcedata when source metadata and tiles are loaded #4347,style.load
, etc deprecate style.load, etc to simplify + clarify eventing #3970mouseover
event Fire "mouseover" event #3217pitchstart
+pitchend
events Add pitchstart and pitchend events #2449 👉 add pitchstart and pitchend events #4473datastart
+dataend
events: Add data, datastart and dataend events #1715 (comment)touch-action: none
on the map container #4259 👉 add touch-action rules #4487 ✅If there are other event related tickets I've missed please comment here!
The text was updated successfully, but these errors were encountered: