File Uploader expects a flat object but you are uploading a sequential GeoJSON file that contains features where properties are a full object. Each line is like this:
Your best option is to convert your sequential GeoJSON into a normal GeoJSON file and if it's below 100MB, you should be able to upload it using The Maps App. You can find a tutorial on how the tool works here.
To convert the sequential GeoJSON you can use the geojson2ndjson. I've tested it with a multipolygon dataset successfully.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.