Generate random GeoJSON features.
Usable in node.js and in browsers with browserify.
npm install -g geojson-random
geojson-random
var random = require('geojson-random');Return count points wrapped in a FeatureCollection.
An optional bbox parameter should be an array of numbers representing
a bbox in WSEN order,
and if given, the point will reside within its bounds.
Return a single GeoJSON Position as a 2-element array of numbers in longitude, latitude order.
An optional bbox parameter should be an array of numbers representing
a bbox in WSEN order,
and if given, the position will reside within its bounds.
Return count polygons wrapped in a FeatureCollection.
num_verticesis default10and is how many coordinates each Polygon will contain.max_radial_lengthis the maximum number of decimal degrees latitude or longitude that a vertex can reach out of the center of the Polygon. Default is10.
