基于GIS的地震现场应急信息管理与决策支持平台
建設背景
針對現場救援行動過程(準備、機動、行動、撤離、總結)的指揮和管理,通過建設具備現場災情收集、指揮輔助決策以及行動過程管理等功能的地震現場應急信息管理與決策支持平臺,為數據快速采集,救援目標快速決策,救援力量快速部署,救援過程實時跟蹤,案例庫自動生成提供系統支持。
平臺特點
-
現場信息高效采集與協同
-
災情數據多角度統計分析
-
災害圖/報告一鍵制作
-
產品報告門戶、終端同步發布
現場救援地圖
系統能夠支持在線地圖、離線地圖兩種方式。
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title data-i18n="resources.title_animatorBase"></title> <style type="text/css">body {margin: 0;overflow: hidden;background: #fff;width: 100%;height: 100%}#map {position: absolute;width: 100%;height: 100%;}#toolbar {position: absolute;top: 50px;right: 10px;width: 220px;text-align: center;z-index: 100;border-radius: 4px;}</style> </head> <body> <div id="toolbar" class="panel panel-primary"> <div class='panel-heading'> <h5 class='panel-title text-center' data-i18n="resources.title_animatorBase"></h5></div> <div class='panel-body content'> <input type="button" class="btn btn-default" data-i18n="[value]resources.btn_start" onclick="startAnimator()"/> <input type="button" class="btn btn-default" data-i18n="[value]resources.btn_pause" onclick="pauseAnimator()"/> </div> </div> <div id="map"></div> <script type="text/javascript" include="bootstrap,widgets.alert" src="../js/include-web.js"></script> <script type="text/javascript" exclude="iclient-classic" src="../../dist/classic/include-classic.js"></script> <script>var map, layer, animatorVector;var style ={fillColor: "#339933",fillOpacity: 1,strokeOpacity: 0,pointRadius: 5};init();function init() {if (!document.createElement('canvas').getContext) {widgets.alert.showAlert(resources.msg_supportCanvas, false);return;}map = new SuperMap.Map("map", {controls: [new SuperMap.Control.ScaleLine(),new SuperMap.Control.Zoom(),new SuperMap.Control.MousePosition(),new SuperMap.Control.Navigation({dragPanOptions: {enableKinetic: true}})]});map.addControl(new SuperMap.Control.LayerSwitcher(), new SuperMap.Pixel(42, 80));layer = new SuperMap.Layer.CloudLayer();map.addLayers([layer]);map.setCenter(new SuperMap.LonLat(0, 0), 1);animatorVector = new SuperMap.Layer.AnimatorVector("Vector Layer", {}, {speed: 0.2,startTime: 0,endTime: 100});map.addLayers([animatorVector]);addPolygon();}function addPolygon() {//增加點的漸變渲染,點位置改變animatorVector.addFeatures([new SuperMap.Feature.Vector(new SuperMap.Geometry.Point(0, 0),{FEATUREID: 0,TIME: 0}),new SuperMap.Feature.Vector(new SuperMap.Geometry.Point(5000000, 0),{FEATUREID: 0,TIME: 100})]);//增加線的漸變,節點數改變animatorVector.addFeatures([new SuperMap.Feature.Vector(new SuperMap.Geometry.LineString([new SuperMap.Geometry.Point(0, 5000000),new SuperMap.Geometry.Point(-2500000, 7500000),new SuperMap.Geometry.Point(0, 10000000)]),{FEATUREID: 1,TIME: 0}),new SuperMap.Feature.Vector(new SuperMap.Geometry.LineString([new SuperMap.Geometry.Point(5000000, 5000000),new SuperMap.Geometry.Point(2500000, 6250000),new SuperMap.Geometry.Point(4000000, 7500000),new SuperMap.Geometry.Point(2500000, 8750000),new SuperMap.Geometry.Point(5000000, 10000000)]),{FEATUREID: 1,TIME: 100})])//增加面的漸變,節點數改變animatorVector.addFeatures([new SuperMap.Feature.Vector(new SuperMap.Geometry.Polygon([new SuperMap.Geometry.LinearRing([new SuperMap.Geometry.Point(0, 0),new SuperMap.Geometry.Point(5000000, 0),new SuperMap.Geometry.Point(5000000, 5000000),new SuperMap.Geometry.Point(0, 5000000),new SuperMap.Geometry.Point(0, 0)])]),{FEATUREID: 2,TIME: 0}),new SuperMap.Feature.Vector(new SuperMap.Geometry.Polygon([new SuperMap.Geometry.LinearRing([new SuperMap.Geometry.Point(0, 0),new SuperMap.Geometry.Point(5000000, 0),new SuperMap.Geometry.Point(2500000, 5000000),new SuperMap.Geometry.Point(0, 0)])]),{FEATUREID: 2,TIME: 100})])}function startAnimator() {animatorVector.animator.start();}function pauseAnimator() {animatorVector.animator.pause();}</script> </body> </html>救援隊現場分組
提供救援隊現場分組功能。
現場救援信息空間位置采集
現場救援信息空間位置采集主要實現救援現場的倒塌建筑、損毀道路、危險源等的空間位置信息的快速采集。
現場救援信息填報
提供現場救援信息表單填報功能,提供多種多媒體形式,方便用戶完善標繪數據。包括添加本地圖片、相機拍照、畫板編輯、語音附件等多媒體方式。
現場救援信息北斗短報文收發
為防止現場網絡中斷,無法通過移動網絡進行通信,支持北斗短報文的收發功能。
遠程專家咨詢
可將現場信息發送給后方的專家,請專家在線提供處理方案,為救援隊提供參考意見。
現場救援信息數據管理
數據管理分為兩部分:我的數據和共享數據。我的數據為當前用戶所標繪的數據,共享數據為隊友共享的標繪數據。
接收展示后方產出的專題圖
本系統可以接收后方產出的專題圖,進入系統設置,選擇"專題圖",可顯示目前接收的專題圖。
地圖量算
量算功能以地圖為基礎,提供了距離計算、面積計算以及角度計算。操作以節點為單位,依次添加節點。
系統設置
系統設置包含了常用的基本信息的設置:軌跡記錄、位置協同、數據協同、GPS設置、當前地圖類型設置、服務器設置、法律法規、個人信息、版本信息、用戶注銷、軟件更新。
總結
以上是生活随笔為你收集整理的基于GIS的地震现场应急信息管理与决策支持平台的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: npm Node 升级工具n换源
- 下一篇: 2022爱分析·事务型关系数据库市场厂商