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
The map area is trying to focus on the given planter, (there is a function in the core to calculate the initial area for this), but, the problem is, as shown in the picture, the map is partially covered by a drawer/panel, so, the map eventually in the end user's eys is not focused perfectly on the current planter.
We need to consider an option or function to make the map core aware of the 'valid' area of the current map, so it would take this in consideration when calculate the initial map view.
On the web map client, for example, when open this page: http://localhost:3000/planters/940
The map area is trying to focus on the given planter, (there is a function in the core to calculate the initial area for this), but, the problem is, as shown in the picture, the map is partially covered by a drawer/panel, so, the map eventually in the end user's eys is not focused perfectly on the current planter.
We need to consider an option or function to make the map core aware of the 'valid' area of the current map, so it would take this in consideration when calculate the initial map view.
For example:
Here the for properties expresses the rectangle of the area on the current map screen.
Some hints:
The text was updated successfully, but these errors were encountered: