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
When we open the map for a single planter or org, we need to calculate the initial bounds/map view for the first jump, the previous algorithm is fetching the cluster from API and calculate the view at client side, now we are trying to use a new API to do it: prerequisite: Greenstand/treetracker-query-api#79
So with this API, we simply request the bounds by filter, then manipulate the leaflet to jump to the bounds.
Some hints:
Please read our readme for more information/guide/tutorial.
When we open the map for a single planter or org, we need to calculate the initial bounds/map view for the first jump, the previous algorithm is fetching the cluster from API and calculate the view at client side, now we are trying to use a new API to do it: prerequisite: Greenstand/treetracker-query-api#79
So with this API, we simply request the bounds by filter, then manipulate the leaflet to jump to the bounds.
Some hints:
The text was updated successfully, but these errors were encountered: