Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "pnpm",
"version": "7.2.0",
"version": "7.3.0",
"command": {
"publish": {
"registry": "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-along/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/along",
"version": "7.2.0",
"version": "7.3.0",
"description": "Calculates a point along a line at a specific distance",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-angle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/angle",
"version": "7.2.0",
"version": "7.3.0",
"description": "Finds the angle formed by two adjacent segments.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/area",
"version": "7.2.0",
"version": "7.3.0",
"description": "Calculates the geodesic area in square meters of one or more polygons.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bbox-clip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox-clip",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes a Feature and a bbox and clips the feature to the bbox using lineclip.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bbox-polygon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox-polygon",
"version": "7.2.0",
"version": "7.3.0",
"description": "Converts a bounding box to a GeoJSON polygon.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox",
"version": "7.2.0",
"version": "7.3.0",
"description": "Generates a bounding box around a GeoJSON feature.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bearing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bearing",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes two points and finds the geographic bearing between them.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bezier-spline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bezier-spline",
"version": "7.2.0",
"version": "7.3.0",
"description": "Smooths a line into a curve using Bézier splines, great for visualizing routes.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-clockwise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-clockwise",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-concave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-concave",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes a polygon and return true or false as to whether it is concave or not.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-contains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-contains",
"version": "7.2.0",
"version": "7.3.0",
"description": "Determines whether the second geometry is completely within the first geometry.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-crosses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-crosses",
"version": "7.2.0",
"version": "7.3.0",
"description": "Checks if two geometries cross each other.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-disjoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-disjoint",
"version": "7.2.0",
"version": "7.3.0",
"description": "Checks if two geometries have no overlapping areas.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-equal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-equal",
"version": "7.2.0",
"version": "7.3.0",
"description": "Determine whether two geometries of the same type have identical X,Y coordinate values",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-intersects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-intersects",
"version": "7.2.0",
"version": "7.3.0",
"description": "Checks if two geometries overlap in any way.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-overlap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-overlap",
"version": "7.2.0",
"version": "7.3.0",
"description": "Checks if two geometries have an area of overlap without one being completely contained inside the other.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-parallel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-parallel",
"version": "7.2.0",
"version": "7.3.0",
"description": "Determine whether each segment of a line is parallel to the correspondent segment of another line.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-point-in-polygon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-point-in-polygon",
"version": "7.2.0",
"version": "7.3.0",
"description": "Checks if a point is inside an area, like a city boundary.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-point-on-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-point-on-line",
"version": "7.2.0",
"version": "7.3.0",
"description": "Checks if a point lies directly on a line, like a path or road.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-touches/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-touches",
"version": "7.2.0",
"version": "7.3.0",
"description": "Determine whether none of the points common to both geometries intersect the interiors of both geometries.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-valid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-valid",
"version": "7.2.0",
"version": "7.3.0",
"description": "Checks if the geometry is a valid according to the OGC Simple Feature Specification.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-within/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-within",
"version": "7.2.0",
"version": "7.3.0",
"description": "Determines whether the first geometry is completely within the second geometry.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-buffer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/buffer",
"version": "7.2.0",
"version": "7.3.0",
"description": "Creates a buffer around a GeoJSON feature.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-center-mean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/center-mean",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes a Feature or FeatureCollection and returns the mean center.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-center-median/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/center-median",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes a FeatureCollection of points and calculates the median center.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-center-of-mass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/center-of-mass",
"version": "7.2.0",
"version": "7.3.0",
"description": "Finds the “balance point” of irregular shapes, like a country outline.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/center",
"version": "7.2.0",
"version": "7.3.0",
"description": "Finds the central point of a GeoJSON feature, like a city or a park. Ideal for placing labels or markers.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-centroid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/centroid",
"version": "7.2.0",
"version": "7.3.0",
"description": "Determines the geometric center of a polygon or shape.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-circle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/circle",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes a point and calculates the circle polygon given a radius.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-clean-coords/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/clean-coords",
"version": "7.2.0",
"version": "7.3.0",
"description": "Removes redundant coordinates from a GeoJSON Geometry.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/clone",
"version": "7.2.0",
"version": "7.3.0",
"description": "Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-clusters-dbscan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/clusters-dbscan",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-clusters-kmeans/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/clusters-kmeans",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes a set of points and partition them into clusters using the k-means algorithm.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-clusters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/clusters",
"version": "7.2.0",
"version": "7.3.0",
"description": "Group points into clusters based on their spatial proximity or properties.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-collect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/collect",
"version": "7.2.0",
"version": "7.3.0",
"description": "Merges a specified property from a FeatureCollection of points into a FeatureCollection of polygons.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-combine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/combine",
"version": "7.2.0",
"version": "7.3.0",
"description": "Combines a FeatureCollection of Point, LineString, or Polygon features into MultiPoint, MultiLineString, or MultiPolygon features.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-concave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/concave",
"version": "7.2.0",
"version": "7.3.0",
"description": "Creates a concave hull around points.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-convex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/convex",
"version": "7.2.0",
"version": "7.3.0",
"description": "Creates a convex hull around points",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-destination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/destination",
"version": "7.2.0",
"version": "7.3.0",
"description": "turf destination module",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-difference/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/difference",
"version": "7.2.0",
"version": "7.3.0",
"description": "Finds the difference between multiple polygons by clipping the subsequent polygon from the first.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-directional-mean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/directional-mean",
"version": "7.2.0",
"version": "7.3.0",
"description": "Calculates the average angle of a set of lines, measuring the trend of it.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-dissolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/dissolve",
"version": "7.2.0",
"version": "7.3.0",
"description": "Dissolves a FeatureCollection of Polygon features.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-distance-weight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/distance-weight",
"version": "7.2.0",
"version": "7.3.0",
"description": "Calculate the influence or weight of points over an area based on their distances.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/distance",
"version": "7.2.0",
"version": "7.3.0",
"description": "Measures the straight-line distance between two points, like cities or landmarks.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-ellipse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/ellipse",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes a Point and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision.",
"author": "Turf Authors",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-envelope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/envelope",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes any number of features and returns a rectangular Polygon that encompasses all vertices.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-explode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/explode",
"version": "7.2.0",
"version": "7.3.0",
"description": "Takes a feature or set of features and returns all positions as points.",
"author": "Turf Authors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-flatten/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/flatten",
"version": "7.2.0",
"version": "7.3.0",
"description": "Flattens any GeoJSON to a FeatureCollection",
"author": "Turf Authors",
"contributors": [
Expand Down
Loading