I face a problem when using QueryElevation. I want to split the elevation file into several files, and be able to manage differently according to different domain (I have several domains to manage). Each domain belongs to the same application. How could I manage each elevation file differently?
Share
I don’t think you can do that out of the box. What you could do (it would be somewhat cumbersome, though) is declare one instance of QueryElevationComponent per domain (with its corresponding config file) and then map it to a domain-specific requestHandler, e.g.:
Another possibility is to mess with the source code to make the config file dynamic.