-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] in geojson, icons are too large #962
Comments
The problem seems to be rather that it looks like actual icon size is dependent on screen size. On large device icons, that look quite good on Galaxy S7 now look huge. |
This is a problem since quite a long time (For annotations as well as for geojsons) #835 tried but did so only for ios and here only for images explicitly added. The problem would be that hi dpi screen would load the image in a higher resolution but don't propably set the physical pixel to logical pixel ratio. |
Overall there also seem to be some scaling issues if flutter decides to load assets of higher resolution for high dpi screens. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
In GeoJson, icons with
iconSize: 3
are much larger on iOS than on Android.The text was updated successfully, but these errors were encountered: