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.
33 lines (32 loc) • 954 B
JSON
{
"name": "ol-displaced-points",
"version": "0.4.0",
"description": "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.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/andres-geotec/ol-displaced-points.git"
},
"keywords": [
"ol",
"openlayers",
"poinst",
"displacement",
"cluster",
"rings",
"concentric",
"rings",
"grid",
"spiral"
],
"author": "Andrés Martínez <andres.geotec@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andres-geotec/ol-displaced-points/issues"
},
"homepage": "https://github.com/andres-geotec/ol-displaced-points#readme",
"dependencies": {
"circle-properties": "~0.1.1"
},
"main": "index.js"
}