Skip to content

Explicitly use point-in-polygon-hao 1.1.0

Timothy Lobl requested to merge lobtimo-polygon-override into master

Type of change

  • Bug Fix
  • Feature

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

Does this introduce a change in the core logic?

  • 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?

  • NO

What is the current behavior?

Recent version of point-in-polygon-hao introduces an error that prevents the gcz provider from starting up ref github issues: https://github.com/Turfjs/turf/issues/2755 and https://github.com/rowanwins/point-in-polygon-hao/issues/20

What is the new/expected behavior?

By forcing point-in-polygon-hao to use v1.1.0, we avoid the breaking change introduced in 1.2

Have you added/updated Unit Tests and Integration Tests?

N/A

Any other useful information

Testing in personal aws and the provider pod starts up -- no longer seeing require() of ES Module node_modules/point-in-polygon-hao/dist/pointInPolygon.mjs not supported. error

Merge request reports

Loading