Skip to content

Provider updates

Levi Remington requested to merge provider-updates into master

Provides various updates/fixes to the Provider:

  • Provider error logging improved:
    • If koop-config.json suggests properties that do not exist within a given kind, that error will now bubble down to the HTTP response error message so users can more easily tell why a request may have failed Screen_Shot_2022-08-30_at_10.46.25_AM
  • Fix returnExtentOnly requests failing when returnCountOnly is true or returnGeometry is false
    • Now, both map viewers can "zoom to" a given layer's extent
  • Koop package-lock.json included to help keep installations consistent
    • I found that some installations of Koop were producing strange "regex" errors when querying our 3D Seismic layer. This eliminates that occurrence as long as "npm i" is run in Koop directory as per deployment guide.
  • Fix Koop crashing when :featureLayerId was nonexistent or faulty
    • Koop will respond with an error message:

      Screen_Shot_2022-08-30_at_10.47.18_AM

Merge request reports