Navigation Demo - Simple

Simple example of Navigation comparing ClickNavigate and OnClick navigation support between legacy ImageMapster behavior and behavior added in v1.5.0.

Prior to v1.5.0, behavior worked as described in navigateMode of `location`. As of v1.5.0, the default behavior remains `location` for backwards compat, however navigateMode can be set to `open` which will provide the following fixes/benefits:

You can toggle the values of navigateMode and clickNavigate. The expected result when clicking a member of the band is:

navigateMode clickNavigate Paul Ringo John George
location false Paul Ringo John George
true Paul Paul Paul Paul
open false Paul Ringo John George
true Paul Ringo John George

NavigateMode: TBD
ClickNavigate: TBD