I did not see anywhere in the documentation the maximum allowable size of a geopoint data type? It seems that it must be limited as I have imported a multipolygon dataset successfully but only after I smoothed the original features as a few features in particular would not save to the database and returned a cryptic error that I forgot to screenshot.
After a bunch of Stop & Debugs I basically narrowed it down to the size of the multipolygon feature (the number of coordinates that make it up). After finding a tool, https://mapshaper.org/ I was able to smooth all of my features and everything came across as expected.
Just curious if aanyone at Xano can let me know the maximum allowable size of the geopoint data type for future reference. Thanks in advance!