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
Currently, special locations are marked as an n-gon. This is soted as a nested array of the vertices. However, FerretDB doesn't support nested arrays, so this will have to change. Current theory is to store them as a center and a radius. Aside from changing the currently stored locations into the new form, anything that interacts with special locations will have to change as well.
The text was updated successfully, but these errors were encountered:
Currently, special locations are marked as an n-gon. This is soted as a nested array of the vertices. However, FerretDB doesn't support nested arrays, so this will have to change. Current theory is to store them as a center and a radius. Aside from changing the currently stored locations into the new form, anything that interacts with special locations will have to change as well.
The text was updated successfully, but these errors were encountered: