UNPKG

leaflet.vectorgrid

Version:

Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0

16 lines (10 loc) 441 B
// Aux file to bundle everything together, including the optional dependencies // for protobuf tiles import {} from 'whatwg-fetch' import {} from 'pbf'; import {VectorTile} from 'vector-tile'; import {} from './Leaflet.VectorGrid.js'; import {} from './Leaflet.VectorGrid.Protobuf.js'; import {} from './Leaflet.VectorGrid.Slicer.js'; import {} from './Leaflet.Renderer.Canvas.Tile.js'; import {} from './Leaflet.Renderer.SVG.Tile.js';