Leaflet/Leaflet.heat

requested method for rmvLatLng

vlasvlasvlas opened this issue · 0 comments

Hi,

I need to remove latlongs from my heat layer,

example

  • when map loads, it get all markers latlong and add them to a heat layer.

  • Now, when i click on layer, turnin layer off, i need to get that group of markerlayer longlats and remove them from the heatlayer..

and i noticed there's no rmvLatLng()

how can i do that? maybe removing this specific longlats from the heatlayer longlats array?