Description
openedon Jan 26, 2017
Hi,
What is the best to use a different and custom Feature Info panel for the Identify plugin, which defaults to the DefaultViewer? There is a property for 'viewer' for Identify but I can't figure out how to best insert my viewer into the state with the current plugin architecture.
One obvious solution is to insert via a custom action/reducer to change the viewer. But when would be the best time to call this action in the setup sequences? Another solution is to create my own Identify plugin, but with the 'viewer' prop it looks like it has designed for to be extended. Plus, I don't want to maintain my own Identify, since there are 35 props being sent to it.
Part of my confusion is the plugin architecture and figuring out how it works.
Thanks ahead of time!