@loaders.gl/shapefile
Version:
Loader for the Shapefile Format
13 lines • 333 B
JavaScript
// loaders.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors
/** Information about the DBF format */
export const DBFFormat = {
name: 'DBF',
id: 'dbf',
module: 'shapefile',
category: 'table',
extensions: ['dbf'],
mimeTypes: ['application/x-dbf']
};
//# sourceMappingURL=dbf-format.js.map