Leaflet / Leaflet.VectorGrid

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

Leaflet.VectorGrid bundle is not properly being reference #202

Open avinashkumarsrivastava opened 5 years ago

avinashkumarsrivastava commented 5 years ago

It seems Leaflet.VectorGrid.bundled.js does not play well with JS bundlers (Webpack/Browserify). VectorGrid expects Pbf to be defined in the global scope, but if the bundle is referenced with 'import' and bundled with Webpack, the global Pbf object will not be available.

Can anyone help me to resolve this referencing issue ?