May 2019
Beginner to intermediate
650 pages
14h 50m
English
Multipart geometries group primitive geometries in a single feature. MultiPoint can be used to represent positions that belong together, sharing the same properties and never treated as individual points (e.g. a star cluster in a map of the sky). A MultiLineString represents multiple lines that always are treated as a single entity (e.g. a river basin with unnamed tributaries). A MultiPolygon can group a collection of shapes (e.g. a country and its islands) and treat it as a single feature object with the same properties.
GeoJSON's types for multipart geometries are listed in the following table:
|
Function |
Description |
|
MultiPoint |
An array of Point objects. The coordinates member of a MultiPoint is an array of ... |
Read now
Unlock full access