Discussion:
[mapguide-users] MapGuide React Viewer
GordonL
2018-03-12 18:06:51 UTC
Permalink
Quick question: is there a utility function to show the panes with the React
Viewer.
Currently I am doing this to show the Task Pane:

viewer.dispatch(MapGuide.Actions.Map.invokeCommand(viewer.getCommand("showTaskPane")))





--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
Jackie Ng
2018-03-13 12:50:19 UTC
Permalink
Dispatch any action under MapGuide.Actions.Template global namespace (which
maps to this module:
https://jumpinjackie.github.io/mapguide-react-layout/0.11.0/apidoc_npm/modules/_actions_template_.html)

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
Loading...