Skip to content

Latest commit

 

History

History

switch-map-callback-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@vcmap-show-case/switch-map-callback-example

This plugin demonstrates the concept of VcsCallback by adding a MapSwitcherCallback to the uiApp.

This can be used to switch the map i the ContentTree, on Click of a ContentTreeItem.

    {
      "name": "myMapSwitcherEntry",
      "type": "ContentTreeItem",
      "title": "SwitchMapCallback Test",
      "onClick": [
        {
          "type": "SwitchMapCallback",
          "mapName": "ol3"
        }
      ]
    },