koopjs / koop-provider-marklogic

A Koop Provider that can be used to exposed data in MarkLogic via Esri feature services
https://koopjs.github.io/koop-provider-marklogic/
Other
6 stars 11 forks source link

Add tests for LineString data #136

Closed tdiepenbrock closed 1 year ago

tdiepenbrock commented 5 years ago

The Koop framework from ESRI appears to understand a geometryType of "LineString" but the koop-provider-marklogic project only has test cases for geometryType="Polygon" and geometryType="Point". We need to add test data for "LineString" also, since our clients/customers typically need to support those three geometry types at a minimum.

jkerr5 commented 1 year ago

This is implemented in the geo data services backend