Multi-point geometry
Define multiple unconnected points
This geometry type defines multiple points that exist separately, without being connected to each other. Use it to describe assets composed of multiple distinct objects, e.g. a pair of traffic lights.
How to draw
When editing item geometry (or any other geometry field in Alloy), the Geometry Editor appears. The row of draw tools indicates which geometry types are allowed by the item's design (or the source of the field).
Select the Point tool and then select your first desired location on the map. The tool will remain active, enabling you to select it again and add any more points as needed. To reposition the points, drag them to another location, or use the Erase tool to remove them and start again.
Select Done to save your changes.
Example GeoJSON
To access the underlying code of the current geometry, select Menu in the Geometry Editor and choose GeoJson view.
{
"type": "MultiPoint",
"coordinates": [
[-1.532422, 52.289861],
[-1.532397, 52.28985]
]
}