Merge branch 'master' of ssh://117.78.1.188:29418/DDE-WEB
|  |  |  | 
|---|
|  |  |  | layer.closeAll();//首先关闭所有的弹窗 | 
|---|
|  |  |  | layer.open({ | 
|---|
|  |  |  | type: 2, | 
|---|
|  |  |  | title: '<i class="iconfont icon-dituliulan i-item" style="font-size: 18px; color: white;"></i>  ' + " 关联项目", | 
|---|
|  |  |  | title: '<i class="iconfont icon-dituliulan i-item" style="font-size: 18px; color: white;"></i>  ' + " 剖面全景", | 
|---|
|  |  |  | maxmin: true, | 
|---|
|  |  |  | skin: 'layer-ext-myskin', | 
|---|
|  |  |  | shade: 0, | 
|---|
|  |  |  | 
|---|
|  |  |  | <div title="切换底图" id="baseMap" onclick="baseMap();" class="icon-hover icon-item" style="margin-top: 40px;"> | 
|---|
|  |  |  | <i class="iconfont icon-dituliulan i-item"></i> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div title="关联项目" id="relatedProj" onclick="relatedProj();" class="icon-hover icon-item"> | 
|---|
|  |  |  | <div title="剖面全景" id="relatedProj" onclick="relatedProj();" class="icon-hover icon-item"> | 
|---|
|  |  |  | <i class="iconfont icon-lianjie i-item"></i> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div title="综合漫游" id="characterBtn" onclick="roamControl();" class="icon-hover icon-item"> | 
|---|