mobility-toolbox-js
Version:
Toolbox for JavaScript applications in the domains of mobility and logistics.
7 lines (6 loc) • 311 B
JavaScript
// Deprecated export
export { default as Layer } from './Layer';
export { default as MaplibreLayer } from './MaplibreLayer';
export { default as MaplibreStyleLayer } from './MaplibreStyleLayer';
export { default as RealtimeLayer } from './RealtimeLayer';
export { default as VectorLayer } from './VectorLayer';