从QGIS 3.40开始,支持了HTML和SVG格式的符号注记。
源码分支(https://github.com/qgis/QGIS/pull/58716) 官方文档。
QGIS 3.40 下载地址:https://download.osgeo.org/qgis/windows/QGIS-OSGeo4W-3.40.5-1.msi
示例代码和显示效果如下:
<div class="myDiv">
<h2>QGIS always rocks!!</h2>
<p align="center">Let's dive into details of its nice features.</p>
</div>
<img src="d:/1.jpg" width=40 height=60>
<img src="d:/2.svg" width=24 height=24>

需要更多技术支持,请联系我们。