| | |
| | | setCancelSelectProjectStyle(); |
| | | let info = []; |
| | | info.push("<div className='input-card'>"); |
| | | info.push("<label style=\"color: blue\">项目</label>"); |
| | | info.push("<p class='input-item'>名称:"); |
| | | info.push("<label style=\"color: blue\">"); |
| | | info.push(overlay.objInfo.Name); |
| | | info.push("</p>"); |
| | | info.push("</label>"); |
| | | info.push("<p class='input-item'>编号:"); |
| | | info.push(overlay.objInfo.NO); |
| | | info.push("</p>"); |
| | |
| | | |
| | | infoWindow.open(_map, overlay.getPosition()); |
| | | _selectedProjectOverlay = overlay; |
| | | _map.setFitView(overlay); |
| | | } |
| | | |
| | | //设置取消选择样式 |