Hoppa till huvudinnehållet

Dynamically show/hide feature graphic in the map

Kommentarer

3 kommentarer

  • John Nerge
    Clarifying question: is there a reason you couldn't do this with a workflow instead? Query Layer Definition works great for hiding/showing features based on attribute values.
    0
  • Permanently deleted user

    That is a good question.  I am new to GeoCortex Essential so I am not sure whether workflow can do the following things.

     

    1. Need to add a button into the toolbox to open a filter form.  (We don't use "I want to" menu for this one)

     

    2. Add custom HTML widgets (i.e. slider, date picker) into the form

     

    3. Build a custom layout for the form. For example, we need 2 columns for 2 textboxes in one row instead of one column with all widgets

     

    4. Implement cadecase selection dropdown lists and onClick events

     

    5. Dynamically show/hide feature in the map based on the button click events and dropdown selection change events

     

     
    0
  • John Nerge
    Some of that is pretty easy to set up, but some of it you can't do without custom programming.

     

    1. On the toolbar, you'll Add a button and use the command RunWorkflowById or RunWorkflowWithArguments with your workflow ID and/or arguments as the parameters.

     

    2) Would require custom programming

     

    3) Would require custom programming

     

    4) I don't know what that is

     

    5) Buttons are doable with Display Forms and the Set Layer Definition activity. I don't know about dropdown selection changes, but if it's possible it'd require custom programming.
    0

Du måste logga in om du vill lämna en kommentar.