Skip to content
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

add styleimagemissing event for on-demand images #7987

Merged
merged 1 commit into from
Mar 6, 2019
Merged

Commits on Mar 6, 2019

  1. add styleimagemissing event for on-demand images

    The event gets fired when a layer needs an image that the map doesn't
    have. The developer has a chance to listen for this event and add an
    image within the callback in order to have it included.
    
    This event can be used to dynamically generate icons based on feature
    properties.
    
    fix #7587
    ansis committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    a210403 View commit details
    Browse the repository at this point in the history