129
Views
3
Comments
Solved
Icon URL & Icon size properties of Marker
Question

Hello 

I use an outsystems map , and I change the marker icon but the size is too big, I try to changed from Marker property but no change .. 

UserImage.jpg
vikas sharma
Champion
Solution

Hi Fatima,

I checked the code, you are using icon url and image size is 512x512. The simplest way is use image of lower sizes. I got icon from same url of size 32x32 and its working fine.

"https://cdn-icons-png.flaticon.com/32/32/32341.png"

So I think you just need to use above url for getting the icon url and it will be okay.



2024-09-17 18-14-33
Miguel Defavari da Silva

Hello!

Can you share your .oml file?

Best regards,

Miguel

UserImage.jpg
Fatima saleh

Sure


map00.oml
UserImage.jpg
vikas sharma
Champion
Solution

Hi Fatima,

I checked the code, you are using icon url and image size is 512x512. The simplest way is use image of lower sizes. I got icon from same url of size 32x32 and its working fine.

"https://cdn-icons-png.flaticon.com/32/32/32341.png"

So I think you just need to use above url for getting the icon url and it will be okay.



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.