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
When I use image from your example IconImage("fire-station") then it is working. But I also have in the map PointAnnotation with same image passed into and it is working and shows on map. So there is probably some issue with rendering images like in example above in PointAnnotationGroup.
Environment
com.mapbox.maps:android:11.8.0
com.mapbox.extension:maps-compose:11.8.0
com.mapbox.mapboxsdk:mapbox-sdk-services:7.3.1
Observed behavior and steps to reproduce
MapboxMap
component withPointAnnotationGroup
into composable screenPointAnnotationOptions
intoannotations
Expected behavior
See icons on map regarding to point list passed to
PointAnnotationGroup
Additional links and references
Source code:
Icon:
![Image](https://private-user-images.githubusercontent.com/12560054/405549547-759efed2-8b83-495a-b1ce-4264968a70f7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MzM5MjAsIm5iZiI6MTczOTQzMzYyMCwicGF0aCI6Ii8xMjU2MDA1NC80MDU1NDk1NDctNzU5ZWZlZDItOGI4My00OTVhLWIxY2UtNDI2NDk2OGE3MGY3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA4MDAyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJkZTQwZjMxNDQ2N2M4MzI1OGI1MzQxMjgxNDRiYmFiMmVkM2M3YWQyNGYyMWZjNGU0YTFjZmYwNDg2MjMxZjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.DofWTz74A0rGrcUePzeXBOSqBz6A7zH_quVaI3RvIg0)
Observations / Debugging
When I use image from your example
IconImage("fire-station")
then it is working. But I also have in the mapPointAnnotation
with same image passed into and it is working and shows on map. So there is probably some issue with rendering images like in example above inPointAnnotationGroup
.This is working:
The text was updated successfully, but these errors were encountered: