FeatureServer icon indicating copy to clipboard operation
FeatureServer copied to clipboard

Add support for retrieval of a feature as a feature resource

Open jkerr5 opened this issue 8 years ago • 1 comments

Per this spec https://resources.arcgis.com/en/help/rest/apiref/fsfeature.html clients should be able to request a feature as a resource using a URL like http://<featurelayer-url>/<featureId>

The feature id currently gets passed through to providers as the method but even if the feature is returned by the provider, the result returned from koop is

{"error":"Method not supported"}

Likely need a new route to handle this.

jkerr5 avatar Jan 18 '18 04:01 jkerr5

On it

dmfenton avatar Feb 07 '18 16:02 dmfenton