Initial commit
This commit is contained in:
29
node_modules/@maplibre/mlt/dist/metadata/tileset/tilesetMetadata.js
generated
vendored
Normal file
29
node_modules/@maplibre/mlt/dist/metadata/tileset/tilesetMetadata.js
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
// based on ../spec/schema/mlt_tileset_metadata.proto
|
||||
export const ColumnScope = {
|
||||
FEATURE: 0,
|
||||
VERTEX: 1,
|
||||
};
|
||||
export const ScalarType = {
|
||||
BOOLEAN: 0,
|
||||
INT_8: 1,
|
||||
UINT_8: 2,
|
||||
INT_32: 3,
|
||||
UINT_32: 4,
|
||||
INT_64: 5,
|
||||
UINT_64: 6,
|
||||
FLOAT: 7,
|
||||
DOUBLE: 8,
|
||||
STRING: 9,
|
||||
};
|
||||
export const ComplexType = {
|
||||
GEOMETRY: 0,
|
||||
STRUCT: 1,
|
||||
};
|
||||
export const LogicalScalarType = {
|
||||
ID: 0,
|
||||
};
|
||||
export const LogicalComplexType = {
|
||||
BINARY: 0,
|
||||
RANGE_MAP: 1,
|
||||
};
|
||||
//# sourceMappingURL=tilesetMetadata.js.map
|
||||
Reference in New Issue
Block a user