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

Set the layer extents to a bounding box when it is created #74

Closed jkerr5 closed 1 year ago

jkerr5 commented 6 years ago

The layer service allows you to create a layer, specifying a bounding query. Part of that query could be a bounding box (typically defined by the viewport selected in the tool). We may want to pass in the bounding box instead of the query so we can use the bounding box as the extents of the layer.

This brings up what the behavior should be if a layer has an extent set. Should the connector use a bounding box query as defined by the layer's extent, if one is set, and only return geometries that fall within that box?

jkerr5 commented 1 year ago

Move to GDS

mitchshepherd commented 1 year ago

Moved to GDS