Kibana version:
7.3
Elasticsearch version:
7.3
Server OS version:
Windows 10
Browser version:
Chrome Canary 78.0.3890.0
Browser OS version:
Windows 10
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug:
Attempting to upload a GeoJSON file containing a FeatureCollection with a bbox property fails with message
Unable to parse file: Cannot read property 'bbox' of undefined
The problem is caused by an error in the jsts library (jsts has an open issue bjornharrtell/jsts#390)
Steps to reproduce:
- In Maps, Add Layer, select "Upload GeoJSON vector file"
- Select a GeoJSON file containing a FeatureCollection instance, where the FeatureCollection has bbox property defined.
- Upload fails with message Unable to parse file: Cannot read property 'bbox' of undefined
Expected behavior:
Upload should succeed (file contains valid GeoJSON.)
Screenshots (if relevant):
Errors in browser console (if relevant):
None
Provide logs and/or server output (if relevant):
Any additional context:
Comarcas20190822.zip
Attached archive contains GeoJSON file that demonstrates error. If "bbox" property removed from FeatureCollection instance file uploads without problems.
Kibana version:
7.3
Elasticsearch version:
7.3
Server OS version:
Windows 10
Browser version:
Chrome Canary 78.0.3890.0
Browser OS version:
Windows 10
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug:
Attempting to upload a GeoJSON file containing a FeatureCollection with a bbox property fails with message
The problem is caused by an error in the jsts library (jsts has an open issue bjornharrtell/jsts#390)
Steps to reproduce:
Expected behavior:
Upload should succeed (file contains valid GeoJSON.)
Screenshots (if relevant):
Errors in browser console (if relevant):
None
Provide logs and/or server output (if relevant):
Any additional context:
Comarcas20190822.zip
Attached archive contains GeoJSON file that demonstrates error. If "bbox" property removed from FeatureCollection instance file uploads without problems.