되어 QgsMapLayerRegistry
QGIS3와 pyqgis에 availabe 될 것
QGIS python console (2.99)에 입력하면 python은 자동 완성되기 때문에 인식하는 것처럼 보이지만 qgis.core.QgsMapLayerRegistry
거기에 없다는 오류가 발생합니다.
Traceback (most recent call last):
File "/usr/lib/python3.5/code.py", line 91, in runcode
exec(code, self.locals)
File "<input>", line 1, in <module>
AttributeError: module 'qgis.core' has no attribute 'QgsMapLayerRegistry'
QGIS 2.99의 두 가지 버전 (01/07 및 06/17)에서 이것을 시도했습니다. 두 버전 모두 같은 오류가 발생합니다. import
작동하지 않습니다 :
>>>from qgis.core import QgsMapLayerRegistry
Traceback (most recent call last):
File "/usr/lib/python3.5/code.py", line 91, in runcode
exec(code, self.locals)
File "<input>", line 1, in <module>
ImportError: cannot import name 'QgsMapLayerRegistry'
되어 QgsMapLayerRegistry
QGIS3에서 제거?