Is there currently a best practice for adding a geographical location to an object in a data model?
I’ve considered simply using a string property to my model containing wkt-formatted strings, or a GeoSpatial feature external id, but none of them seem ideal. I assume there is a size limit on strings - so that wkt might be a bad choice?
We’ve previously discussed this for timeseries, where you mentioned that data model geolocation was on the roadmap. Any update on this?