Showing 21-40 of 424 packages
Here is an react library to overcome some disadvantages of current available editors of leaflet 1. You can add points to linestring 2. You can add ability to not to delete endpoints of linestring 3. You can drag intersection points to linestring 4. Yo
Finds the nearest point on a line to a given point
Checks if a point lies directly on a line, like a path or road.
Converts a polygon to a line string.
Creates line segments from a GeoJSON feature.
Determine whether each segment of a line is parallel to the correspondent segment of another line.
Calculates a point along a line at a specific distance
Converts line(s) to polygon(s).
Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.
Determines whether any of the segments of 2 given linestrings intersect
Checks if two geometries have an area of overlap without one being completely contained inside the other.
This project provides the basic functions for geometries. It allows to convert between `wkt`, `wkb`, `json` and our `well formatted geometry classes` to construct `Point`, `LineString`, `Polygon`, `MultiPoint`, `MultiLineString`, `MultiPolygon` and `Geome
Takes a line and returns a line at offset by the specified distance.
Polygonizes a set of lines that represents edges in a planar graph.
Useful for extracting only the part of a route between two distances.
Takes a GeoJSON feature and returns points at all self-intersections.
Useful for extracting only the part of a route between waypoints.
A TypeScript library for handling LineString geometric objects with transformation capabilities
Smooths a line into a curve using Bézier splines, great for visualizing routes.
Polyline encoding and decoding