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.

6 lines 153 B
/** * @module ol-displaced-points */ import DisplacedPoints from "./DisplacedPoints"; export default DisplacedPoints; //# sourceMappingURL=index.js.map