This commit is contained in:
10
node_modules/@mapbox/mapbox-gl-style-spec/empty.js
generated
vendored
Normal file
10
node_modules/@mapbox/mapbox-gl-style-spec/empty.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// @flow
|
||||
import type {StyleSpecification} from './types.js';
|
||||
|
||||
export default function emptyStyle(): StyleSpecification {
|
||||
return {
|
||||
version: 8,
|
||||
layers: [],
|
||||
sources: {}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user