UNPKG

ol-displaced-points

Version:

Displaced Points methodology works to visualize all features of a point layer, even if they have the same location. The map takes the points falling in a given Distance tolerance from each other (cluster) and places them around their barycenter.

7 lines (5 loc) 121 B
/** * @module ol-displaced-points */ import DisplacedPoints from "./DisplacedPoints"; export default DisplacedPoints;