|
|
@ -7993,6 +7993,7 @@ void CGISDlg::SetMenuZoneCheck(CMenu& menu){
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//显示限飞区1-5
|
|
|
|
void CGISDlg::OnShowRestrictedZone1(){
|
|
|
|
void CGISDlg::OnShowRestrictedZone1(){
|
|
|
|
SetZoneState(restrictedZoneLayersID[0]);
|
|
|
|
SetZoneState(restrictedZoneLayersID[0]);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -8012,7 +8013,7 @@ void CGISDlg::OnShowRestrictedZone4(){
|
|
|
|
void CGISDlg::OnShowRestrictedZone5(){
|
|
|
|
void CGISDlg::OnShowRestrictedZone5(){
|
|
|
|
SetZoneState(restrictedZoneLayersID[4]);
|
|
|
|
SetZoneState(restrictedZoneLayersID[4]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//显示禁飞区1-5
|
|
|
|
void CGISDlg::OnShowNoFlyZone1(){
|
|
|
|
void CGISDlg::OnShowNoFlyZone1(){
|
|
|
|
SetZoneState(noFlyZoneLayersID[0]);
|
|
|
|
SetZoneState(noFlyZoneLayersID[0]);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -8032,10 +8033,11 @@ void CGISDlg::OnShowNoFlyZone4(){
|
|
|
|
void CGISDlg::OnShowNoFlyZone5(){
|
|
|
|
void CGISDlg::OnShowNoFlyZone5(){
|
|
|
|
SetZoneState(noFlyZoneLayersID[4]);
|
|
|
|
SetZoneState(noFlyZoneLayersID[4]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//装订限制区
|
|
|
|
void CGISDlg::OnBindZone(){
|
|
|
|
void CGISDlg::OnBindZone()
|
|
|
|
|
|
|
|
{
|
|
|
|
m_struMapOut.cmd=MapCmd_BindZone;
|
|
|
|
m_struMapOut.cmd=MapCmd_BindZone;
|
|
|
|
::SendMessage(GetParent()->GetSafeHwnd(),MESSAGE_B8MAP,0,0);
|
|
|
|
::SendMessage(GetParent()->GetSafeHwnd(),MESSAGE_B8MAP,(int)(&m_struMapOut),0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|