@turf/union
Advanced tools
Comparing version 6.3.0 to 6.4.0
@@ -12,3 +12,3 @@ import polygonClipping from "polygon-clipping"; | ||
* @param {Object} [options.properties={}] Translate Properties to output Feature | ||
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature | ||
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature, or null if the inputs are empty | ||
* @example | ||
@@ -15,0 +15,0 @@ * var poly1 = turf.polygon([[ |
@@ -10,3 +10,3 @@ import { Feature, Polygon, MultiPolygon, Properties } from "@turf/helpers"; | ||
* @param {Object} [options.properties={}] Translate Properties to output Feature | ||
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature | ||
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature, or null if the inputs are empty | ||
* @example | ||
@@ -35,3 +35,3 @@ * var poly1 = turf.polygon([[ | ||
properties?: P; | ||
}): Feature<Polygon | MultiPolygon, P>; | ||
}): Feature<Polygon | MultiPolygon, P> | null; | ||
export default union; |
@@ -17,3 +17,3 @@ "use strict"; | ||
* @param {Object} [options.properties={}] Translate Properties to output Feature | ||
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature | ||
* @returns {Feature<(Polygon|MultiPolygon)>} a combined {@link Polygon} or {@link MultiPolygon} feature, or null if the inputs are empty | ||
* @example | ||
@@ -20,0 +20,0 @@ * var poly1 = turf.polygon([[ |
{ | ||
"name": "@turf/union", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"description": "turf union module", | ||
@@ -47,3 +47,3 @@ "author": "Turf Authors", | ||
"devDependencies": { | ||
"@turf/combine": "^6.3.0", | ||
"@turf/combine": "^6.4.0", | ||
"@types/tape": "*", | ||
@@ -61,7 +61,7 @@ "benchmark": "*", | ||
"dependencies": { | ||
"@turf/helpers": "^6.3.0", | ||
"@turf/invariant": "^6.3.0", | ||
"@turf/helpers": "^6.4.0", | ||
"@turf/invariant": "^6.4.0", | ||
"polygon-clipping": "^0.15.2" | ||
}, | ||
"gitHead": "57c8877e1e2d67effc2cdd23385c02b2a6615a49" | ||
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac" | ||
} |
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
10414
Updated@turf/helpers@^6.4.0
Updated@turf/invariant@^6.4.0