CodeTanzania / CodeTanzania/emis-alert
Should use full geojson(s) geometry when define alert area and force additional details(properties) set to properties of geometry
Open
enhancement
under review
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Example:
```js
{
area: {
type: 'Polygon',
coordinates: [...[]],
properties: {
description: 'Kilwa, Bagamoyo'
}
}
}
```
Rationale: To allow more data about an area to be defined during reporting
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.