This is the core package enabling HTML Polygons for React.
Operations for two-dimensional polygons.
Checks if a point is inside an area, like a city boundary.
Calculates the distance from a point to the edges of a polygon or multi-polygon.
Takes a kinked polygon and returns a feature collection of polygons that have no kinks.
Smooths a Polygon or MultiPolygon, based on Chaikin's algorithm.
Converts a bounding box to a GeoJSON polygon.
Takes polygons or multipolygons and an optional mask, and returns an exterior ring polygon with holes.
Finds points that fall within polygon(s).
Converts a polygon to a line string.
Finds the tangents of a polygon from a point.
Creates line segments from a GeoJSON feature.
Checks if two geometries have an area of overlap without one being completely contained inside the other.
Converts line(s) to polygon(s).
Returns the shortest path from start to end without colliding with any Feature in obstacles.
Calculates the geodesic area in square meters of one or more polygons.
Takes any LineString or Polygon and returns the overlapping lines between both features.
Takes a Feature or FeatureCollection and returns a Point guaranteed to be on the surface of the feature.
Rewind using Shoelace Formula.
Tesselates a polygon or multipolygon into a collection of triangle polygons using earcut.
Takes a GeoJSON feature and returns points at all self-intersections.
Combines two or more polygons into a single polygon.
Finds the shared area between two polygons.
Dissolves a FeatureCollection of Polygon features.
No description provided.
No description provided.