Skip to content

Fix GenerateGeoJSON bug caught by unit test

Levi Remington requested to merge fixGenerateGeoJSONTestException-lr into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [YES/NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO]

Fixes bug introduced in last update which assumed records input was always an array, lacking appropriate handling of situation where records = null.

Merge request reports