May 2019
Beginner to intermediate
650 pages
14h 50m
English
The length of objects can be measured with three functions/methods:
If the object is a LineString, these functions return its length, as expected. If the object is a MultiLineString, the value returned is the sum of the lengths of all the segments. If it's a Polygon or MultiPolygon, the sum of the perimeters of all linear rings will be returned (including the perimeter of the holes, if any). The object can also be a GeoJSON Feature ...
Read now
Unlock full access