Skip to content

inline images for markers #6

@tjaartvdwalt

Description

@tjaartvdwalt

Would it be possible/sensible to allow inline base64 encoded icons for cluster markers? I use this for google maps markers.

One possible option I can see, is to set the imagePath option to an object. For example:

var options = {
            imagePath: {
               '1': 'data:image/png;base64,.....',
               '2': 'data:image/png;base64,......'
            }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions