Comparing version 4.1.0 to 4.2.0
@@ -33,6 +33,6 @@ var inside = require('@turf/inside'); | ||
* | ||
* var tagged = turf.tag(points, polygons, | ||
* 'pop', 'population'); | ||
* var tagged = turf.tag(points, polygons, 'pop', 'population'); | ||
* | ||
* //=tagged | ||
* //addToMap | ||
* var addToMap = [tagged, polygons] | ||
*/ | ||
@@ -39,0 +39,0 @@ module.exports = function (points, polygons, field, outField) { |
{ | ||
"name": "@turf/tag", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "turf tag module", | ||
@@ -40,4 +40,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@turf/inside": "^4.1.0" | ||
"@turf/inside": "^4.2.0" | ||
} | ||
} |
@@ -37,6 +37,6 @@ # @turf/tag | ||
var tagged = turf.tag(points, polygons, | ||
'pop', 'population'); | ||
var tagged = turf.tag(points, polygons, 'pop', 'population'); | ||
//=tagged | ||
//addToMap | ||
var addToMap = [tagged, polygons] | ||
``` | ||
@@ -43,0 +43,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
6332
Updated@turf/inside@^4.2.0