Esri / arcgis-maps-sdk-toolkit-qt

ArcGIS Maps SDK for Qt Toolkit
Apache License 2.0
132 stars 61 forks source link

Aji13187/map pin not loaded #635

Closed aji13187 closed 4 months ago

aji13187 commented 4 months ago

We were using an unsupported image format(SVG) for map pin in the Search view tool.

PictureMarkerSymbol supported image formats are BMP, GIF, ICO, JPEG, and PNG. not SVG. https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-picturemarkersymbol.html#PictureMarkerSymbol-1

So converted the SVG image to PNG using GIMP tool on linux and used it and fixed the issue.

aji13187 commented 4 months ago

@JamesMBallard - Confirmed the other SVG images are not used where it is not supported. They are mainly for the icons on the toolkit.