1.1.4 • Published 6 years ago

polygon-map-cells v1.1.4

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Polygon Map Cells

Generates a series of polygons and points based off a centre point and max radius.

Usage

var Cells = require('polygon-map-cells');

var options = {
    maxRadius: 15,
    centre: {
        lat: 53.396870,
        long: -1.426108,
    }
}

var cells = Cells(options);

Max Radius is measured in km.

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago