Skip to content

How to add custom icons with Markers?  #99

@ftahery-teleo

Description

@ftahery-teleo

There is a way to add custom image for all the markers at once using

map.loadImage("imageURL",function(error, image) {
if (error) throw error; 
});

But what if I want different images for each geoJson data?

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