Common
This page is intended for the description of properties that are used across area monitoring system.
Common properties
scope
The scope
identifier primarily serves as a reference data differentiator. It can be:
- a country identifier (ISO 3166-1 alpha-2) + year of data (e.g.
SI22
) or - internal classifier (e.g.
DEMO
), if the country scope is not applicable, that can be constructed of:- uppercase letters
[A-Z]
(English alphabet only) - numbers
[0-9]
- underscore
_
- uppercase letters
Common React props objects
Geometry
A geometry
element is a GeoJSON object (CRS: WGS84). Holes are allowed.
Property | Type | Description |
---|---|---|
type * | string | The type of shape to be rendered. The supportive geometry types are Polygon or MultiPolygon . |
coordinates * | array | The coordinates that set the position of the drawn shape’s outline. |
* indicates mandatory properties
Style
A style
element is an object that defines how geometry will be displayed.
Property | Description |
---|---|
strokeColor * | The color (one of CSS legal color values) of the shape's outline. |
lineWidth * | The width of the outline in pixels. |
* indicates mandatory properties