Zum Hauptinhalt gehen

Turn on specfic layer theme, when specifc bookmark is chosen

Kommentare

2 Kommentare

  • Nico Burgerhart
    Perhaps projects are the way to go here? They store the extent and the active layer theme.
    0
  • Permanently deleted user
    There's no way to do this out of the box. Nico's suggestion may provide a viable workaround. You could also provide similar functionality in the I want to...menu via a batch command, e.g.: {   "iconUri": "Resources/Images/Icons/Toolbar/zoom-visible-extent-24.png",   "text": "Zoom to Downtown: Zoning",   "description": "Zooms map to the downtown area, showing zoning areas",   "batch": [     {       "command": "ZoomToNamedExtent",       "commandParameter": "Downtown"     },     {       "command": "SwitchToLayerTheme",       "commandParameter": "Zoning"     }   ] }

     

     
    0

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