CodeTanzania / emis-alert

A representation of an entity which provides(or receives) disaster notifications to(or from) source(s)
https://codetanzania.github.io/emis-alert/
MIT License
2 stars 1 forks source link

Should use full geojson(s) geometry when define alert area and force additional details(properties) set to properties of geometry #8

Open lykmapipo opened 6 years ago

lykmapipo commented 6 years ago

Example:

{
  area: {
    type: 'Polygon',
    coordinates: [...[]],
    properties: {
      description: 'Kilwa, Bagamoyo'
    }
  }
}

Rationale: To allow more data about an area to be defined during reporting