GeoJsonRead Signature GeoJsonRead(VARCHAR path, VARCHAR tableName); Description Reads a GeoJSON file from path and creates the corresponding spatial table tableName. Examples CALL GeoJsonRead('/home/user/data.geojson', 'NEW_DATA'); See also GeoJsonWrite, ST_AsGeoJson, ST_GeomFromGeoJson Source code Back Next