1.1.4 • Published 4 years ago

polygon-map-cells v1.1.4

Weekly downloads
3
License
ISC
Repository
github
Last release
4 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

4 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago