Hi all,
I’m attempting to upload a GeoJSON object to MongoDB (each record is a GeoJSON object with a single polygon) - however, Polygons represent precise shapes of countries. As a result, each file is in excess of the 16MB document limit.
Could you suggest how I might go about solving this problem?
Thanks
Hasan