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

Improve handling of OBJECTIDs #15

Closed jkerr5 closed 1 year ago

jkerr5 commented 6 years ago

Make it easier to deal with OBJECTIDs that need to be generated.

Get a better understanding of the requirements/constraints for OBJECTID values in the Esri tools.

Are they only required to be unique within a layer?

jgravois commented 6 years ago

Are they only required to be unique within a layer?

that is correct. GUIDs on the other hand are globally unique.

jkerr5 commented 1 year ago

There is already a GDS ticket for this.