UNPKG

hmpps-open-layers-map

Version:

A native Web Component for displaying maps using OpenLayers.

6 lines (5 loc) 198 B
import { DragPan } from 'ol/interaction'; /** * Set OpenLayer's DragPan animation to feel less "sticky" and closer to MapLibre’s. */ export default function createDragPanWithKinetic(): DragPan;