dongzaixing 4 年 前
コミット
22fcd68851
5 ファイル変更2 行追加8 行削除
  1. BIN
      images/25n58P.gif
  2. BIN
      images/29158PIC.gif
  3. BIN
      images/marker.png
  4. 2 2
      js/visual.js
  5. 0 6
      root.html

BIN
images/25n58P.gif


BIN
images/29158PIC.gif


BIN
images/marker.png


+ 2 - 2
js/visual.js

@@ -244,9 +244,9 @@ function echarts_1(zc, yc) {
 function echarts_2(mList) {
     if (mList.length > 0) {
         for (var i = 0; i < mList.length; i++) {
-            var size = new SuperMap.Size(44, 33);
+            var size = new SuperMap.Size(48, 48);
             var offset = new SuperMap.Pixel(-(size.w / 2), -size.h);
-            var icon = new SuperMap.Icon('images/marker.png', size, offset);
+            var icon = new SuperMap.Icon('images/25n58P.gif', size, offset);
             marker = new SuperMap.Marker(new SuperMap.LonLat(mList[i].longitude2, mList[i].latitude2), icon);
             marker.events.on({
                 "id": mList[i].id,

+ 0 - 6
root.html

@@ -227,9 +227,6 @@
         <div class="modal-dialog">
             <div class="modal-content">
                 <div class="modal-header">
-                    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
-                        &times;
-                    </button>
                     <h4 class="modal-title" id="myModalLabel">
                         现场照片
                     </h4>
@@ -244,9 +241,6 @@
         <div class="modal-dialog">
             <div class="modal-content">
                 <div class="modal-header">
-                    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
-                        &times;
-                    </button>
                     <h4 class="modal-title" id="myModalLabel2">
                         异常情况现场照片
                     </h4>