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

Extend joins to be able to perform unions, not just innerJoins #131

Closed BillFarber closed 5 years ago

BillFarber commented 5 years ago

Given two views When the views need to be joined without requiring either side of the join Then use the op.union function to join the two views.

BillFarber commented 5 years ago

SOM decided not to do this.