Class CMToolHandler
Enumerated Types
CMToolHandler.TOOL_NONE=0 - no tool (disables moving the background)CMToolHandler.TOOL_HAND=1 - pan the map (the hand)
CMToolHandler.TOOL_INFO=2 - click to get information on features ("I" tool)
CMToolHandler.TOOL_EDIT=3 - user is editing existing spatial data (not used)
CMToolHandler.TOOL_ADD=4 - user is adding data (not used)
CMToolHandler.TOOL_SELECT=5 - combined with INFO on the web (arrow tool)
CMToolHandler.TOOL_OPTIONS=[CMToolHandler.TOOL_NONE,CMToolHandler.TOOL_HAND,CMToolHandler.TOOL_INFO,CMToolHandler.TOOL_EDIT,CMToolHandler.TOOL_ADD,CMToolHandler.TOOL_SELECT]