vue-mapbox-gl icon indicating copy to clipboard operation
vue-mapbox-gl copied to clipboard

How to add custom icons with Markers?

Open ftahery-teleo opened this issue 4 years ago • 0 comments

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?

ftahery-teleo avatar Jun 07 '21 14:06 ftahery-teleo