Orcasa-Platform / orcasa

A Horizon Europe project to restore soil earth
https://orcasa-client.vercel.app
MIT License
2 stars 0 forks source link

[New] - Display the map according to the screen size #140

Closed EmilieVrot closed 8 months ago

EmilieVrot commented 9 months ago

Hello Carla,

On certain screen displays (e.g., 13-inch screens), the visualization of the map is not optimal. The map is cut off, and the scale takes up half of the map. The user has to zoom out for it to be readable. Will the responsive mode address this issue?

Thanks, Emilie

carlabiscotti commented 9 months ago

Hi Emilie, can you please share some screenshots or screen recordings sharing what you mean? Thank you.

CV-Gate commented 8 months ago

@EmilieVrot, Responsive design optimizes display across various devices by adjusting layout and content. However, it's important to recognize that responsiveness has limitations, especially for applications requiring geographical data presentation, such as maps. Even in responsive mode, the physical dimensions of smaller screens can restrict the amount of information we can display simultaneously.

At maximum zoom level, where the map is set to show a global view, smaller screens' constraints may necessitate user interaction, such as panning, to fully comprehend the map's scope. This is the behavior you could expect for any map visualization. The interface elements, or even the browser, might occlude some regions on these displays, reflecting the screen size limitations. This doesn't occur with other media elements such as photos, as these can be safely scaled down.

EmilieVrot commented 8 months ago

JIRA #ORC-498