can you have a different map tip action for each layer
I need to have different maptip actions per theme, i.e. run a different workflow from a map tip or feature details action depending on the theme. is this possible.
J
-
Update!
here's the things i did to have a different maptip action for each layer in a project
1. Comment out the map tips in desktop.json file (just for looks).
2. Add you workflow command as a link to each layers feature description (if feature description is what the content of the maptip refers to) in the GE manager with something like this:
<a href="command:RunWorkflowById?This_themes_workflow" style="font-size: 13.3333330154419px;">My workflow for this theme</a>
adding the above reference looks and acts like the maptip actions in the .json file but technically not that.
3. enjoy
J
0
Please sign in to leave a comment.
Comments
1 comment