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

Use /tde prefix when loading templates #152

Closed aclavio closed 1 year ago

aclavio commented 5 years ago

New versions of ml-gradle don't require TDE templates to use the "tdex" extension. https://github.com/marklogic-community/ml-gradle/wiki/Loading-schemas

As of version 2.7.0, TDE rulesets no longer need to have a "tdex" or "tdej" suffix. Instead, any document with a URI starting with "/tde" will be put into the "http://marklogic.com/xdmp/tde" collection.

It would be preferable for TDE's to be stored with their native xml or json file extension in the "templates" directory, and insert them into the schema's DB under /tde/{fsConfig}/.

jkerr5 commented 1 year ago

Move to the https://github.com/marklogic-community/marklogic-geo-data-services project

mitchshepherd commented 1 year ago

Moved to GDS