wmbeers / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
1 stars 2 forks source link

Enhanced support for external service #33

Open wmbeers opened 4 years ago

wmbeers commented 4 years ago

Per email from Lex 5/25/2020, as we start supporting loading up layers from external services, there's a few issues that would need to be addressed:

  1. Need a description for topics, so we can show users some sort of disclaimer that these are from some external service provider etc.
  2. Some services come without scale dependency, all layers turned on, and can be quite messy when first loaded. a. Add a field to T_REST_SERVICE to store a comm-separated list of layer index values for the layers to be on when loaded. b. If possible, also set scale dependency dynamically