UNPKG

mobility-toolbox-js

Version:

Toolbox for JavaScript applications in the domains of mobility and logistics.

5 lines (4 loc) 175 B
import { Style } from 'ol/style'; import type Feature from 'ol/Feature'; declare const fullTrajectorystyle: (feature: Feature) => Style[]; export default fullTrajectorystyle;