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
Hello, Kivy team! I'm working with the Kivy Map widget and I'm encountering a challenge with marker sizing. Currently, marker sizes seem to be based on map units, which means the size remains constant regardless of the zoom level. This requires me to rescale the marker size every time the user zooms in or out, creating a cumbersome user experience.
Feature Request:
To improve the user experience and simplify development, I'd like to propose a new option for marker size that is based on screen pixels. This would allow the marker size to remain consistent visually across different zoom levels, enhancing readability and user experience in map applications.
Are there any existing workarounds or approaches to achieve pixel-based marker sizing in Kivy Map that I might be overlooking? If not, I believe this feature would be a valuable addition for developers working with maps in Kivy applications.
Benefits:
Improved user experience: Consistent marker size across zoom levels enhances readability.
Simplified development: No need for constant marker size rescaling based on zoom level.
I appreciate your time and consideration of this feature request. Please let me know if you have any questions or require further details.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, Kivy team! I'm working with the Kivy Map widget and I'm encountering a challenge with marker sizing. Currently, marker sizes seem to be based on map units, which means the size remains constant regardless of the zoom level. This requires me to rescale the marker size every time the user zooms in or out, creating a cumbersome user experience.
Feature Request:
To improve the user experience and simplify development, I'd like to propose a new option for marker size that is based on screen pixels. This would allow the marker size to remain consistent visually across different zoom levels, enhancing readability and user experience in map applications.
Are there any existing workarounds or approaches to achieve pixel-based marker sizing in Kivy Map that I might be overlooking? If not, I believe this feature would be a valuable addition for developers working with maps in Kivy applications.
Benefits:
I appreciate your time and consideration of this feature request. Please let me know if you have any questions or require further details.
Beta Was this translation helpful? Give feedback.
All reactions