qgis / qgis-docker

Official Docker image for QGIS Server and Desktop
GNU Affero General Public License v3.0
67 stars 21 forks source link

Impossible to use SVG images (also with those provided by qgis)? #25

Closed lucamanga closed 5 years ago

lucamanga commented 5 years ago

Hi, I discovered that I cannot use SVG symbols (the official ones). They are replaced by "?" Is there any way to use them?

daniviga commented 5 years ago

Issue confirmed: QGIS is catching the wrong path:

12:27:18 INFO Server[29]: SVG PATHS: /usr/share/qgis/svg///var/lib/qgis/.local/share/QGIS/QGIS3/profiles/default/svg/

instead of /usr/share/qgis/svg

daniviga commented 5 years ago

Issue confirmed: QGIS is catching the wrong path:

only the debug log is wrong (it uses / as path separator) (https://github.com/qgis/QGIS/pull/9931). SVGs are working properly for me: could you please provide more debug information? (Like a sample project and the log from docker logs <container>, after setting QGIS_SERVER_LOG_LEVEL=0 in the env)

Screenshot from 2019-05-06 14-57-43

daniviga commented 5 years ago

No reply, closing