@turf/random
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -25,4 +25,2 @@ var random = require('geojson-random'); | ||
* | ||
* //=points | ||
* | ||
* var polygons = turf.random('polygons', 4, { | ||
@@ -32,3 +30,4 @@ * bbox: [-70, 40, -60, 60] | ||
* | ||
* //=polygons | ||
* //addToMap | ||
* var addToMap = [points, polygons] | ||
*/ | ||
@@ -35,0 +34,0 @@ module.exports = function (type, count, options) { |
{ | ||
"name": "@turf/random", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "turf random module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,4 +29,2 @@ # @turf/random | ||
//=points | ||
var polygons = turf.random('polygons', 4, { | ||
@@ -36,3 +34,4 @@ bbox: [-70, 40, -60, 60] | ||
//=polygons | ||
//addToMap | ||
var addToMap = [points, polygons] | ||
``` | ||
@@ -39,0 +38,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7086
69
63