You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/lyndon/iProject/cpath/qgis_demo1/cmake-build-debug/qgis_demo1
qgis_source: ""
qgis_provider_file: "wfs;wcs;arcgisvectortileservice;cesiumtiles;copc;ept;gdal;mbtilesvectortiles;memory;mesh_memory;ogr;quantizedmesh;sensorthings;tiledscene;vectortile;vpc;vtpkvectortiles;xyzvectortiles;wms"
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
plugin type: ""
Failed to load WMS plugin type
wms plugin type: 0x0
project instance: QgsProject(0x57dc8cc82c00)
set title: "My QGIS Project"set crs: "EPSG:3857"
baseTileUrl: "http://47.94.145.6/map/lx/{z}/{x}/{y}.png"
baseTileName: "BaseTile"
qCritical: "<p><b>Raster layer:</b> Cannot instantiate the 'wms' data provider"
qCritical: "Cannot instantiate the 'wms' data provider"
Error adding XYZ layer
save qgs file: "/lyndon/iProject/cpath/qgis_demo1/common/project/temp_project.qgs"
save qgz file: "/lyndon/iProject/cpath/qgis_demo1/common/project/project.qgz"
我想写一个关于qgis的standalone的服务,开始使用pyqgis编写,后期才发现使用python无法将3d map view 加入到layout中,好像是因为PyQt3D的License问题,无法暴露这样的API。所以我想要用C++尝试编写,是不是就没有这个问题了。我使用C++不久,遇到一些问题,看到您的博客,对这块相当熟悉。
https://github.com/yz271544/qgis_demo1
,这个地址是我的代码。我从QGIS下载源码,此刻我使用了master分支,应该是3.40.1之后的版本,在Ubuntu24.04环境进行了编译。这个项目我计划采用CMake搭建开发环境。但是我在运行的时候,发现好像无法加载wms的plugins,导致运行报错。想要尝试用如下的代码打印一下加载的plugins,也失败了。摸不着头脑,无奈之下冒昧的联系了您。可否帮我解答一下,万分感谢。
我的email:
yz271544@163.com
The text was updated successfully, but these errors were encountered: