open-vector-tile
Version:
This library reads/writes Open Vector Tiles
10 lines • 347 B
TypeScript
export * from './base/index.js';
export * from './open/index.js';
export * from './mapbox/index.js';
export * from './util.js';
export * from './vectorTile.spec.js';
export * from './vectorTile.js';
export * from './vectorTileWASM.js';
import ShapeSchema from './open/shape.schema.json';
export { ShapeSchema };
//# sourceMappingURL=index.d.ts.map