kartoza / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
8 stars 17 forks source link

support FeatureCollection of geojson #477

Open boney-bun opened 6 years ago

boney-bun commented 6 years ago

Problem

atm, geonode 2.8 enable to recognize geojson when uploading one. however, geonode 2.8 hasn't support FeatureCollection of geojson yet.

Possible Solution

i think this is because the geonode use gdal < 2.0. gdal >= 2.2 has additional geojson driver to recognize FeatureCollection (https://www.gdal.org/drv_geojson.html).

upgrade the gdal using 2.2 will help recognizing FeatureCollection.

gubuntu commented 6 years ago

@boney-bun how important it this for GeoSAFE?