Leaflet / Leaflet.VectorGrid

Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0
598 stars 194 forks source link

Click handler not working. #181

Closed mumeraltaf closed 5 years ago

mumeraltaf commented 5 years ago

While trying to add a click event to a protobuf, I realised clicks on any child of map is not working anymore (I remember it used to work). Issue can be replicated by running any of the following demos in docs, and clicking on any point:

a click results in following error: Leaflet.VectorGrid.bundled.min.js:2 Uncaught TypeError: L.DomEvent._fakeStop is not a function at e._onClick (Leaflet.VectorGrid.bundled.min.js:2) at HTMLCanvasElement.r (leaflet.js:5)

mumeraltaf commented 5 years ago

same as #148