We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://sampleserver6.arcgisonline.com/arcgis/rest/services/Earthquakes_Since1970/FeatureServer https://sampleserver6.arcgisonline.com/arcgis/rest/services/Energy/Geology/FeatureServer
How to config it to support above feature server?
I know type=dynamic will works with MapServer,
For example:
https://sampleserver6.arcgisonline.com/arcgis/rest/services/Earthquakes_Since1970/MapServer
I have try type=feature
It only works when your url must specify the layer id, for example, layer id 0 must be there https://sampleserver6.arcgisonline.com/arcgis/rest/services/Earthquakes_Since1970/FeatureServer/0
How to config to make FeatureServer just like MapServer, dynamically show all sub-layers?
https://github.com/vojvod/CMV_Renderer_Widget#readme
seem only works with layer id, not show all layers dynamically
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://sampleserver6.arcgisonline.com/arcgis/rest/services/Earthquakes_Since1970/FeatureServer
https://sampleserver6.arcgisonline.com/arcgis/rest/services/Energy/Geology/FeatureServer
How to config it to support above feature server?
I know type=dynamic will works with MapServer,
For example:
https://sampleserver6.arcgisonline.com/arcgis/rest/services/Earthquakes_Since1970/MapServer
I have try type=feature
It only works when your url must specify the layer id, for example, layer id 0 must be there
https://sampleserver6.arcgisonline.com/arcgis/rest/services/Earthquakes_Since1970/FeatureServer/0
How to config to make FeatureServer just like MapServer, dynamically show all sub-layers?
https://github.com/vojvod/CMV_Renderer_Widget#readme
seem only works with layer id, not show all layers dynamically
The text was updated successfully, but these errors were encountered: