摘要:
学习到渲染(QgsMapRendererJob),按照教程所讲总是输出不了图像,看了一下qgis的测试源码,发现少了一句话,加上后就可以输出了! from qgis.core import * from qgis.gui import * from qgis.PyQt.QtCore import * 阅读全文
摘要:
1、编译遇到MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance 阅读全文