Zum Hauptinhalt gehen

Identify Command Hyperlink

Kommentare

1 Kommentar

  • John Nerge

    Have you tried the ShowFeatureDetails command?  That's what the MapTipsActions menu item uses (Show Feature Details).

     

    {

     

                  "id": "MapTipActions",

     

                  "description": "@language-menu-maptip-actions-desc",

     

                  "defaultIconUri": "Resources/Images/Icons/arrow-right-alt-24.png",

     

                  "items": [

     

                    {

     

                      "text": "More Details",

     

                      "description": "@language-menu-maptip-actions-view-details-desc",

     

                      "iconUri": "Resources/Images/Icons/arrow-right-alt-24.png",

     

                      "batch": [

     

                        {

     

                          "command": "ShowFeatureDetails"

     

                        },

     

                        {

     

                          "command": "DeactivateView",

     

                          "commandParameter": "MapTipView"

     

                        }

     

                      ],

     

                      "hideOnDisable": false

     

                    },

     

                    {

     

                      "text": "@language-feature-layer-edit",

     

                      "description": "@language-feature-layer-edit-desc",

     

                      "iconUri": "Resources/Images/Icons/arrow-right-alt-24.png",

     

                      "command": "StartEditingFeature",

     

                      "hideOnDisable": true

     

                    }

     

                  ]

     

                }

     

     
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.