Ticket #1411 (closed enhancement: fixed)
Anexar imagens ao alerta
Reported by: | jean.souza | Owned by: | jean.souza |
---|---|---|---|
Priority: | critical | Milestone: | terrama2-4.0.0-rc4 |
Component: | gui-admin | Version: | 4.0 |
Keywords: | Cc: | ||
Parent Tickets: | Platform: | WLA |
Description
Permitir no cadastro de alerta que o usuário selecione múltiplas views, para que o serviço gere uma imagem dessas views e envie no e-mail. Criar nova tabela para fazer a ligação entre o alerta e essas views.
Subtickets
Change History
comment:3 Changed 8 years ago by jean.souza
Estrutura do JSON a ser enviado pro serviço:
"view"[OPTIONAL]: {
"geoserver_uri": STRING,
"top"[OPTIONAL]: DOUBLE,
"bottom"[OPTIONAL]: DOUBLE,
"left"[OPTIONAL]: DOUBLE,
"right"[OPTIONAL]: DOUBLE,
"srid"[OPTIONAL]: INT,
"width"[OPTIONAL]: INT,
"height"[OPTIONAL]: INT,
"layers": [
"view_id": INT,
"workspace": STRING
]
}
Note: See
TracTickets for help on using
tickets.