Changes between Version 33 and Version 34 of BluePrint/CrisisMap
- Timestamp:
- 05/04/14 10:05:37 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/CrisisMap
v33 v34 91 91 [[BR]][[BR]] 92 92 The [http://eden.sahanafoundation.org/wiki/Event/2014/IOTX/cap-codefest-2014 CAP Code-fest], in Sri Lanka, part of the Indian Ocean Tsunami + 10 year anniversary commemoration events. One key activity in the CAP Code-fest will require a tool such as the Crisis Map. The intent is to provide other CAP message publishers to test their feeds by emulating an Alerthub. The Crisis Map will, simply parse the CAP XML to extract the necessary and sufficient information. Thereafter, style the display on the Crisis Map. 93 94 Receommended apprach 95 * use the msg_rss_channel resource 96 * schedule a Poll of these channels (e.g. like in NYC Prepared) 97 * write a Parser (again NYC Prepared has a Parser for the incoming RSS feed, although that converts msg_rss posts to 98 cms_post resources) 99 * parse the data into a resource to configure onto the map 100 * have a Folder called 'Alerts' & then each RSS feed would be a separate layer within 101 that folder 102 * the resource could be simple cms_post of type 'Alert' (which is what 103 TL DRMP uses) 104 * [optional] create a new event_alert resource (this is planned at some point & can then have an integration built into CAP) 93 105 == Future Extensions == 94 106 <List of features which could be included, but are outside of the scope of this extension>