示例#1
0
 def run(self, msgMapTool = False, msg = None):
    if self.plugIn.canvas.mapSettings().destinationCrs().geographicFlag():
       self.showMsg(QadMsg.translate("QAD", "\nThe coordinate reference system of the project must be a projected coordinate system.\n"))
       return True # fine comando
    Form = QadDIMSTYLEDialog(self.plugIn)
    Form.exec_()
    return True
示例#2
0
 def run(self, msgMapTool = False, msg = None):
    Form = QadDIMSTYLEDialog(self.plugIn)
    Form.exec_()
    return True