I have added a Geojson layer to a base map in Leaflet. I used the following event to get the Map data as well as Layer data:
map.on('mousemove', function (e) {
console.log(e);
});
it gave me the following log:
I could not find anything regarding the Geojson layer when I hover it (Nothing in the target about the layer).
Does anyone has any solution for this?
