Closed aji13187 closed 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
PictureMarkerSymbol
So converted the SVG image to PNG using GIMP tool on linux and used it and fixed the issue.
@JamesMBallard - Confirmed the other SVG images are not used where it is not supported. They are mainly for the icons on the toolkit.
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-1So converted the SVG image to PNG using GIMP tool on linux and used it and fixed the issue.