Point

From Tygron Support wiki
Revision as of 13:04, 15 July 2026 by Maxim@tygron.com (talk | contribs) (Created page with "A point is the most basic geometric object: it has a location but no size (no length, width, or area). In GeoJSON, a point looks like this: <code>{ "type": "Point", "coordinates": [102.0, 0.5] }</code> {{article end |seealso= * MultiPolygon * Polygon * GeoJSON }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A point is the most basic geometric object: it has a location but no size (no length, width, or area).

In GeoJSON, a point looks like this: {

 "type": "Point",
 "coordinates": [102.0, 0.5]

}