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 REST configuration to support search configuration and layer create/edit #52

Closed jkerr5 closed 6 years ago

jkerr5 commented 6 years ago

Add configuration files to support configuration of search options for the REST API configured by the connector.

Also add a REST extension that supports creation and updating of layers in feature services. This will require the service to be configured manually with an initial feature service descriptor and then the REST service can be used to modify the layers in the feature service. We may want the service to support listing the available services too.

jkerr5 commented 6 years ago

Create #70 to add test cases for the new services added as part of this.