Hi,
I have read through the docs and the Samples Github repo, but I have not yet found clarity regarding multi-layer CDFs.
At developer stage the console is pretty clear regarding the routes:
debug: ROUTE | [GET, POST] | /test-layers/rest/services/FeatureServer
debug: ROUTE | [GET, POST] | /test-layers/rest/services/FeatureServer/layers
debug: ROUTE | [GET, POST] | /test-layers/rest/services/FeatureServer/:layer([0-9]+)
debug: ROUTE | [GET, POST] | /test-layers/rest/services/FeatureServer/:layer([0-9]+)/info
debug: ROUTE | [GET, POST] | /test-layers/rest/services/FeatureServer/:layer([0-9]+)/query
debug: ROUTE | [GET, POST] | /test-layers/rest/services/FeatureServer/*
However all the examples are singled-layer.
Is it possible to publish a custom data provider based service that exposes 2 or more layers?
If so, could a sample be added to the Github repo or shared here?