polylabel 0.1.11

A Rust implementation of the Polylabel algorithm
Documentation
1
2
3
4
5
var geojsonFixtures = require('geojson-fixtures/helper');
geojsonFixtures(require('tape'), 'all', require('./'), __dirname + '/test', false, function(t, input, output) {
    t.ok(typeof output === 'number', 'output is number');
    t.ok(output >= 0, 'area is positive or zero');
});