Changes between Version 34 and Version 35 of BluePrint/CrisisMap
- Timestamp:
- 05/04/14 10:07:30 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/CrisisMap
v34 v35 95 95 * use the msg_rss_channel resource 96 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) 97 * write a Parser (again NYC Prepared has a Parser for the incoming RSS feed, although that converts msg_rss posts to cms_post resources) 99 98 * 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) 99 * have a Folder called 'Alerts' & then each RSS feed would be a separate layer within that folder 100 * the resource could be simple cms_post of type 'Alert' (which is what TL DRMP uses) 104 101 * [optional] create a new event_alert resource (this is planned at some point & can then have an integration built into CAP) 105 102 == Future Extensions ==